Just recently upgraded to the Nano SD, and all weather networks are working fine except Home Weather Station Weather34 template. I have it hosted on a linux hosting service, and have installed the template files (1.07a). I have configured the Nano SD settings on the Weather Net tab. Unfortunately, I'm getting a 404 error. I then attempted to configure a local server (linux NAS) behind my router, and am getting the same results.
Error: Home Weather Station: http://192.168.1.X/meteobridge/mbridge/ ... /mb.php?d=: 2019-12-13 14:20:47 ERROR 404: Not Found.
I have tried every iteration for loosening up security on both the internal and external "mbridge" hosted folders, but still cant transmit. Could anyone offer any insight as to the issue. Additionally, If I could ftp the MBrealtimeupload.txt file vs the API link, my issues would be solved.
Thanks in advance!
Issue uploading to hosted Home Weather Station Weather34
Moderator: Mattk
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Issue uploading to hosted Home Weather Station Weather34
things to check im no expert or use NAS just notes from the past i recall some users using NASdcsdiver wrote: Fri Dec 13, 2019 11:08 pm Just recently upgraded to the Nano SD, and all weather networks are working fine except Home Weather Station Weather34 template. I have it hosted on a linux hosting service, and have installed the template files (1.07a). I have configured the Nano SD settings on the Weather Net tab. Unfortunately, I'm getting a 404 error. I then attempted to configure a local server (linux NAS) behind my router, and am getting the same results.
Error: Home Weather Station: http://192.168.1.X/meteobridge/mbridge/ ... /mb.php?d=: 2019-12-13 14:20:47 ERROR 404: Not Found.
I have tried every iteration for loosening up security on both the internal and external "mbridge" hosted folders, but still cant transmit. Could anyone offer any insight as to the issue. Additionally, If I could ftp the MBrealtimeupload.txt file vs the API link, my issues would be solved.
Thanks in advance!
php version 7+
php modules installed or enabled
does opening up the main page produce the template output when using browser url
http://192.168.1.X/meteobridge/
firewall may not be your issue however no harm disabling until you are fully working the re enable.
other than that it would need other users perhaps using a NAS to collaborate and throw ideas around.
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Issue uploading to hosted Home Weather Station Weather34
Hi weatherist34,
Thanks for the quick response. The NAS is not the primary goal, and was just a backup test. I currently have the template hosted site at a top tier web hosting service, and receive the exact same 404 error. The main template works perfectly and can see the dashboard, and if I point directly to the file, I can view the contents of the sampledata MBrealtimeupload.txt file that comes with the template. The only issue I'm having on the meteobridge side is the push of the MBrealtimeupload.txt file in the station networks tab. I am following the instructions noted in the API settings in the HWS configuration page. Should I be pushing the txt file or pointing to a php file instead? The API setting in the networks tab is http://mydomain.com/mbridge/MBrealtimeupload.txt.
Another question is do I need write permission to the world to the mbridge folder on my hosting site?
Thanks in advance, just getting my head wrapped around this.
Thanks for the quick response. The NAS is not the primary goal, and was just a backup test. I currently have the template hosted site at a top tier web hosting service, and receive the exact same 404 error. The main template works perfectly and can see the dashboard, and if I point directly to the file, I can view the contents of the sampledata MBrealtimeupload.txt file that comes with the template. The only issue I'm having on the meteobridge side is the push of the MBrealtimeupload.txt file in the station networks tab. I am following the instructions noted in the API settings in the HWS configuration page. Should I be pushing the txt file or pointing to a php file instead? The API setting in the networks tab is http://mydomain.com/mbridge/MBrealtimeupload.txt.
Another question is do I need write permission to the world to the mbridge folder on my hosting site?
Thanks in advance, just getting my head wrapped around this.
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Issue uploading to hosted Home Weather Station Weather34
what is the url ?
provide some screenshots of what you have setup in meteobridge
the api is just a simple get script however it needs to be able to reach/see https://yourdomain.com/mbridge/mb.php
or https://yourdomain.com/???????/mbridge/mb.php make sure there are no hidden spaces either side of the url path in the meteobridge panel
a 404 is basically the standard return for page not found etc
permissions can help but generally most standard hosted setups don't have much issue with permissions im aware off 0644 should be fine
network tab should be https://yourdomain.com/mbridge/mb.php not the txt file the txt file is created each time the mb.php receives a kick from meteobridge
screenshots will help break it down to help you out
provide some screenshots of what you have setup in meteobridge
the api is just a simple get script however it needs to be able to reach/see https://yourdomain.com/mbridge/mb.php
or https://yourdomain.com/???????/mbridge/mb.php make sure there are no hidden spaces either side of the url path in the meteobridge panel
a 404 is basically the standard return for page not found etc
permissions can help but generally most standard hosted setups don't have much issue with permissions im aware off 0644 should be fine
network tab should be https://yourdomain.com/mbridge/mb.php not the txt file the txt file is created each time the mb.php receives a kick from meteobridge
screenshots will help break it down to help you out
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Issue uploading to hosted Home Weather Station Weather34
That may be the issue. I'm trying to post the txt file and not mb.php. I'm away at the moment, but will make the change as soon as possible and report back.
Thanks again for the quick reply.
Thanks again for the quick reply.
Re: Issue uploading to hosted Home Weather Station Weather34
Just wanted to follow up and let you know this resolved my issue. Thanks much!