Read the statement by Michael Teeuw here.
MM not loading after software update
-
@Redicaljk see this topic, for missing libraries
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later, 1st post gives instructions
-
@sdetweil thank you! I’ll give it a try.
-
@Redicaljk Looks like the original issue has been resolved, however, MM still crashes. I can’t copy the error without this post being marked as spam!!!
-
@Redicaljk send to me in email…
same userid at gmail -
@Redicaljk did some other module need a library?
-
@sdetweil just emailed you.
-
@Redicaljk looking at it
-
@Redicaljk workaround, do
cd ~/MagicMirror nano package.json
scroll down to the line that looks like this
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
change to look like this
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --no-sandbox js/electron.js",
ctrl-o
to save the changed file
ctrl-x to exit nanothen npm start to test
-
@Redicaljk see my post above
-
@sdetweil Success! Thank you. MM now loads and does not crash but Weather module is not loading and there’s an error in the calendar module.