A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-SORT Date Config
-
I’m hoping someone can help me with this - I have MMM_SORT installed and working well but the date config is a bit cramped - I’d like to remove the seconds and put it into UK date format and have everything on one line instead of it wrapping. DD/MM/YY instead of YYYY-MM-DD which is what I have now - I’m not sure where to configure this - i’ve tried increasing max width to 400px (from 300) but this has no effect - any suggestions please?
Thanks!
-
well, it looks like the config parm
timeFormat: " h:mm a",
will let you format the date/time
here is a decent description of the format strings
https://thecodebarbarian.com/formatting-javascript-dates-with-moment-js.htmlas for width, then I think u have to use css to set the width