A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
After MM upgrade wont start
-
Hello everyone
I upgraded magicmirror from 2.18 to 2.19 using this script and are now getting and error, not sure how to solve this -
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
and now I’m getting this -
pi@pi:~ $ cd ~ && cd MagicMirror && npm run start > magicmirror@2.19.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js sh: 1: ./node_modules/.bin/electron: not found pi@pi:~/MagicMirror $
-
@mayfield I did tests on Bullseye and Buster to upgrade from 2.17 to 2.19 (latest)
and it worked in both cases…the log u sent me shows it worked without error…
try this
cd ~/MagicMirror npm install electron@17.2.0
then npm start
-
@mayfield can u send me the
installers/upgrade.logmy same useridat gmail
-
@sdetweil OK thanks email sent
-
@mayfield got it
-
@mayfield I did tests on Bullseye and Buster to upgrade from 2.17 to 2.19 (latest)
and it worked in both cases…the log u sent me shows it worked without error…
try this
cd ~/MagicMirror npm install electron@17.2.0
then npm start
-