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
The API request for 2.5 seems to not be supported by OpenWeatherOneCall anymore.
I believe 3.0 is but haven't figured out how to change the URL in the library to test it.
the library calls http://api.openweathermap.org:80/data/2.5/onecall
And I believe it needs to call http://api.openweathermap.org:80/data/3.0/onecall
This should be an easy fix, but I can't find the library file that contains it.
Cheers
The text was updated successfully, but these errors were encountered:
I thought it may have been in there but looked in OpenWeatherMapOneCall.h and OpenWeatherMapOneCall.cpp but couldn't find a http link to change.
The serial print in the sketch reads '[HTTP] Requesting resource at http://api.openweathermap.org:80/data/2.5/onecall?appid........ Then my API key and other parameters in the program.
I'll keep looking anyway.
UPDATE: Line 42 of OpenWeatherMapCurrent.cpp the 2.5 needs to be changed to 3.0. But I don't believe that 2.5 works anymore so this library could use a version update to maintain it as current.
The API request for 2.5 seems to not be supported by OpenWeatherOneCall anymore.
I believe 3.0 is but haven't figured out how to change the URL in the library to test it.
the library calls
http://api.openweathermap.org:80/data/2.5/onecall
And I believe it needs to call
http://api.openweathermap.org:80/data/3.0/onecall
This should be an easy fix, but I can't find the library file that contains it.
Cheers
The text was updated successfully, but these errors were encountered: