Read the statement by Michael Teeuw here.
Update MMM
-
@Peter-Leemon yes, stop MM first of course
-
when I paste bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh) i get no such file or directory
-
@Peter-Leemon dang forum, change the " to wrong character… copy/paste it again
need the trailing quote too
-
pi@raspberrypi:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”
the log will be /home/pi/MagicMirror/installers/upgrade.log
No LSB modules are available.
doing test run = true
update log will be in /home/pi/MagicMirror/installers/upgrade.logupgrading from version 2.10.1 to 2.11.0
fetching latest revisions
there are 3 local files that are different than the master repomodules/default/calendar/calendar.js
modules/default/compliments/compliments.js
package-lock.jsonany *-lock.json files do not need to be saved
do you want to save these files for later (Y/n)?y
processing dependency changes for active modules with package.json filesprocessing for module MMM-NOAA3 please wait
skipped processing for MMM-NOAA3, doing test run
processing complete for module MMM-NOAA3processing for module MMM-EARTH please wait
skipped processing for MMM-EARTH, doing test run
processing complete for module MMM-EARTHprocessing for module MMM-GooglePhotos please wait
skipped processing for MMM-GooglePhotos, doing test run
processing complete for module MMM-GooglePhotostest run, restoring files stashed
pi@raspberrypi:~ $Is this correct?
-
@Peter-Leemon said in Update MMM:
doing test run = true
yes, now add ‘apply’’
no changes are made to the local repo or the working copy if you WANT to actually apply the changes do bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
BUT
there are 3 local files that are different than the master repo
modules/default/calendar/calendar.js
modules/default/compliments/compliments.js
package-lock.jsonany *-lock.json files do not need to be saved
I assume u might want to save those changed files…
-
yes that worked thank you, just have figure out how to update google photos to update now.
-
have just done a git pull and npm install in MMM-GooglePhotos module now the MM has a black screen everything else is working just no images showing
? -
@Peter-Leemon did u npm install in the GooglePhotos folder?
Open the developers window, ctrl-shift-i on the keyboard, then select the console tab and scroll up to see any errors
-
is that in MagicMirror/modules/MMM-GooglePhotos or just in pi@raspberrypi folder?
-
@Peter-Leemon said in Update MMM:
MagicMirror/modules/MMM-GooglePhotos
the dev window is on the MM screen itself…
or start MM with npm start dev and then select the console tab on the MM screen