Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
-
Hi @sdetweil thanks for answering me!
I had read this post but I didn’t understand what I have to do.
I have to update the node_helper.js version 2.5 to 3.0?Can you help me?
Thanks.
-
@Egnos yes,
just edit the file and change 2.5 to 3.0
-
@sdetweil said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:
edit the file an
In the file “node_helper.js” I have modify:
this https://api.openweathermap.org/data/2.5/onecall?
with this https://api.openweathermap.org/data/3.0/onecall?but I have the same error:
[02.04.2023 17:58.05.910] [LOG] [MMM-OpenWeatherForecast] 2-Apr-23 17:58 ** ERROR ** Error: Request failed with status code 401
Where am I doing wrong?
-
@Egnos i’ve seen a number of these…
something to do with registering correctly with version 3 onecall
someone else said
I used the API keys from the website as the one sent in my email did not work.
-
@sdetweil I’ve already gone to the OpenWeatherMap site, I’ve regenerated a new API key but still the error…
-
@Egnos sorry, that part I don’t know.
I have ow keys for both 2.5 and 3.0, but its been so long, I don’t remember what I did , altho it was only website
-
@sdetweil thanks.
I’m trying to create a new user in the OpenWeatherMap site to have a new API.
In the meantime, if anyone knows how to help me it would be appreciated!:grinning_face_with_sweat:
-
@Egnos i just installed the module and used all my api keys without any problem … I did NOT edit the node_helper…
this is the signup screen I see for v3… need credit card
-
I signed up for the 3.0 api, they updated my default api key
I changed the code to use 3.0 instead of 2.5
and it worked
-
@sdetweil said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:
i just installed the module and used all my api keys without any problem … I did NOT edit the node_helper…
I don’t understand what’s different about me…
Did you do anything in particular when you installed?@sdetweil said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:
this is the signup screen I see for v3… need credit card
So I have to enable “One Call API 3.0 NEW” and put the credit card.
So is it paid?
Did you also have to enter your credit card for it to work?Thanks!