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

    Scheduled Pinned Locked Moved Utilities
    676 Posts 81 Posters 2.4m Views 85 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.
    • S Offline
      sdetweil @pastormingle
      last edited by

      @pastormingle please, always use code block for config contents

      paste into editor
      select pasted text
      hit code block button
      </>

      I fixed prior post

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        MMRIZE @pastormingle
        last edited by MMRIZE

        @pastormingle
        Just add calendars into your default calendar module, without touching CX3.

        1 Reply Last reply Reply Quote 0
        • M Offline
          MMRIZE @pastormingle
          last edited by

          @pastormingle

          {
          	module: "calendar",
          	header: "calendar source",
          	position: "top_left", // <-- Remove this line to hide this module.
          	config: {
          		broadcastPastEvents: true,
          		maximumNumberOfDays: 45,
          		calendars: [
          			{
          				symbol: "calendar-check",
          				url: "https://ics.calendarlabs.com/709/45a0bb64/Fun_Holidays.ics",
          				color: "red",
          			},
          			{
          				symbol: "car-side",
          				url: "webcal://sync.roktcalendar.com/webcal/cb99a33a-87e2-47a6-a11a-69f2eb563101",
          				color: "orange",
          			},
          			{
          				symbol: "recycle",
          				url: "https://www.kriftel.de/kalender/abfallkalender-2023-bezirk-1-3/events.ics",
          				color: "green",
          			},
          		]
          	}
          },
          

          I just added additional calendars to the default calendar module.
          It will show;

          62796e78-a3cd-4539-ab50-0aba5ba1c379-image.png

          P 1 Reply Last reply Reply Quote 0
          • P Offline
            pastormingle @MMRIZE
            last edited by

            @MMRIZE Instead of the month i only one week or 7 days at all time displayed. Once the day has passed it should drop off.

            M 1 Reply Last reply Reply Quote 0
            • M Offline
              MMRIZE @pastormingle
              last edited by

              @pastormingle said in MMM-CalendarExt3:

              @MMRIZE Instead of the month i only one week or 7 days at all time displayed. Once the day has passed it should drop off.

              weeksInView:1 would one-week view of CX3. But what you really want was days view of CX2, and I have dropped that view from CX3 (Because the new CalendarExt3Agenda will get the role alternately, And I think it is better organized and easy to get info.)

              6408e54f-b3ea-410c-a0d1-38f0d5aabbe0-image.png

              But if you prefer old days view style, just use legacy CX2 instead.

              P 1 Reply Last reply Reply Quote 0
              • P Offline
                pastormingle @MMRIZE
                last edited by sdetweil

                @MMRIZE When i put in for 3 calendar it’s only displaying the one for google1 account.

                {
                	module: "calendar",
                	header: "calendar source",
                	position: "top_left", // <-- Remove this line to hide this module.
                	config: {
                		broadcastPastEvents: true,
                		maximumNumberOfDays: 45,
                		calendars: [
                			{
                				symbol: "calendar-check",
                				url:"outlook",
                				color: "red",
                			},
                			{
                				symbol: "car-side",
                				url:"google1",
                				color: "orange",
                			},
                			{
                				symbol: "recycle",
                				url:"google2",
                				color: "green",
                			},
                		]
                	}
                },
                   {
                	module: "MMM-CalendarExt3",
                	position: "bottom_bar",
                	header: "My Calendar for 3 weeks",
                	config: {
                		mode: 'week',
                	}
                
                M P 2 Replies Last reply Reply Quote 0
                • M Offline
                  MMRIZE @pastormingle
                  last edited by

                  @pastormingle
                  Did you test with my example URL or yours?
                  I need the real URL of calendar feeds to diagnose. send URLs to my email. (eouia0819@gmail.com)

                  P 1 Reply Last reply Reply Quote 0
                  • P Offline
                    pastormingle @MMRIZE
                    last edited by

                    @MMRIZE should be in your email box… thanks.

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      MMRIZE @pastormingle
                      last edited by

                      @pastormingle replied. From now on, let’s discuss this with email. I’ll leave the summary here later.

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        pastormingle @pastormingle
                        last edited by

                        @pastormingle Seems that when i loaded the outlook.ics it takes it about 10 min loaded when add addiational calendars. I have not errors in the log but it just slow to load when you restart if you have other calendars. What could it be? Do you have a fix for this?

                        M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 61
                        • 62
                        • 63
                        • 64
                        • 65
                        • 66
                        • 67
                        • 68
                        • 63 / 68
                        • 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