Read the statement by Michael Teeuw here.
Magic Mirror show Pitch Black Screen
-
My MagicMirror was working, when i rebooted my machine, it stopped working.
Now the title shows [Electron]
And the program is Pitch Black.
So what now?
I tried updating my MagicMirror.
But it did not do much.I resseted my config. But it did not change anything.
-
@JorickJuh open the developers window, ctrl-shift-i on the keyboard. Select the console tab and scroll up to see any errors
U can also start w dev window open by doing npm start dev ( make sure u stop any prior instance w pm2 stop 0, if using pm2
-
@sdetweil probably node_helper missing
Do
cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
-
@sdetweil said in Magic Mirror show Pitch Black Screen:
cd ~/MagicMirror
git checkout modules/node_modules/node_helper/index.jsYeah That solved my problem thx
-
@sdetweil YES! Thank you!
-
Thank you! That solved my problem as well.