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 is not working..I need help please
-
@Stoffbeuteluwe you are on the wrong level of code
neither are there in 2.25
do
cd ~/MagicMirror git checkout modules/default/calendar/calendarfetcher.js
then
git status
show the results
-
MMM-MyCalendar is a mess, the author copied (meanwhile old) versions of our code into his repo, so the problem is
calendarfetcher.js
of the module. -
@sdetweil said in Update is not working..I need help please:
git status
patrickhahn@Mac-mini MM % git checkout modules/default/calendar/calendarfetcher.js Updated 0 paths from the index patrickhahn@Mac-mini MM % git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) css/icons/ new_package.json run-start.sh nothing added to commit but untracked files present (use "git add" to track) patrickhahn@Mac-mini MM %
-
@Stoffbeuteluwe ok, now do
cd ~/MagicMirror git pull npm run install-mm
-
@sdetweil it is still the same problem…
-
@Stoffbeuteluwe can you show me the output of
git status git pull
-
patrickhahn@Mac-mini MM % git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) css/icons/ new_package.json run-start.sh nothing added to commit but untracked files present (use "git add" to track) patrickhahn@Mac-mini MM % git pull Already up to date. patrickhahn@Mac-mini MM % patrickhahn@Mac-mini MM % git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) css/icons/ new_package.json run-start.sh nothing added to commit but untracked files present (use "git add" to track) patrickhahn@Mac-mini MM %
-
@Stoffbeuteluwe ok, next, lets check the version of the code, should be 2.25.0
cd ~/MagicMirror grep version package.json
-
Last login: Thu Oct 12 16:43:21 on ttys000 patrickhahn@Mac-mini ~ % cd MM patrickhahn@Mac-mini MM % grep version package.json "version": "2.25.0", patrickhahn@Mac-mini MM %
-
@Stoffbeuteluwe and
node -v, npm -v
if node v18 or v20 then
cd ~/MagicMirror rm -rf node_modules rm package-lock.json npm run install-mm