Read the statement by Michael Teeuw here.
calendar (icloud) not loading after last MM Update
-
Update: When checking the configuration for the calendar module in the value of timeFormat. Instead of ‘abolute’, it should be ‘absolute’. I corrected the timeFormat. Unfortunately, there’s no improvement; it’s not loading the calendar.
-
@Chazzer install the older parser
cd ~/MagicMirror npm install node-ical@0.16.1
-
@sdetweil That’s the solution! Installed npm install node-ical@0.16.1 and then executed pm2 restart MagicMirror. Thank you so much!
-
@Chazzer said in calendar (icloud) not loading after last MM Update:
timeFormat: “abolute”,
This doesn’t look right either. Think it should be “absolute” and not “abolute”
-
I had a power outage while executing the command, now I get this error message when I try to run it.
Does anyone know what to do?
-
@sil3ntstorm
docd ~/MagicMirror sudo rm -rf node_modules/node-ical npm install node-ical@0.16.1
-
the same message
-
@sil3ntstorm ah,
cd ~/MagicMirror sudo rm -rf node_modules/axios
-
Unfortunately when I enter that nothing happens -
@sil3ntstorm on Linux most commands when successful set the return code and just exit
do now reinstall node-ical again