• 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 not showing events on calendar, but does on list after 2.30 update

Scheduled Pinned Locked Moved Solved Troubleshooting
37 Posts 5 Posters 4.7k Views 6 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.
  • T Offline
    tke499 @sdetweil
    last edited by Jan 2, 2025, 3:38 PM

    @sdetweil Thanks. Do we know why this is happening with this release? Assuming it had to do with the calendar update.

    S 1 Reply Last reply Jan 2, 2025, 3:54 PM Reply Quote 0
    • S Away
      sdetweil @tke499
      last edited by Jan 2, 2025, 3:54 PM

      @tke499 I do not yet… I checked the code that sends the list to other modules and I don’t SEE anything … ps, I personally did all the calendar updates

      both versions clip the list to the config.maxEvents: value. (10 default in both)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Jan 2, 2025, 4:16 PM Reply Quote 0
      • S Away
        sdetweil @sdetweil
        last edited by sdetweil Jan 2, 2025, 4:16 PM Jan 2, 2025, 4:16 PM

        @tke499 looking at the code again, there WAS a bug in prior releases, where
        you COULD specify to limit the number of entries produced BY calendar

            { 
               url: "some cal url",
               maximumEntries:xxx   // default whatever the base config has for this property
            }
        

        so, I added code to fix that bug

        SO, if one does NOT specify maximumEntries in the cal url section,
        it will clip to the default value,
        which it did NOT DO before…

        the prior bug was maxEvents said 100 (including old)
        1st cal contributed 20
        2nd cal contributed 100
        3rd cal contributed 5

        1st 100 (maxEvents) is returned… so none of cal 3 got processed…

        the code and limits were present in prior release, just not the clipping

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        T 1 Reply Last reply Jan 2, 2025, 8:08 PM Reply Quote 0
        • S sdetweil referenced this topic on Jan 2, 2025, 6:01 PM
        • T Offline
          tke499 @sdetweil
          last edited by Jan 2, 2025, 8:08 PM

          @sdetweil so I am assuming that I should just keep the coding you provided earlier correct?

          S 1 Reply Last reply Jan 2, 2025, 8:15 PM Reply Quote 0
          • S Away
            sdetweil @tke499
            last edited by sdetweil Jan 2, 2025, 8:20 PM Jan 2, 2025, 8:15 PM

            @tke499
            if it works for you

            yes, next release is April 1

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            T 1 Reply Last reply Jan 2, 2025, 10:02 PM Reply Quote 0
            • T Offline
              tke499 @sdetweil
              last edited by Jan 2, 2025, 10:02 PM

              @sdetweil appreciate being patient with me. Thanks again. I made this MM for my wife for Christmas and it has fought me every single step.

              S 1 Reply Last reply Jan 2, 2025, 10:25 PM Reply Quote 0
              • S Away
                sdetweil @tke499
                last edited by Jan 2, 2025, 10:25 PM

                @tke499 no problem… been there , done that…

                thats why I do the install/upgrade, and backup/restore scripts,
                and look for other ways to make the core functions easier to use

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • C Offline
                  Como @sdetweil
                  last edited by Jan 2, 2025, 11:19 PM

                  @sdetweil Wondering if this hack would work for MMM-CalendarExt3Agenda? Had half my calendars stop showing events today (the ones that have the most events in them, oddly 2 of the calendars that only have 1 or 2 events are still showing). I confirmed that the events still show in the default calendar module. I also tried the troubleshooting steps listed previously in the thread (pulling the latest from git and npm install) but no luck.

                  Thanks as always!

                  S 1 Reply Last reply Jan 2, 2025, 11:23 PM Reply Quote 0
                  • S Away
                    sdetweil @Como
                    last edited by Jan 2, 2025, 11:23 PM

                    @Como yes, all the ext3 modules get the data from the same place

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    C 1 Reply Last reply Jan 2, 2025, 11:37 PM Reply Quote 0
                    • C Offline
                      Como @sdetweil
                      last edited by Jan 2, 2025, 11:37 PM

                      @sdetweil so I actually read through your posts again and saw the comment regarding the max entries. I ended up increasing the default 100 to 1000 and it the module is working as expected.

                      S 1 Reply Last reply Jan 2, 2025, 11:59 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        29/37
                        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