A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to change Day and Month for Upcoming Events
-
Hi! I imported some iCal Calendar and everything works well. But now i like to change the Day and the Month of upcoming Events…
Example:
Now: Holidays April 1
What i want: Holidays 1. April
How can I Do that?
-
by changing the dateFormat in config.js
here is a list of the different formats for date :
http://momentjs.com/docs/#/parsing/string-format/The standard is : “MMM Do”
You would probably want “DD MMMM” -
Thank you very much! This is what i was looking for! Great!