A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Blank screen after update 2023
-
Hi all
I just did an update and after MM starts all i get is a black screen?
any suggestions would be great
-
@trix2k can u show any of the startup messages?
npm start
or pm2 logs --lines=50 -
@sdetweil after some digging i found another thread you helped on and i got it going again
thank you
-
@trix2k what was it?
-
cd ~/MagicMirror
rm -rf node_modules
rm package- lock. json
npm installthen for whatever module was causing problem
cd ~/MagicMirror/modules/modulenamedo the same last 3 steps as above
AND THEN
npm install request --save