MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Default Calendar Daylight Savings Issue

    Troubleshooting
    2
    6
    581
    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.
    • Y
      yk last edited by

      I’m having issues with reoccurring events after daylight savings. The pi is showing the correct time overall (so it’s not a “pi config” issue it seems). The calendar, though, is showing the events as 1 hour back.

      I’m using vdircyncer to connect to iCal and create the ics file. Any help would be appreciated.

      BEGIN:VEVENT
      DTEND;TZID=America/Toronto:20191029T190000
      DTSTART;TZID=America/Toronto:20191029T183000
      UID:A8F15920-2D23-4622-9403-11C9BBCB79F8
      DTSTAMP:20191008T213304Z
      URL;VALUE=URI:
      SEQUENCE:0
      SUMMARY:Piano Lessons
      LAST-MODIFIED:20191105T131547Z
      CREATED:20190921T152400Z
      RRULE:FREQ=WEEKLY;UNTIL=20200701T035959Z;INTERVAL=1
      TRANSP:OPAQUE
      X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC
      BEGIN:VALARM
      X-WR-ALARMUID:0D4450D8-59CA-4370-A0FB-85208564B2D6
      UID:0D4450D8-59CA-4370-A0FB-85208564B2D6
      TRIGGER:-PT1H
      ATTACH;VALUE=URI:Chord
      ACTION:AUDIO
      X-APPLE-DEFAULT-ALARM:TRUE
      ACKNOWLEDGED:20191008T213304Z
      END:VALARM
      END:VEVENT

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

        @yk yes, the calendar parser has a set of bugs related to time zone and daylight savings time. No fix yet

        It’s not our code, but code we use, and have no control over

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • Y
          yk last edited by

          Understood. Is there a tracker somewhere which I can follow to check on progress? Who owns the component?

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

            @yk go to the GitHub issues for MagicMirror

            https://github.com/MichMich/MagicMirror/issues

            Remember, this is volunteer, open source. So there is no schedule. If you can and want to fix it for the project, you can. Just submit a GitHub pull request with your solution when ready.

            Mich manages one of the few projects I’ve been involved with that has a regular release each quarter. Whatever fixes are available, he consolidates and releases.

            Sam

            Create a working config
            How to add modules

            Y 1 Reply Last reply Reply Quote 0
            • Y
              yk @sdetweil last edited by

              @sdetweil Thanks. Sorry, I misunderstood thinking that it’s a component outside of the MagicMirror repository, hence my question.

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

                @yk said in Default Calendar Daylight Savings Issue:

                misunderstood thinking that it’s a component outside

                it IS outside MM… its the ical nodejs module.

                Sam

                Create a working config
                How to add modules

                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