• 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-CalendarExt3Agenda - Two questions

Scheduled Pinned Locked Moved Unsolved Troubleshooting
19 Posts 3 Posters 662 Views 3 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.
  • B Offline
    BKeyport Module Developer @Kelemvor
    last edited by Mar 30, 2025, 4:57 AM

    As for the #1 question, look at these config items:

    startDayIndex
    endDayIndex
    

    That will adjust your view to specific days - startDayIndex: 0 will set it to start on the current day, and then continue for the number of days listed in endDayIndex

    The "E" in "Javascript" stands for "Easy"

    K 1 Reply Last reply Mar 30, 2025, 5:04 AM Reply Quote 0
    • K Offline
      Kelemvor @BKeyport
      last edited by Mar 30, 2025, 5:04 AM

      @BKeyport said in MMM-CalendarExt3Agenda - Two questions:

      As for the #1 question, look at these config items:

      startDayIndex
      endDayIndex
      

      Those are already set correctly. There’s something hard coded somewhere that removes events that are in the past from showing, even if they’re from Today. If those settings were wrong I wouldn’t see anything from today.

      K B 2 Replies Last reply Mar 30, 2025, 5:15 AM Reply Quote 0
      • K Offline
        Kelemvor @Kelemvor
        last edited by Mar 30, 2025, 5:15 AM

        Maybe something in this section if I’m deciphering things correctly…

        e324a3b6-f989-4f7d-aa5c-2e9f02a722c0-image.png

        B 1 Reply Last reply Mar 30, 2025, 5:26 AM Reply Quote 0
        • B Offline
          BKeyport Module Developer @Kelemvor
          last edited by Mar 30, 2025, 5:20 AM

          @Kelemvor do you have broadcastPastEvents: true, set in the default calendar app?

          The "E" in "Javascript" stands for "Easy"

          K 1 Reply Last reply Mar 30, 2025, 5:26 AM Reply Quote 0
          • B Offline
            BKeyport Module Developer @Kelemvor
            last edited by Mar 30, 2025, 5:26 AM

            @Kelemvor Actually, I think you might be right - does look hardcoded.

            The "E" in "Javascript" stands for "Easy"

            1 Reply Last reply Reply Quote 0
            • K Offline
              Kelemvor @BKeyport
              last edited by Mar 30, 2025, 5:26 AM

              @BKeyport said in MMM-CalendarExt3Agenda - Two questions:

              @Kelemvor do you have broadcastPastEvents: true, set in the default calendar app?

              Not if that goes in the normal Config area. Does that make ALL events from the entire calendar get passed over to Ext3? Is that going to overload anything since it’s decades of events? :)

              B 1 Reply Last reply Mar 30, 2025, 5:28 AM Reply Quote 0
              • B Offline
                BKeyport Module Developer @Kelemvor
                last edited by Mar 30, 2025, 5:28 AM

                @Kelemvor It won’t overload anything. broadcastPastEvents is required to show old events.

                The "E" in "Javascript" stands for "Easy"

                K 1 Reply Last reply Mar 30, 2025, 5:28 AM Reply Quote 0
                • K Offline
                  Kelemvor @BKeyport
                  last edited by Mar 30, 2025, 5:28 AM

                  @BKeyport I know it says its broadcasting 400+ events so I’m assuming it’s sending old stuff.

                  B K 2 Replies Last reply Mar 30, 2025, 5:32 AM Reply Quote 0
                  • B Offline
                    BKeyport Module Developer @Kelemvor
                    last edited by Mar 30, 2025, 5:32 AM

                    @Kelemvor I pretty much bet it’s that setting - with it I get what you want:

                    7e046779-4d72-420a-9c04-8f54d2e7d18d-image.png

                    The "E" in "Javascript" stands for "Easy"

                    B 1 Reply Last reply Mar 30, 2025, 5:35 AM Reply Quote 0
                    • K Offline
                      Kelemvor @Kelemvor
                      last edited by Mar 30, 2025, 5:34 AM

                      I think I fixed it and I Just found a typo in the official documentation:

                      On this page:
                      https://docs.magicmirror.builders/modules/calendar.html#configuration-options

                      The first instance of broadcastPastEvents is wrong.

                      b16372e5-e741-4667-b1ca-b6d0de6d53ba-image.png

                      It should say pastDaysCount, not maximumNumberofDays,

                      6f757c95-d2bd-42c5-afc4-900a363df4b3-image.png

                      Anyway, I set broadcastPastEvents to True and PastDaysCount to 1. It seems to be showing now. I’ll know more tomorrow afternoon.

                      B 1 Reply Last reply Mar 30, 2025, 5:37 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/19
                        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