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.

    Strange problem with the default calendar modul

    Troubleshooting
    2
    3
    930
    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
      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
        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
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy