I just did a new build of my MM to upgrade to Bookworm and update to no longer use unsupported modules. Everything went well for the most part except my calendars aren’t showing. This is in the Error log from start up -
[2025-02-17 11:56:43.570] [33m[WARN] [39m [33m[1m[MMM-CalendarExt3.js:390:11][0m [CX3] Module is not prepared yet, wait a while.[39m
[2025-02-17 11:56:43.576] [33m[WARN] [39m [33m[1m[MMM-CalendarExt3.js:390:11][0m [CX3] Module is not prepared yet, wait a while.[39m
[2025-02-17 11:56:43.668] [33m[WARN] [39m [33m[1m[MMM-CalendarExt3Agenda.js:186:11][0m [CX3A] Module is not prepared yet, wait a while.[39m
[2025-02-17 11:56:43.673] [33m[WARN] [39m [33m[1m[MMM-CalendarExt3Agenda.js:186:11][0m [CX3A] Module is not prepared yet, wait a while.[39m
[2025-02-17 11:56:43.690] [33m[WARN] [39m [33m[1m[MMM-CalendarExt3Agenda.js:186:11][0m [CX3A] Module is not prepared yet, wait a while.[39m
I can see in the main log that the Calendar module is getting data -
[2025-02-17 17:12:47.050] [34m[INFO] [39m [34mCalendar-Fetcher: Broadcasting 584 events from https://calendar.google.com/calendar/ical/XXXXXXX/basic.ics.[39m
[2025-02-17 17:12:47.215] [34m[INFO] [39m [34m[1m[calendar.js:699:7][0m sorting events count=130[39m
[2025-02-17 17:12:47.297] [34m[INFO] [39m [34m[1m[calendar.js:699:7][0m sorting events count=112[39m
[2025-02-17 17:12:47.309] [34m[INFO] [39m [34m[1m[calendar.js:739:7][0m slicing events total maxcount=10[39m
I’ve tried the
git submodule update --init --recursive
from the install instructions and it didn’t seem to help. Thoughts?