A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Update to MagicMirror² v2.13.0 failed
-
@Stoffbeuteluwe my pleasure… one failure was a module problem, the other my be network… unknown
-
This post is deleted! -
@Stoffbeuteluwe what module is that?
-
@sdetweil default current weather
-
@sdetweil i have it…
appendLocationNameToHeader: false,
-
Sam using your script and this is the output…this all that needs to be done?
pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" No LSB modules are available. doing test run = true, NO updates will be applied! update log will be in /home/pi/MagicMirror/installers/upgrade.log saving custom.css upgrading from version 2.12.0 to 2.13.0 fetching latest revisions there are 3 local files that are different than the master repo installers/mm.sh modules/default/compliments/compliments.js package-lock.json any *-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 files processing for module MMM-EARTH please wait ---------------------------------- skipped processing for MMM-EARTH, doing test run processing complete for module MMM-EARTH processing for module MMM-FlightRadarTracker please wait ---------------------------------- skipped processing for MMM-FlightRadarTracker, doing test run processing complete for module MMM-FlightRadarTracker processing for module MMM-DarkSkyForecast please wait ---------------------------------- skipped processing for MMM-DarkSkyForecast, doing test run processing complete for module MMM-DarkSkyForecast restoring custom.css test run, restoring files stashed pi@raspberrypi:~ $
-
@swvalenti said in Update to MagicMirror² v2.13.0 failed:
doing test run = true,
there are TWO passes… one in test mode
and one with applywhat is wrong with my doc?
upgrade-script.sh will do the git pull and npm install, and refresh npm setup for any modules that might need it it should handle all the work… and give you a trial run of all that… only applying changes if u request them give it a try this works on Mac as well, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" no changes are made to the local repo or the working copy if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply there is a log file (upgrade.log) in the MagicMirror/installers folder…
i don’t understand how everyone misses this
if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device
-
I updated the doc again to try to make the processes more visible
-
Thanks Sam
-
The more things change… the more they stay the same…LOL