Latest posts made by ke5bme
-
RE: Report your Weather Station Data to Windy
@Swigman Click this: https://www.windy.com/station/pws-f06ebd1e?30.751,-97.783,8,i:pressure,p:off
You should see my data at the bottom, but my station doesn't show up on the map
-
RE: Report your Weather Station Data to Windy
@Swigman I'm using the http GET API from the top of this page: (https://stations.windy.com/pws/update/XXX-API-KEY-XXX?winddir=230&windspeedmph=12&windgustmph=12&tempf=70&rainin=0&baromin=29.1&dewptf=68.2&humidity=90), replacing with my API key. The return code is SUCCESS and I see the data on the site, but my station never shows up.
I'm able to use the API from both POSTMAN as well as my java application.
-
RE: Report your Weather Station Data to Windy
@Swigman @galfert I seem to be experiencing this as well. I'm pretty sure it does change (even if by design it should not) as I have copy-pasted into my application code. My API calls are still getting through from the previous code, but the code has changed since I originally copied it. Nothing else about my station has been updated.
btw - I'm looking into this since I'm successfully (API call is SUCCESS) sending data to Windy, but my station is not showing on the map :(
-
Station is not showing on map?
I'm able to submit my data via the GET API. The API call results in SUCCESS; however, when I visit the map my station is not displayed. The data seems to be there as is evident by this URL: https://www.windy.com/station/pws-f06ebd1e?30.747,-97.778,16,i:pressure,p:off
Any ideas what I'm doing wrong?