Read the statement by Michael Teeuw here.
After update, nothing happens.
-
pi@pi_mirror:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” #: “#!/bin/bash: No such file or directory pi@pi_mirror:~ $
-
@Richard238 the quotes need to be up/down, not slanted
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
if u paste that line here without the code block wrapper, the quotes will be changed
-
pi@pi_mirror:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" It appears MagicMirror has not been installed on this system please run the installer, raspberry.sh first pi@pi_mirror:~ $
-
@Richard238 not upgrade, install
-
@sdetweil
Ooops! You can tell it’s New Years Day, maybe I need another drink. :D -
Splashscreen: Changed theme to MagicMirror successfully.
Do you want use pm2 for auto starting of your MagicMirror (y/N)? -
@Richard238 no
-
~/install.log should say we upgraded node to 10.23 ish and npm to 6.14 ish
-
Splashscreen: Changed theme to MagicMirror successfully.
Do you want use pm2 for auto starting of your MagicMirror (y/N)?N
Do you want to disable the screen saver? (y/N)?We’re ready! Run DISPLAY=:0 npm start from the ~/MagicMirror directory to start your MagicMirror.
pi@pi_mirror:~ $
As a new user, you can only post once every 120 second(s) until you have earned 3 reputation - please wait before posting again …New User? I’ve been a member for years?
-
@Richard238 no idea…
so, now
node --v
npm --vgo to the old folder, delete the node_modules folder
rm -rf node_modules
npm install --only=prod
then npm start