Read the statement by Michael Teeuw here.
Black screen after reboot.
-
@sdetweil It looks like the only error is a security warning " this renderer process has either no content security policy set or a policy with “unsafe-eval” enabled. this exposes users of this app to unnecessary risks
/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:184
-
even i am facing a similar issue.
i can not operate developers window also.
can anyone suggest something and help me resolve this issue?
Thank you in advance. -
The OP message appears to be confined to the fonts of the mirror. At least, I don’t see anything else in there.
First, when posting error messages, please use the markdown features of the board. It helps with readability.
Second, I would try reinstalling the fonts for the mirror. I think this is how to do it without having to reinstall the entire mirror framework:
cd ~/MagicMirror/fonts npm install
With luck, it will regenerate your fonts folder and fix whatever this error is.
-
@bhepler said in Black screen after reboot.:
will regenerate your fonts folder and fix whatever this error is
I tried a reinstall of fonts. But there was no change. Could there be another file somewhere what would reference the fonts for whatever reason that may be printing it to the screen?
PS this is what i see when i start the mirror, guess i should have included this earlier
-
I believe this actually may have begun with the new update about a month ago so I may try reinstalling a fresh build.