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.

    Strange problem with the default calendar modul

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 1.3k 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.
    • R Offline
      Ralf
      last edited by

      I have a problem with repeating appointments. Every week thursday we pick up the grandson in kindergarden.
      In the google calendar i made a weekly appointment for this. Sometimes something comes in between and I delete the appointment in one week, just for this week. On the pc and mobile, the appointment for this week is no longer displayed, perfect, as expected.
      But, the appointment is still displayed on the MM screen. Why? How can that be?
      I did a test with a daily appointment, then deleted for a day, same result.
      All other appointments are displayed correctly. Here my config for the calendar:

       {
                              "module": "calendar",
                              "header": "Termine",
                              "position": "top_left",
                              "config":    {
                                  dateFormat: "ddd Do MMM HH:mm",
                                      timeFormat: "absolute",
                                      displayRepeatingCountTitle: true,
                                      getRelative: 1,
                                      urgency: 0,
                                      fullDayEventDateFormat: "ddd Do MMM",
                                      maximumEntries: 20,
                                        "calendars": [
                                              {
                                                      "symbol": "rocket",
                                                      "url": "https://launchlibrary.net/1.2/calendar?next=1"
                                              },
                                              {
                                                      "symbol": "female",
                                                      "url": "https://my wife.ics"
                                              },
                                              {
                                                      "symbol": "male",
                                                      "url": "https://me.ics"
                                              }
                                      ]
                              },
                              "classes": "default Ralf Dana"
                      },
      

      Has the problem already noticed someone? Does somebody has any idea, how to fix?

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        Ralf @Ralf
        last edited by

        @Ralf
        Nobody has an idea? Or poorly explained? Every thought is welcome!

        1 Reply Last reply Reply Quote 0
        • J Offline
          jasondreher
          last edited by

          I have the same issue, a repeating event will show up fine but if I change the time of future events or just delete one it has issues displaying.

          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy