A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Clock module - Cant stop seconds showing
-
Please go easy on me, this is all quite new to me :) I’ve got my mirror up and running but the seconds on the clock seem a little erratic (hang briefly as the news ticker updates) so I’d like to stop them showing. I’ve tried adding the line to my config.js as below but it doesn’t seem to have any effect.
{ module: "clock", position: "top_left", config: { diplaySeconds: false, timeformat: 24, } },
Any help gratefully received :D
-
@spesh said in Clock module - Cant stop seconds showing:
Please go easy on me,
You’re gonna hate yourself after this one.
You spelled
displaySeconds: false,
. . . uh . . . falsely?:^)
-
That would probably be the issue then… Cant see the wood for the trees! Thanks:)
-
We’ve all been there, mate.