A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Black mirror after update
-
Hey, after an update i got a black mirror.
i did:
git pull
sudo npm installnpm WARN lifecycle magicmirror@2.1.1~install: cannot run in wd %s %s (wd=%s) magicmirror@2.1.1 cd vendor && npm install /home/pi/MagicMirror npm WARN lifecycle magicmirror@2.1.1~postinstall: cannot run in wd %s %s (wd=%s) magicmirror@2.1.1 sh installers/postinstall/postinstall.sh /home/pi/MagicMirror
- I tried to use the config.js sample
- git reset --hard
- pm2 logs mm
0|mm | Connecting socket for: newsfeed 0|mm | Starting module: newsfeed 0|mm | Sockets connected & modules started ... 0|mm | Launching application. /home/pi/.pm2/logs/mm-error-0.log last 15 lines: 0|mm | 0|mm | ERROR! Could not find main module js file. 0|mm | error: kann .git/FETCH_HEAD nicht öffnen: Keine Berechtigung 0|mm | 0|mm | 0|mm | error: kann .git/FETCH_HEAD nicht öffnen: Keine Berechtigung 0|mm | 0|mm | 0|mm | ERROR! Could not find main module js file. 0|mm | error: kann .git/FETCH_HEAD nicht öffnen: Keine Berechtigung 0|mm | 0|mm | 0|mm | error: kann .git/FETCH_HEAD nicht öffnen: Keine Berechtigung
What i do wrong?
Thank you in advanced for any kind of help!! -
Same issue here. I’ll try a new config later.
-
Solved!!
npm install --unsafe-perm
did the trick.