Read the statement by Michael Teeuw here.
Blackscreen after update to v.2.8.0
-
@sdetweil No man…:( still the same
-
How to completely remove magicmirror in order to install it from scratch?
-
@panos rename the MagicMirror folder to MagicMirror-old
then run install again…
then u can copy modules, config file, … then when all is good,
rm -rf MagicMirror-old -
Finally I get this worked!!
thanks dudeEdit:
After restoring config/custom.css/ and install all modules from the beginning, the problem has occurred again.:(:( -
Is there a way to install v2.7 instead?
-
@panos that generally means a mismatch between node_module levels…
so, in each module with a node_modules folder do
rm -rf node_modules npm install
first, just disable one module at a time,
update the failing one firstadd disabled: true,
in front of the module name -
@sdetweil it turns out that MMM-moon-phases module has the problem! I comment out the code and everything works like a charm!! Thanks for your help!!
-
There are other moon phase modules that you can try. Search the 3rd party modules page