eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
57 stars 18 forks source link

Change time frommilitary to standard time #66

Closed ingo916 closed 5 years ago

ingo916 commented 5 years ago

I have configured the calendar to display the event times however they are listed in military time. See screen shot below. how can i change the time to show standard non military time?

calendar

ingo916 commented 5 years ago

Ha!! I figured this one out myself. I edited the MMM-CalendarExt\config.js file with the code below and solved the issue. //timeFormat: "HH:mm", timeFormat: "hh:mm",