Read the statement by Michael Teeuw here.
Default weather module not showing after MM update
-
Please help after updating to MagicMirror² version v2.20.0 today the default weather modules are no longer displaying. Does anyone know of the fix for this issue?
TIA John Janis -
@Jarhead96097 I was lucky I had a backup of my config. So just a reinstall and copy and paste. Everything is working fine now.
All the best. -
@01ZerosOnes01 Are there any errors? If you used npm start then see for any errors in the terminal. If you used pm2 then check the pm2 log for errors. The guys would require more information to be able to assist.
-
Here is the entry in the config file
{
module: “weather”,
position: “top_right”,
config: {
weatherProvider: “openweathermap”,
type: “current”,
location: “Elmhurst”,
locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
}
},
{
module: “weather”,
position: “top_right”,
header: “Weather Forecast”,
config: {
weatherProvider: “openweathermap”,
type: “forecast”,
location: “Elmhurst”,
locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
}
}, -
@01ZerosOnes01 See my first reply. Any errors from where you started the mirror?
-
@mumblebaj Hi, thanks for your response there are no errors on the screen when I run npm start. No loading of that module indication but there is space allocated for the weather module on the screen in the top right area. All other modules work. Everything was working before the update to the latest MM.
-
@01ZerosOnes01 I am just upgrading. Just one last check, see in the Developers window if there are any errors there.
shit + ctrl + i
-
@01ZerosOnes01 I think there may be an issue with the api key for OpenWeatherMap.
-
@mumblebaj I xxx out the last few digits
-
@mumblebaj If I enter shit + ctrl + i in the terminal nothing shows up but a dialog box with Cancel and OK
-
@01ZerosOnes01 Hi. Not in the terminal from the browser window that displays the mirror. I have created an Openweathermap api key and I get an unauthorized error in the Developers window. I guess I have to wait for it to activate first. Once it is active I will see if I can spot anything.