MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mike23pizzo
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3

      @sdetweil when I start MM it says Starting MagicMirror: v2.21.0.

      When you mention that it’s only set before the calendars list, do you mean as long as it’s listed in the config on the default calendar it should feed down to MMM-CalendarExt3?

      EDIT: It seems the past events are now showing. I didn’t change anything in the config file, so I’m not quite sure what fixed it. But as of now they are there.

      posted in Utilities
      M
      mike23pizzo
    • RE: MMM-CalendarExt3

      I’m having some issues with broadcastPastEvents: true. Past events aren’t showing up on the calendar. Below is the default calendar code and the MMM-CalendarExt3 code. As well as a screenshot.

      {
      			module: "calendar",
      			header: "Events",
      			position: "top_left",
      			config: {
      				fetchInterval: "1000",
      				colored: true,
      				broadcastPastEvents: true,
      				calendars: [
      					{
      						name: "us_holidays",
      						url: //URL//,
      						symbol: "calendar-check",
      						color: "#338FFF",
      						broadcastPastEvents: true,
      					},
      					{
      						name: "mikes_cal",
      						url:  //URL//,
      						
      					},
      					{
      						name: "dinners",
      						url:  //URL//,
      						symbol: "utensils",
      						color: "#FFFB21",
      						broadcastPastEvents: true,
      					},
      				]
      			}
      		},
      
      {
      			module: "MMM-CalendarExt3",
      			position: "bottom_right",
      			weekIndex: "0",
      			config: {
      				broadcastPastEvents: true,
      				mode: "week",
      				firstDayOfWeek: "0",
      				refreshInterval: "10000",
      				calendarSet: ['us_holidays','mikes_cal','dinners'],
      			}
      		},
      

      a0ac3fee-a5d4-4249-bb24-a9cc4578a959-image.png

      posted in Utilities
      M
      mike23pizzo
    • 1 / 1