Page 1 of 1

MB Nano SD - Probably a Beginner's Question

Posted: Fri Oct 27, 2023 7:31 pm
by stevejd64
I'm trying to feed data from my PWS to a personal web page. What I want to do is to update the very popular HomeWeatherStation (Weather34) with periodic data. I understand that the Meteorbridge Nano SD already has the full php stack stored on the device, so nothing else needs to be installed, in principle.

But I've come up against a problem and have a couple of questions:

Firstly, what URL do I use here? (red arrow in attached image). Is this the URL of my site, pointing to an appropriate relevant page? Or am I missing something. And is an API required here?
weather 34.png
weather 34.png (91.14 KiB) Viewed 829 times
The second issue is that when I use the site URL I receive the following error message:
weather 34_detail.png
weather 34_detail.png (118.97 KiB) Viewed 829 times

My Provider has assured me that all SSH certificates are up to date and valid. I can connect readily by SFTP with Filezilla.
Has anyone had this or similar issues?
Thanks

Re: MB Nano SD - Probably a Beginner's Question

Posted: Sat Oct 28, 2023 10:08 am
by admin
As mentioned via PM the URL you specified does not point to the folder where the "mb.php" script of weather34 is located. You can easily check if the URL works by using your browser and adding "/mb.php" to the URL you think is right. When you get the 404 error, the URL does not point to the import "mb.php" script.