Trying to edit the WU forecast, I found that the original API call was in 
the form of:
http://api.wunderground.com/api/{interval} {max_age} {api_key} {location}
The new WU API3 works with this URL:
https://api.weather.com/v3/wx/forecast/daily/5day?geocode={lat,long}&format=json&units=e&language=en-US&apiKey=xxxxxxxxxxxx
How do I edit forecast.py to create the correct URL? I suppose it will be 
lines 2540 to 2630 (approximately), but I don't know how to edit them, I'm 
not a programmer.
Will anyone find me to direct me? What I do not deal with the data yet, I 
have to be able to download them first ...

I found out that only WU has a sufficiently accurate forecast for less 
populated areas and therefore I would like to use it again.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2e70d29a-477d-43e6-8810-e594a189bb2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to