• 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.

MMM-CalendarExt3 - more than 4 calendars?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 2 Posters 379 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
    cheminge
    last edited by Jan 26, 2025, 3:06 PM

    Hello,

    Is it possible to display more than 4 calendars at a time?

    I can see the first 4, but not all of the calendars.

    I am only displaying 4 calendars at the bottom, but I want to show all 7

    In my config file, I have:

    {module: "MMM-CalendarExt3",
    	pages: {"Main Calendar": "middle_center"},
    	position: "middle_center",
    	title: "Our Calendar",
    	instanceId: "Our_Calendar",
    	config: {
                        displayLegend: true,
    		calendarSet: ["Calendar 1", "Calendar 2", "Calendar 3", "Calendar 4", "Calendar 5", "Calendar 6","Calendar 7"],
    	}
    	},
    
    S 1 Reply Last reply Jan 27, 2025, 8:03 PM Reply Quote 0
    • S Away
      sdetweil @cheminge
      last edited by sdetweil Jan 29, 2025, 6:21 PM Jan 27, 2025, 8:03 PM

      @cheminge what mode are the cals in. there is only so much space

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Jan 29, 2025, 6:40 PM Reply Quote 0
      • C Offline
        cheminge @sdetweil
        last edited by Jan 29, 2025, 6:40 PM

        @sdetweil
        inside my config:

                                mode: "month",
                                firstDayOfWeek: 0,
        			locale:'en-US',
        			headerTitleOptions: {month: 'long'},
        			fontSize: "20px",
        			eventHeight: "22px",
        			maxEventLines: "6",
        			useWeather: false,
        			displayLegend: true,
        			useIconify: true,
        
        S 1 Reply Last reply Jan 29, 2025, 6:55 PM Reply Quote 0
        • S Away
          sdetweil @cheminge
          last edited by Jan 29, 2025, 6:55 PM

          @cheminge can you show me the complete text of the module config, name, pos, …

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Jan 30, 2025, 12:21 AM Reply Quote 0
          • S Away
            sdetweil @sdetweil
            last edited by sdetweil Jan 30, 2025, 1:34 PM Jan 30, 2025, 12:21 AM

            @cheminge and really the terminology is showing events from all 7

            so if you look at the pm2 log of MagicMirror startup you will see
            the default calendar message for broadcasting the everts which ext3 reads (each calendar’s events are sent separately when ready)

            Ext3 does not want to flash the screen each time some events come in. so it waits a bit (waitFetch time 5 second default) from first cal msg

            anything that comes in after that has to wait til the calendar is redrawn (refreshInterval time 30 minutes default)

            the pm2 logs have a timestamp on the messages so you can tell how long it took to get all the data to Ext3

            if you increase waitFetch, nothing is drawn til then
            if you make refreshInterval too low you update for no reason and consume resources other modules might want to use

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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