Read the statement by Michael Teeuw here.
Update Electron failed - MagicMirror is broken on physical screen only
-
@Pade2204 can you show the messages from where npm start is issued?
-
@sdetweil Im not that experienced in Linux, so Im not sure what you mean here.
-
@Pade2204 how do you start MagicMirror?
if it starts at boot, do you use the MagicMirror instructions to create a service or something else?
if you start it manually, what do you doall things lead to the command
npm start
in the MagicMirror folderthat command starts MagicMirror and it outputs a bunch of messages when it’s running. including error messages from some modules
-
Thanks.
I had to reinstall MagicMirror.
-
@Pade2204 did u reinstall the same version?
-
@sdetweil I reinstalled using the guide inhere. So latest version I’m sure.
-
@Pade2204 i’m surprized that its running…
just to check
output of
grep version ~/MagicMirror/node_modules/electron/package.json
-
The outdated Electron version is causing the broken screen. Update to ^23.0.0, run npm install, rebuild with npm run rebuild, and restart Magic Mirror with npm start to fix it.
-
@casper1 can you explain more??
what did you do? update node??