Read the statement by Michael Teeuw here.
All Souls Day is displayed 1 day late.
-
Hi folks, when I enter the holidays from Apple in the calendar module, All Souls Day is displayed 1 day too late. All Saints ‘Day is displayed in 6 days, All Souls’ Day in 8 days.
The day is displayed correctly on the Ipad and the Iphone.
I’m using the developer branch.DTSTART;VALUE=DATE:20201102 CLASS:PUBLIC SUMMARY;LANGUAGE=de-AT:Allerseelen TRANSP:TRANSPARENT CATEGORIES:Feiertag X-APPLE-UNIVERSAL-ID:4b6d2f05-680e-7b5e-043f-8cbd2ad082c0 END:VEVENT BEGIN:VEVENT DTSTAMP:20171204T190108Zhttps://p39-calendars.icloud.com/holidays/at_de.ics
-
@Tribun its because the cal entry doesn’t have an end date (DTEND: record)
I have found a storage corruption… resetting the end whacks the start date value… -
@Tribun wanna try a fix for me?
edit the ~/MagicMirror/modules/default/calendar/calendarfetcher.js, approx line 118
if (typeof event.end !== "undefined") { endDate = eventDate(event, "end"); } else if (typeof event.duration !== "undefined") { endDate = startDate.clone().add(moment.duration(event.duration)); } else { if (!isFacebookBirthday) { endDate = startDate // change from this endDate = moment(startDate.format("x"),'x') // to this -
@Tribun I have submitted fix for this
https://github.com/MichMich/MagicMirror/pull/2178 -
@sdetweil Thanks for the fix, now it is displayed correctly.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login