Read the statement by Michael Teeuw here.
Black screen after update 2.11 (electron)
-
@Blackmirror did u npm install in the folder first?
-
yes i have
-
@Blackmirror what node version are you one
node -v
-
it is v6.10.2
-
@Blackmirror hm… you should be on v 10.??
how did u upgrade? and from what version?
-
I have only git pull yesterday in cd Magicmirror and in all modules npm install.
After this I get a black screen so I have rebuild electron in cd magicmirror and all modules. and npm install again. -
@Blackmirror said in Black screen after update 2.11 (electron):
rebuild electron in cd magicmirror and all modules. and npm install again.
and npm install (in base and module folders) (as this will copy down new files based on the MM changes)
and THEN
electron-rebuildAND you did npm install in MagicMirror folder, BEFORE all modules
-
yes. first cd magicmirror after this the modules
-
@sdetweil maybe run my upgrade script …
from here
https://github.com/sdetweil/MagicMirror_scriptsbash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force
-
@sdetweil said in Black screen after update 2.11 (electron):
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” force
ok. Now I have no black screnn but the mirror say i must install a config.js, but my old config.js is in the folder.