Read the statement by Michael Teeuw here.
Difficulties with standard "clock" module
-
Dear team,
I am not able to change the appearance of the (standard) clock module…
Neither switching from digital to analog (I would prefer analog) nor any of the other options (e.g. clockBold or showWeek/showSuntime) is changing anything.
Displayed is always the standard looking digital clock.Only working config parameter (so I’m pretty sure that I’m working at the right place) is position. if I change the position the clock behaves as expected.
currently my code looks like:{ module: "clock", position: "top_left", displayType: "analog", analogSize: 300, secondsColor: "red", clockBold: true, // Remove the colon and bold the minutes to make a more modern look. showWeek: true, showSunTimes: true, // Turn off or on the section showing sunrise and sunset times (digital clock only) lat: xxx.24127, // Latitude for sun/moon calculations. lon: xxxx74403, },
Shown is (as mentioned above) standard digital clock without any additional information (no week, no sun and the digital colon is displayed…
What I’m missing?
Any hint highly appreciated…Regards,
Ralf -
@rkorell you have the parameters in the wrong place
all parms TO the module go in a
config:{ ... }
if there isn’t one , then the module uses its default value
and you will have to add itsee https://docs.magicmirror.builders/modules/configuration.html#example
-
-
-
@sdetweil
can you enlighten me how I can use the provided different faces in the modules’ faces folder ? (face-001.svg - face-013.svg)- found by myself… sorry.
Parameter analogFace …
- found by myself… sorry.