@mattkab Thanks for the suggestion. I’ll give it a try.
Read the statement by Michael Teeuw here.
Posts
-
RE: PSA: DarkSky shuts down Jan 1st. expect broken weather
-
RE: PSA: DarkSky shuts down Jan 1st. expect broken weather
Does anyone know of another module that displays radar?
TIA -
RE: PSA: DarkSky shuts down Jan 1st. expect broken weather
Well just to let you know I have 2 magicmirrors using MMM-DarkSkyRadar and both are now showing nothing. It is 11:45 pm CST new years eve.
-
RE: Default weather module not showing after MM update
@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. -
RE: Default weather module not showing after MM update
Raspberry Pi 4 2GB
Well this is what i have done so far.
Removed SD card with broken default weather module.
With new SD card installed fresh 64bit Pi OS
Fresh manual install of MagicMirror
“name”: “magicmirror”,
“version”: “2.20.0”,
“description”: “The open source modular smart mirror platform.”,
“main”: “js/electron.js”,Entered my openweathermap credentials
and
Walla! the weather module works.
I have no idea why the weather module broke after the MagicMirror update. I will be following this thread to see if it is a problem or it was just a fluke.
Good luck and thanks to all that contribute.
Now I just have to reload my third party modules and customizations. -
RE: Default weather module not showing after MM update
I keep the mirror updated so I am assuming it was updated from the last version.
I updated by first issuing git stash then git pull && npm install --only=prod --omit=dev
followed by git stash applyAll other default and third party modules work.
Thank for your help it is appreciated.
-
RE: Default weather module not showing after MM update
@Jarhead96097 Thanks for your info. Hopefully someone can come up with the fix.
-
RE: Default weather module not showing after MM update
@mumblebaj Okay this is what I get when I run shift + ctrl + i
Load script: modules/default/weather/weather.js
:8080/modules/default/weather/weather.js:159 Uncaught SyntaxError: Unexpected token . -
RE: Default weather module not showing after MM update
@mumblebaj If I enter shit + ctrl + i in the terminal nothing shows up but a dialog box with Cancel and OK
-
RE: Default weather module not showing after MM update
@mumblebaj I xxx out the last few digits
-
RE: Default weather module not showing after MM update
@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.
-
RE: Default weather module not showing after MM update
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”
}
}, -
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 -
RE: Could not load config file.
Thanks so much for your help. That was my mistake. I didn’t run the command (npm install) inside the MMM-MyScoreboard folder.
Thank you. That did it. -
Could not load config file.
I hope someone can help with this error.
This is a new installation on a Raspberry Pi 4 2GB
Latest Buster OS and MagicMirror v2.17.1
I am getting this and other similar errors with certain Third Party modules. I have tried the manual and script install of MagicMirror.
Same errors.
Any help would be greatly appreciated.
This is the error using the MMM-MyScoreboard module.
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘json-parse-async’
Require stack:- /home/pi/MagicMirror/modules/MMM-MyScoreboard/providers/SNET.js
- /home/pi/MagicMirror/modules/MMM-MyScoreboard/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai