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 displaying tomorrow all day events, for today, following time change from DST to ST.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 3 Posters 1.4k Views 3 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.
    • S Offline
      scuppasteve
      last edited by

      Like it says in the title, i have a calendar for chores that are all day events. It worked fine for months. Following the time change this past weekend, all the events are one day ahead. For example items for tomorrow are shown today. Below is the config for this module. Any idea?

      		{
      			module: "calendar",
      			header: "Chores",
      			position: "top_right",
      			config: {
      				fadePoint: 1.0,
      				fade: false,
      				maximumNumberOfDays: 1,
      				maxTitleLength: 40,
      				displaySymbol: false,
      				getRelative: 0,
      				showEnd: false,
      				timeFormat: 'absolute',
      				calendars: [
      					{
      						url: 'Calendar URL',
      						symbol: 'broom'
      					}					
      				]
      			}
      		},
      
      1 Reply Last reply Reply Quote 0
      • S Offline
        scuppasteve
        last edited by

        Been over a week, anyone have any idea what this could be?

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

          yes, there is a bug in the calendar date parser with time change…

          no one has developed a fix yet

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil thanks for the info can you link to the issue somewhere i cant find it.

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

              @scuppasteve

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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @sdetweil That is my issue i post 2 days ago.

                1 Reply Last reply Reply Quote 0
                • R Offline
                  retroflex Project Sponsor Module Developer
                  last edited by

                  Possible workaround: add time to the recurring event.

                  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