You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
not sure if this is the right place to ask, so pls bear with me....
I am playing aroung with pyowm in colab - works partly but I am a bit confused.
OWM billing plan: One Call API 3.0 free for 1000 request daily, afterwards 0.14 per 100 calls. (credit card added)
hi,
not sure if this is the right place to ask, so pls bear with me....
I am playing aroung with pyowm in colab - works partly but I am a bit confused.
OWM billing plan: One Call API 3.0 free for 1000 request daily, afterwards 0.14 per 100 calls. (credit card added)
installed pyowm:
this works:
it prints 23x the same values, like:
{'day': 13.85, 'min': 8.79, 'max': 14.12, 'night': 9.75, 'eve': 11.67, 'morn': 8.79, 'feels_like_day': 12.86, 'feels_like_night': 7.15, 'feels_like_eve': 10.96, 'feels_like_morn': 7.09}
so somehow not a daily forecast....
when trying OneCall 3.0 to stay up to date:
one_call=mgr.one_call(lat=52.5244, lon=13.4105)
it gives me
UnauthorizedError: Invalid API Key provided
but when I call this in a browser, this works:
https://api.openweathermap.org/data/3.0/onecall?lat=52.5244&lon=13.4105&units=metric&appid=API-key
what is wrong here, so that I cannot use the one_call function calls from pyowm?
thanks in advance!
The text was updated successfully, but these errors were encountered: