MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
SOLVED Calender Module: Time Not visible
-
Hi together,
I try to change the shown Information from the calender module. I want to show the date and time. My Problem is that time informations are not shown on the mirror.
I use this config:
config: { ��������������������������������timeFormat: "absolute", ��������������������������������dateFormat: "DD MMM", ��������������������������������urgency: 0, ��������������������������������getRelative: 0, ��������������������������������calendars: [
Do you have any idea?
-
Does Nobody have an idea?
-
Yep.
dateFormat: "M/D h:mm a",
That’ll fix it.
-
Ahh… so simpel -.- works. Thank you