A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Bunch of errors displayed when I launch MM. Are they important?
-
Hi,
I’m getting an RPi3 setup to run MM. Everything seems to be working, but if I watched the text that scrolls by when I launch it, there are a bunch of errors in there.
Can anyone tell me what these error means and if they are anything to be concerned about?
Thanks
-
@Kelemvor no they are system config caused errors
you can turn off use of the GPU so you won’t get them anymore
in the script that you use to start mm, add
export ELECTRON_DISABLE_GPU=1
if you use my install script and use pm2 to autostart, that script is
~/MagicMirror/installers/mm.sh
in the next release, next week, we will disable GPU by default, and add a new env variable to enable it
export ELECTRON_ENABLE_GPU=1
-
@sdetweil Thanks for the info. It doesn’t seem to be affecting anything so I’ll just leave it and see how the next version works.
Thanks.