Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda doesn't work on fresh restored install
-
@rkorell can you look at the restore.log for the processing on cx3agenda
go to that module folder and do
npm installtrying to decide if an npm install is required
this module has no dependencies
but it does have a submodule which needs to be installedi will fix the tests in restore
-
-
@rkorell ~/MagicMirror/installers/restore.log
-
@sdetweil :-)
nmp install DOES the trick!
(should have come to my mind !!!)
pi@MagicMirrorPi5:~/MagicMirror/modules/MMM-CalendarExt3Agenda $ npm install > mmm-calendarext3agenda@1.4.6 postinstall > git submodule update --init --recursive Submodule 'CX3_Shared' (https://github.com/MMRIZE/CX3_Shared) registered for path 'CX3_Shared' Cloning into '/home/pi/MagicMirror/modules/MMM-CalendarExt3Agenda/CX3_Shared'... Submodule path 'CX3_Shared': checked out '0b390e2770866533464c81e5b26ff366e9695344' up to date, audited 1 package in 1s found 0 vulnerabilities
Thanks!
Calendar is present, again!
Nice!Now all I’m missing is MMM-Pir :-)
Just frickling around but cannot get this git-cloned from backup-repository …thanks a LOT!
Ralf -
-
@rkorell pushed fix for restore script to check for postinstall task as well as dependencies
the new 3rd party list uses package.json as a documentation vehicle…
but that doesn’t mean npm install is required… try not to do work that isn’t required and not consume disk space for no reason… -
@rkorell said in MMM-CalendarExt3Agenda doesn't work on fresh restored install:
Just frickling around but cannot get this git-cloned from backup-repository …
yes, I only save the LINK to the module repo, which doesn’t exist anymoreyou can’t binary back it up either, as there are OS level dependencies
I produce a warning in the output (and log file) that the url is not available
in both backup and restore… -
@sdetweil said in MMM-CalendarExt3Agenda doesn't work on fresh restored install:
you can’t binary back it up either, as there are OS level dependencies
I’ve “solved” it with my tar.gz archive.
put all of the working copy in it, extract im MagicMirror/modules and ran npm install in MMM-Pir …Now I’m looking around how to get xandr fixed, because now MMM-Pir increase the screen resolution to maximum which is not desired …
-
@rkorell said in MMM-CalendarExt3Agenda doesn't work on fresh restored install:
I’ve “solved” it with my tar.gz archive.
yeh, what about the other 200+ users?? SO much fun
-
@sdetweil despite getting it “run” it doesn’t work properly :-(
I’m looking around but seems to be hard … -
@rkorell yes, he ran some setup/installer code that isn’t saved locally