Read the statement by Michael Teeuw here.
MagicMirror² v2.15.0 is available don't work.
-
@chrizzz looks like a networking error… did u npm install after git pull? did both work?
-
@sdetweil Thanks for the help, was about to make a post when I found this thread.
-
@sdetweil yes I did and both worked.
I did npm install in all module folders too and did the npm install of MM multiple times just to check if something is wrong
-
Hallo, i have installed the updatescript and than I have installed the valid url …the mirror starts normal and when i stop the Mirror I get this.
nal SIGINT npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! magicmirror@2.15.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.15.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/patrickhahn/.npm/_logs/2021-04-06T20_05_51_094Z-debug.log patrickhahn@Mac-mini MagicMirror %
hope somebody can help me …thanks
-
@stoffbeuteluwe that’s ok when u stop
-
@sdetweil what is the full command to run this? I’ve done some searching on the forum but haven’t found anything.
-
@unfriendlydevice run ‘this’???
-
@sdetweil to run the electron-rebuild as you advised (sorry I think I replied to the main thread instead of your earlier reply)
-
cd ~/MagicMirror npm install electron-rebuild
now change to your module folder where u need the electron rebuild
then~/MagicMirror/node_modules/.bin/electron-rebuild
(note the dot . in front of bin)
-
@sdetweil That’s great thanks