Navigation

    MagicMirror Forum

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

    Calendar - Wrong times after switching to winter time

    Troubleshooting
    2
    5
    62
    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.
    • B
      bjoern last edited by

      I only noticed today that the calendars are showing the wrong time, even though it is correctly stored on the google calendar. The Raspberry has the right time! Where is the problem? Attached is the excerpt from the config and a hard copy. Thank you

      {
      			module: "calendar",
      			header: "Stundenplan Ben",
      			displaySymbol: "true",
      			position: "top_left",
      			classes: 'scheduler',
      			config: {
      						module_schedule: [{from: '00 19 * * SUN', to: '00 15 * * FRI'},],
      						maxTitleLength: 30,
      						maximumEntries: 6,
      						fade: false,
      						getRelative: 0,
      						nextDaysRelative: "true",
      						dateFormat: "DD.MMM",
      						timeFormat: "absolute",
      							urgency: 0,
      				calendars: [
      				{	
      							symbol: "clock",
      							url: "webcal://calendar.google.com/calendar/ical......../basic.ics",
      							},
      							
      							],
      					}
      },
      

      time.JPG

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

        @bjoern yes there are some fixes coming try the develop branch. see the note about office 365 at the top of the Troubleshooting section for instructions

        B 1 Reply Last reply Reply Quote 0
        • B
          bjoern @sdetweil last edited by

          @sdetweil , when comes the fix official? and waht do you mean by “Office 365” ? THX

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

            @bjoern Jan 1 is the next release date (every quarter)… the develop branch is fixes in for release, but u can get them now

            Office 365 is Microsoft’s online Office product… it presents problems too…
            how to get the develop branch is the same

            I am trying to fix the calendar completely… it is a challenge with all the parts here and there… (below MM) so far, one more set of changes to go…

            B 1 Reply Last reply Reply Quote 0
            • B
              bjoern @sdetweil last edited by

              @sdetweil . Thanks!

              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