Read the statement by Michael Teeuw here.
How to show actual times for todays events?
-
The current options for the default calendar module are as follows
module: 'calendar', position: 'top_right', header: 'CALENDAR', config: { timeFormat: 'absolute', maximumEntries: 21, maxTitleLength: 25, getRelative: 0, urgency: 1, nextDaysRelative: false, fade: false, displaySymbol: false, dateFormat: 'ddd MMM DD HH:mm', calendars: [ {
For today’s events the calendar shows times as “In 2 hours” or “In 45 Minutes” or “In a day”
If I change “urgency” to 0 It shows the dates in full, but, I’d like to show today’s entry as “Today hh:mm” / “Tomorrow hh:mm” or just show “hh:mm” without the date for today
How do I go about this? Is it even possible?
Thanks
-
@mvrlogins looking at the code there is no option to do different date formats for ‘today’ vs tomorrow.
relative/urgency is in hours, and there is only one date format.
-
Thanks
I couldn’t see any options either - but this chap seems to have managed something like it
https://forum.magicmirror.builders/topic/16139/4th-magic-mirror-complete
-
@mvrlogins the garbage day stuff is a diff module
the cal shows today(relative) and time