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.

    Calendar entries wich repeated annually

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 3 Posters 870 Views 5 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
      torte22
      last edited by

      Since the update to version v2.12.0 I have problems with my all day appointments in the calendar module.
      I have found out that if for example a birthday has not set a repetition, then everything fits. The birthday is announced correctly and “Birthday xy Tomorrow” and on the day of the birthday it shows: “Birthday xy Today”.
      However, if I set the date to be repeated annually, the date no longer fits. The appointment is displayed one day too early as “Today” and on the correct day the appointment does not appear any more.

      my config:

      …
      {
      module: “calendar”,
      header: “Kalender Familie”,
      position: “top_left”,
      config: {
      tableClass: “medium”,
      maximumEntries: 15,
      maxTitleLength: 50,
      wrapEvents: “true”,
      timeFormat: ‘absolute’,
      dateFormat: ‘Do MMM HH:mm’,
      urgency: 0,
      calendars: [
      // Familie
      {
      symbol: “calendar”,
      url: “https://myurl:port/caldav///”,
      auth: {
      user: “”,
      pass: “”,
      method: “basic”,
      }
      },
      …

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @torte22
        last edited by

        @torte22 they updated the calendar entry parser library this release, and the new version is not better than the old one we had.

        there is some work going on to resolve this, but not fixed yet.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        T 1 Reply Last reply Reply Quote 0
        • T Offline
          torte22 @sdetweil
          last edited by

          @sdetweil thank’s for the information, good to know where problem is located. Is it possible to switch back and use the old library in my running installation?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @torte22
            last edited by

            @torte22 if u can find the old iCal.js, maybe

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • T Offline
              thiske
              last edited by

              i, am following this tread, i have the same problem. when the appointment is repeated its change by time. example:
              appointment x at 10 o’clock tomorrow non repeat --> MM say’s 10 o’clock
              appointment x at 10 o’colck tomorrow and repeat every day --> mm say’s 9 o’clock

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @thiske
                last edited by

                @thiske see the post at the top of the troubleshooting section for the temp fix til next release.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                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