A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MagicMirror² v2.1.2: Wrong calendar timeFormat after update
-
Hi,
I’ve updated my mirror to MagicMirror² v2.1.2. I’m working with the 24 timeFormat, but my events seems to be in 12. The following event is at 16:30, not 04:30. I created some test-events. It’s the same problem with them. Before I updated, everything was fine.
Anyone else with this problem?
Regards
Maurice -
Nobody else?
-
@djsunrise19 You can hotfix it yourself if you want: Github Issue
-
Ah, I see. Thank you! There is a commit, too. I’ll wait for the update!
-
I have the same issue.
A noob question: how do I “hotfix” if I don’t want to wait for update?
-
Edit your calendar.js
Find the bit that says-
longDateFormat
Change LT: “hh:mm”
To
LT: “HH:mm” -
@randomnoise Great! Thank you, now it works as intended again :)