Read the statement by Michael Teeuw here.
After update, nothing happens.
-
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 -
@Richard238 you need at least 3 reputation to post more often. It will be visible in your profile.
-
@sdetweil said in After update, nothing happens.:
~/install.log should say we upgraded node to 10.23 ish and npm to 6.14 ish
[92mNode.js installation Done! version=v10.23.0[0m 0mInstalled npm version: [1mV6.14.8[0m
-
@sdetweil said in After update, nothing happens.:
@Richard238 no idea…
so, now
node --v
npm --vpi@pi_mirror:~ $ node --v node: bad option: --v pi@pi_mirror:~ $ npm --v 6.14.8 pi@pi_mirror:~ $ node -v v10.23.0 pi@pi_mirror:~ $
-
@Richard238 ok, up to level
-
MagicMirror installation finished successfully! added 330 packages from 282 contributors and audited 1149 packages in 152.782s 16 packages are looking for funding run `npm fund` for details found 1 low severity vulnerability run `npm audit fix` to fix them, or `npm audit` for details pi@pi_mirror:~/MagicMirror__RL1 $ npm start > magicmirror@2.14.0-develop start /home/pi/MagicMirror__RL1 > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron) pi@pi_mirror:~/MagicMirror__RL1 $