A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
force_s3tc_enable overridden by environment.
-
This post is deleted! -
@siddhartha so, what does 'does not start ’ mean?
npm start
in the Magic Mirror folder gets the command prompt back? or not
screen goes black, or nothave you done
export DISPLAY=:0 npm start
on my mm I also have to
npm --enable-transparent-visuals --disable-gpu start
-
After upgrading OS. i faced problem with display.
i fixed some problem with
npm audit fix --force.Then i shifted to VNC
used DISPLAY=:1 and then the magicmirror started.
but now there ware two process running at time.MagicMirror with DISPLAY=:0
MM with DISPLAY=:1so using pm2 i deleted MagicMirror and gave reboot.
everything worked perfectly. so i changed back DISPLAY=:0 in MM.and gave reboot again…
and problem solved. no black screen no error :)
-
Cool. Thx for the feedback
-
No problem. Thank you :)
-
@siddhartha could u mark your issues solved… thx