Hi,
I am running Magic Mirror- the latest version on a Raspberry PI 4. It was working fine for the last couple of weeks, but it stopped working correctly. The first few modules show, but no modules after them shows. I ran dev console. This is the message I get each time I run it: main.js:36 Uncaught TypeError: Cannot read property 'appendChild' of undefined at main.js:36 at Array.forEach (<anonymous>) at createDomObjects (main.js:20) at Object.modulesStarted (main.js:502) at startModules (loader.js:55) at loader.js:38 at HTMLLinkElement.stylesheet.onload (loader.js:210)
I also get this warning:
Electron Security Warning (Insecure Content-Security-Policy) 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 security risks.
For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
(anonymous) @ electron/js2c/renderer_init.js:111
Any help you can give will be appreciated.