Hello, Showing now. I think there may have been a delay. I added it yesterday morning
Best posts made by YH-IT
-
RE: Response 200 but no station
Latest posts made by YH-IT
-
No station history
My station has been posting since Friday. Displays fine on windy but there is no history shown when i click on the station? It only posts wind speed and direction, is this anything to do with it?
-
RE: Response 200 but no station
@Korina My station is showing on the map but the history is showing a loading circle? any ideas why?
-
RE: Response 200 but no station
Hello, Showing now. I think there may have been a delay. I added it yesterday morning
-
Response 200 but no station
Hello, I've been sending my data to my stations. First station is showing fine, added another station to my account and i have been posting data but it wont show on windy. I have been getting response 200 which suggests data is being received ok, but no station showing on the map
ID's areID: f05a550a (working)
ID: 1f05a550a (not showing)My code looks like this for the http parameters
URL = 'https://stations.windy.com/pws/update/*APIKEY* PARAMS = "station=0&wind={windsc}&winddir={winddirection}".format(**vars()) requests.get(url=URL, params=PARAMS)
if i do a GET to retrieve data from the station, i do indeed return results, it's just a case of it not showing on windy.