A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Date Format i n Clock Module
-
Module = Clock
Code = {
module: “clock”,
position: “top_left”,
timeFormat: “24”,
showDate: “true”,
dateFormat: “dddd, do MMMM, YYYY”
},
issue = date format will not change from the default -
@jack_barnard the items after position need to be in a config section
{ module: position: config:{ . dateFormat: . } }