Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Calendar module has a problem with repeating calendar entries

    Troubleshooting
    5
    5
    1388
    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.
    • W
      WillemW last edited by

      I am using the default calendar module to show events and birthdays. For this it links to a google calendar. In this calendar I record the events and birthdays on the day they started and repeat them annually. When I record more than three events/birthdays in the calendar the module stops showing any information from this calendar. My config looks like this:

      	{
      		module: "calendar",
      		header: "Festivities",
      		position: "top_left",
      		config: {
      			timeFormat: "absolute",
      			maximumEntries: '10',
      			maxTitleLength: '20',
      			displayRepeatingCountTitle: 'true',
      			calendars: [
      				{
      					symbol: "birthday-cake",
      					repeatingCountTitle: "jaar",
      					url: "https://calendar.google.com/calendar/ical/1egmps6ppemii2f82svtu4nbfg%40group.calendar.google.com/private-ab0550be85d14d2a20c24c4eebd4e97e/basic.ics",
      				},
      				{
      					symbol: "flag",
      					repeatingCountTitle: "jaar",
      					url: "https://calendar.google.com/calendar/ical/e805v9vdbqh12san27amedqlt0%40group.calendar.google.com/private-8b974556875b59299eeccfa118c1872d/basic.ics",
      				},
      				{
      					symbol: "flag",
      					url: "https://calendar.google.com/calendar/ical/nl.dutch%23holiday%40group.v.calendar.google.com/public/basic.ics",
      				},
      			],
      		}
      	},
      

      For debugging I created two calendars the first has three events the second has the same events including a fourth one. You can check this with curl -L . The information in the calendars is fake and only there for debugging purposes. The calendars will be deleted when the issue is fixed so feel free to use them for debugging.

      Can somebody let me know what I am doing wrong or check if there is something in the module code that explains this behaviour. Thank you.

      1 Reply Last reply Reply Quote 0
      • thymon
        thymon last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • W
          WillBuden last edited by

          Has this been resolved? I’m having the same problem.

          Bill B

          1 Reply Last reply Reply Quote 0
          • B
            Buccaneeruk last edited by

            I am having the same issue, using a 365 ical certain entries show others dont, the ones that dont tend to be annual recurrence

            1 Reply Last reply Reply Quote 0
            • BKeyport
              BKeyport Module Developer last edited by

              Repeating events in the default calendar app is currently bugged out from all sides. In my case, they’ll show a day early, and show events that flat out don’t exist, but per the repeating calendar rule should (Example, Monthly event on the 3rd Tuesday of the month, except July - July is deleted manually from the cycle)

              It appears to me that they’ve decided to read the initial repeating event, and use that data to populate the others, right or wrong.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy