• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Calendar module just stopped working

Scheduled Pinned Locked Moved Solved Troubleshooting
2 Posts 1 Posters 356 Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    david_jonesy
    last edited by Jul 19, 2022, 2:03 PM

    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

    D 1 Reply Last reply Jul 19, 2022, 5:18 PM Reply Quote 0
    • D Offline
      david_jonesy @david_jonesy
      last edited by Jul 19, 2022, 5:18 PM

      I solved this by going 1 line at a time. This // fixed my issue.

      //		broadcastPastEvents: true,
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy