A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar displaying tomorrow all day events, for today, following time change from DST to ST.
-
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' } ] } },
-
Been over a week, anyone have any idea what this could be?
-
yes, there is a bug in the calendar date parser with time change…
no one has developed a fix yet
-
@sdetweil thanks for the info can you link to the issue somewhere i cant find it.
-
-
@sdetweil That is my issue i post 2 days ago.
-
Possible workaround: add time to the recurring event.