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.

    Default calendar module seems to disregard month when filtering recurring events.

    Scheduled Pinned Locked Moved System
    4 Posts 2 Posters 14 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.
    • J Offline
      jpiatt
      last edited by

      I have a very out-of-the-box installation of the default calendar module on my mirror. But the mirror’s calendar shows that my brother’s birthday is this coming Monday, which is March 23. However, my iCal (the one referenced in my config) correctly indicates my brother’s birthday is December 23. This seems to occur for all my yearly recurring events.

      Anyone noticed this before? I’ve been running my mirror for a couple years now and I think this defect has been there for at least a year. I’ve just been too busy to look into it until now

      Thanks in advance for any advice.

      -Jerry

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @jpiatt
        last edited by

        @jpiatt can you show the event from the iCal data

        curl -sL the cal_url > somefile.txt
        

        Edit somefile.txt and find the vevent for that

        Paste here w code block around
        You can change the title and any other thing that exposes you or your url. Don’t delete any lines

        There is a big rewrite of the calendar processing coming on April 1.

        You could test that now, see the troubleshooting section pinned topics on testing fixes

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          jpiatt @sdetweil
          last edited by

          @sdetweil

          Thanks for your response. Below is the event from my calendar data. The result on the screen shows this event occurring on Monday (03/23/2026) when, as you can see the next occurrence is not until 12/23/2026.

          SUMMARY:James Birthday
          UID:SAVZ-07DB041D-0010-083A-FF32-00771
          X-MICROSOFT-CDO-BUSYSTATUS:FREE
          X-MICROSOFT-CDO-BUSYSTATUS:FREE
          END:VEVENT
          BEGIN:VEVENT
          CREATED:20110429T085854Z
          DTEND;VALUE=DATE:20191224
          DTSTAMP:20241222T221632Z
          DTSTART;VALUE=DATE:20191223
          LAST-MODIFIED:20191223T081329Z
          RECURRENCE-ID;VALUE=DATE:20191223
          SEQUENCE:0
          SUMMARY:James Birthday
          UID:SAVZ-07DB041D-0010-083A-FF32-00771
          END:VEVENT
          BEGIN:VEVENT
          CREATED:20110429T085854Z
          DTEND;VALUE=DATE:20201224
          DTSTAMP:20241222T221632Z
          DTSTART;VALUE=DATE:20201223
          LAST-MODIFIED:20201222T184617Z
          RECURRENCE-ID;VALUE=DATE:20201223
          SEQUENCE:0
          SUMMARY:James Birthday
          UID:SAVZ-07DB041D-0010-083A-FF32-00771
          END:VEVENT
          BEGIN:VEVENT
          DTEND;VALUE=DATE:20061120
          X-MICROSOFT-CDO-BUSYSTATUS:FREE
          UID:SAVZ-07DB041D-0015-083A-FF31-00740
          EXDATE;VALUE=DATE:20201119
          DTSTAMP:20231119T211712Z
          SEQUENCE:0
          CLASS:PRIVATE
          
          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @jpiatt
            last edited by sdetweil

            @jpiatt because there are multiple vevents with the same UUID, AND NO rrule, this says the actual event has been expanded somewhere… are you using MMM-CalDav??

            if so, please change the server side property

            expand	true
            

            to false

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 1 / 1
            • 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