jclarke0000 / MMM-OpenWeatherForecast

Magic Mirror weather module using OpenWeather API
45 stars 28 forks source link

NO DATA SHOWING UP because node_helper.js is missing the baseURL - WITH SOLUTION #34

Open tevaudio opened 2 months ago

tevaudio commented 2 months ago

I have an OpenWeather 3.0 account but no data showed up (just loading). I then realized that „git pull“ pulled a node_helper.js that was missing the baseURL! I copy&pasted the content of this file from the github website into my local node_helper.js, changed the baseURL from 2.0 to 3.0 - and now it works!

KristjanESPERANTO commented 1 month ago

There is an active fork of this module: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.

I recommend to switch to it.