Read the statement by Michael Teeuw here.
Errors with newest update
-
Would anyone be so kind to explain what I’ve done here?
pi@raspberrypi:~ $ cd ~/MagicMirror
pi@raspberrypi:~/MagicMirror $ git status
On branch master
Your branch is up to date with ‘origin/master’.Changes not staged for commit:
(use “git add …” to update what will be committed)
(use “git restore …” to discard changes in working directory)
modified: installers/mm.sh
modified: modules/default/clock/clock.jsUntracked files:
(use “git add …” to include in what will be committed)
0
Cron/
core
installers/pm2_MagicMirror.json
run-start.sh -
@Nneuland u may have changed clock.js, that’s ours
you could
figure out what changes were made
git diff,
then git stash to save the changes, git pull
then npm installor run my upgrade script which will help do all that and advise you…
-
@sdetweil
Thank you Sam