Read the statement by Michael Teeuw here.
Calendar - Code to show end time of an event
-
Hi,
Can any point me to the correct section and code that needs changing so that you can see the end time of an event. Currently only getting the noted info below.
Info is being soured by ical from Google Calendar.
-
@ah4x4 add
showEnd: true,
before the
calendars: [] listdoc says defaults to true, but the code has default as false
-
@sdetweil
Hi, yep had the "showEnd: as true but with no luck. Any help on this would be great. -
@ah4x4 said in Calendar - Code to show end time of an event:
@sdetweil
Hi, yep had the "showEnd: as true but with no luck. Any help on this would be great.Ok, found out by changing the timeFormat to ( timeFormat: “absolute”, ) it will give me the below screen short. So now I can get start time and dates PLUS now end time and dates. The issue now is that the coming weeks invites I lose the time and dates and only now get a count down to the event. Anyone got any ideas on how to code in an additional line for the coming weeks events to also show the date and times for start and finish?
-
@ah4x4
I had the same problem which was solved today by @sdetweil. It seems to be a bug, see here how to correct it manually, before it ends in the release:
https://github.com/MichMich/MagicMirror/issues/2629#issuecomment-899548844Second point, if you do not want a countdown but the real dates for future events, set
urgency: 0
as additional parameter in calender config.
All the parameters are described here https://docs.magicmirror.builders/modules/calendar.html