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 Caledar module not broadcasting or other modules not picking up broadcast (MMM--MonthlyCalendar, MMM-CalendarExt3)

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 557 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.
    • C Offline
      calyorbro
      last edited by

      I am trying to add a Calendar to my MM that shows the next 4 weeks. I figured either MMM–MonthlyCalendar, or MMM-CalendarExt3 does this well enough for my needs, however both modules dont seem to pick up on the CALENDAR_EVENTS broadcast from the default module.

      First here is the configuration of the Calendar module:

      {
      			module: "calendar",
      			//position: "top_left", // Comment out to hide module
      			config: {
      				broadcastPastEvents: true, 
      				calendars: [
      					{
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
      						name: "us_holiday",
      						color: "red" 
      					},
      					{
      						name: "fam-cal",
      						symbol: "calendar-check",
      						url: "https://calendar.google.com/calendar/ical/USER%40gmail.com/private-XXXXXXXXXXXXXXXXX/basic.ics",
      
      					},
      				]
      			}
      		},
      

      I added the default US-Holidays to test. And this does work perfectly fine for the normal module, however when using either MMM–MonthlyCalendar:

      {
      			module: "MMM-MonthlyCalendar",
      			position: "top_right",
      			config: { 
      				mode: "fourWeeks",
      			}
      		},
      

      or MMM-CalendarExt3 :

      {
      			module: "MMM-CalendarExt3",
      			position: "top_right",
      			config: {
      				weekIndex: 0,
      				weeksInView: 4,
      			}
      		},
      

      The calander does not show up. I checked the logs which seem to be telling that everything is working fine:

      [2025-02-15 18:11:09.989] [INFO]  Calendar-Fetcher: Broadcasting 517 events from https://calendar.google.com/calendar/ical/USER%40gmail.com/private-XXXXXXXXXXXXXXXXXXXXXX/basic.ics.
      [2025-02-15 18:11:10.681] [LOG]   [CALEXT2] calendar:0 >> Scanned: 231, Selected: 231
      [2025-02-15 18:11:11.276] [INFO]  Calendar-Fetcher: Broadcasting 24 events from http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics.
      

      In the attached picture you can see the events loading perfectly in the default module(removed the private calendar for privacy). and not at all in the MMM-CalendarExt3 module. The weather does load however so I am thinking that this is an issue with Calander

      13df6f1f-38ed-49c2-b2a9-8dd1c8f1a120-image.png

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @calyorbro
        last edited by

        @calyorbro if this is MagicMirror 2.30 did you put on the clipping fix?

        see the pinned items top of troubleshooting section

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          calyorbro @sdetweil
          last edited by

          @sdetweil I did not see this, sorrz about that. Now both work perfectly thank you

          1 Reply Last reply Reply Quote 0
          • S sdetweil has marked this topic as solved on
          • S Scott-M referenced this topic on
          • 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