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.

    Default calendar module freezing on load

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 122 Views 2 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.
    • M Offline
      migitcheetah
      last edited by

      I am having an issue where the default calendar module is freezing when trying to load my google calendar. It loads everything else fine, but that one causes the entire magic mirror to freeze up. I am trying to use this for the basic calendar of events and to display on CalendarExt3. I looked at a few things, and all I see is that this is sometimes an issue with google calendars.
      my logs return this
      Broadcasting 3158 events from https://calendar.google.com/calendar/ical/…

      so I know my calendar is big, but it seems like there would be a way to resolve this.

      here is my config

      {
      module: "calendar",
      header: "Upcoming Events",
      position: "top_left",
      config: {
              //maximumNumberOfDays: 3,
              maximumEntries: 10,
              defaultSymbol: "calendar",
              useIconify: true,
              showLocation: true,
              fetchInterval: 7 * 24 * 60 * 60 * 1000,
              limitDays: 3,
              broadcastPastEvents: false, // <= IMPORTANT to see past events
      calendars: [
      //{
      //            name: "google_calendar", // <= RECOMMENDED to assign name
      //            url: "https://calendar.google.com/calendar/ical/xxxx/basic.ics"
      //          },
                {
                  name: "us_holiday", // <= RECOMMENDED to assign name
      url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
                }
      ]
      }
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @migitcheetah
        last edited by sdetweil

        @migitcheetah I posted reply on Reddit, please dont post in multiple places

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          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