A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
One of my Calendars isn't showing up in the default module.
-
@Kelemvor can you show the config for calendar module, xxx out the cal like you did about, dont delete anything else
-
I removed all the other modules and everything so this is all that’s left:
modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "My Calendars", position: "top_left", config: { calendars: [ { name: "c", fetchInterval: 60 * 60 * 1000, symbol: "c", url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics", color: "#ffbef8" } ] } } ]
And this is what it shows on my screen when it starts:
[2025-03-25 21:35:09.663] [LOG] Connecting socket for: calendar [2025-03-25 21:35:09.672] [LOG] Starting node helper for: calendar [2025-03-25 21:35:09.680] [LOG] Sockets connected & modules started ... [2025-03-25 21:35:10.403] [LOG] Launching application. [2025-03-25 21:35:13.894] [INFO] System information: ### SYSTEM: manufacturer: ; model: ; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.74+rpt-rpi-v8 ### VERSIONS: electron: 32.2.7; used node: 23.10.0; installed node: 23.10.0; npm: 10.9.2; pm2: 5.4.3 ### OTHER: timeZone: America/Chicago; ELECTRON_ENABLE_GPU: undefined [2025-03-25 21:35:15.948] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics - Interval: 3600000 [2025-03-25 21:35:16.077] [INFO] updatenotification: Updater Class Loaded! [2025-03-25 21:35:16.079] [INFO] updatenotification: Checking PM2 using... [2025-03-25 21:35:16.083] [INFO] updatenotification: [PM2] You are not using pm2 [2025-03-25 21:35:16.086] [INFO] Checking git for module: MagicMirror [2025-03-25 21:36:02.139] [INFO] Calendar-Fetcher: Broadcasting 378 events from https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxxx/basic.ics.
But all that’s on the monitor is Loading …
-
@Kelemvor did you install the clipping fix
-
-
@Kelemvor size of old events?
try making maximumEntries:200 in the config: { section
and if you would be willing to share your ics url, via text message/chat here
I will test it out
click my username, under the 3 dots, start new chat -