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?
The second issue is that when I use the site URL I receive the following error message:
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
MB Nano SD - Probably a Beginner's Question
Moderator: Mattk
Re: MB Nano SD - Probably a Beginner's Question
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.