-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wunderground-temp-display.py Not working #61
Comments
Oof- nothing like continuously moving goalposts, eh! I think we have some other code somewhere that works although it looks like a combo of OpenWeatherMap and https://github.com/csparpa/pyowm would be the best approach. |
Downside of the darksky approach is it being an extremely fragile not-API based web scrape (of a service that explcitly sells API based access) that will probably succumb to the same fate as wunderground :( Granted, they're so focussed on their API service that they make no claims that scraping their website is not allowed. 🤔 Note: I just set up an OpenWeatherMap API key, fired up Edit: And lo, OWM suddenly works. |
The drawback of openweathermap is that the API requires signing up to get an API key for access. The reason wunderground was so good was that there wasn’t any of that shenanigans involved. |
We probably need to port this to the Broadly I think we're on a wild goose chase with weather APIs and need to move to a better approach which is why I want to investigate Pirate Weather-as-an-app: https://github.com/pimoroni/piwe/projects |
I just noticed the wunderground API problem; it seems that the agromonitoring API might be the way to go; they have a free version. I haven't played with it much yet but will do so when I get a few cycles. https://agromonitoring.com |
I think openweathermap.org and pyowm might be the answer for weather in general - https://github.com/csparpa/pyowm |
I've updated @wild4gadgets original script to use the OpenWeather API and made a pull request. |
REMOVE ME FROM THIS THREAD!!!!!
L.G.
… On Dec 11, 2021, at 7:51 PM, Will Dolezal ***@***.***> wrote:
I've updated @wild4gadgets original script to use the OpenWeather API and made a pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
wunderground-temp-display.py no longer working as Weather Underground do not provide API keeys.
The text was updated successfully, but these errors were encountered: