@bobeasterday said in Report your Weather Station Data to Windy:
It looks like this API expects the weather station to be at a fixed location. My station is on a boat and as such, the data I send is based on my current location which of course can change.
Ideally I would be able to pass longitude and latitude values as query parameters. Is this possible?
Edit: I figured it out but for the edification of others;
You need to use the POST method (as opposed to GET). That way you can send updated server info (including lat and Lon).