A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
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”
-
-
@sil3ntstorm
docd ~/MagicMirror sudo rm -rf node_modules/node-ical npm install node-ical@0.16.1
-
-
@sil3ntstorm ah,
cd ~/MagicMirror sudo rm -rf node_modules/axios
-
-
@sil3ntstorm on Linux most commands when successful set the return code and just exit
do now reinstall node-ical again