Read the statement by Michael Teeuw here.
Calendar module just stopped working
-
I did an upgrade on MM to the latest version 2.22.0
After reboot, calendar no longer was displaying.
I have since made sure npm,node and electron are updated. I moved my MM directory and did a fresh install, restored the config.js file and still no go. Everything else on the system displays. I have tried different calendar links even, both public and private. I see in the log it gets the data:[19.07.2022 09:37.58.217] [LOG] Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-5a102537c39f35/basic.ics - Interval: 600000 [19.07.2022 09:37.58.662] [INFO] Checking git for module: MMM-MonthlyCalendar [19.07.2022 09:37.58.699] [INFO] Checking git for module: MMM-OpenWeatherForecast [19.07.2022 09:37.58.739] [INFO] Checking git for module: default [19.07.2022 09:38.00.886] [INFO] Calendar-Fetcher: Broadcasting 10 events. [19.07.2022 09:38.10.776] [INFO] Calendar-Fetcher: Broadcasting 10 events.Here is my config section, I did obfuscate the links:
{ module: 'MMM-MonthlyCalendar', position: 'bottom_bar', config: { mode: 'fourWeeks' } }, { module: 'calendar', header: 'Agenda', position: 'top_left', config: { fade: false, colored: true, wrapevents: true, maximumEntries: 10, broadcastPastEvents: true, maxTitleLength: 35, sliceMultiDayEvents: true, fetchInterval: 600000, calendars: [ { symbol: 'chevron-circle-right', color: '#4285f4', url: 'https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-655602d48f444d95a102537c39f35/basic.ics' }, { symbol: 'football-ball', color: '#009688', url: 'https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-9555cf33931a454fa/basic.ics' } ] } },After about 3 hours, I decided I would try reaching out to you experts. Cheers
-
I solved this by going 1 line at a time. This // fixed my issue.
// broadcastPastEvents: true,
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login