jclarke0000 / MMM-OpenWeatherForecast

Magic Mirror weather module using OpenWeather API
42 stars 25 forks source link

Request failed 401. I updated to 3.0 but it's still not working. #23

Open Anhanyoung91 opened 1 year ago

Anhanyoung91 commented 1 year ago

Hello,

I was reading through the other thread and I followed the steps that should have fixed it. I subscribed to 3.0 One Call and set my limit to 1000. I also updated my node_helper.js to show "https://api.openweathermap.org/data/3.0/onecall" on line 44. Anyone have any ideas how to fix this?

fulz0r commented 1 year ago

nope... 3.0 one call on the webpage is still ok... but this module still none visible... can`t see any errors...

3vidar commented 1 year ago

Hi, just change "https://api.openweathermap.org/data/3.0/onecall" to "https://api.openweathermap.org/data/3.0/onecall?" an it should work!

TangoE3O commented 1 year ago

I was having the same problems with some modules working and some not using a standard API key from OpenWeatherMap but they were not One Call subscribed. After subscribing and changing the node_helper.js version 2.5 to 3.0, it finally worked.

I used the API keys from the website as the one sent in my email did not work.