For those who've missed it, Dark Sky will be going End of Life at "the end of 2021." I'm not sure what global alternatives there are, but Americans can take advantage of weather.gov's API fairly easy.
The default weather agent will need to be replaced with something else before the end of 2021.
I suppose https://github.com/public-apis/public-apis#weather would be a good resource to review.
I've been using the NWS' API for a while. Have some sample agent code for it handy.
Openweathermap works pretty well.
weatherbit seems to have a free tier...I am looking to see if I can wrangle an "fix" together..
@virtadpt, do you want to contribute an improvement to the WeatherAgent?
FYI you can no longer sign up for a darksky API key
Anybody had a chance to look at my PR for switching the WeatherAgent to Openweather? I'm not sure the correct way to get on somebody's radar for this other than pushing up code.