A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can't get seconds to not show up?
-
Re: MMM-DigClock
I can’t get to remove seconds.
{ module: "MMM-DigClock", position: "middle_center", config: { showDate: false, showSeconds: false, timezone: "America/LosAngeles" }
This is correct right?
-
@rsun while the doc says there is a parameter to control seconds, the code does not do anything with that parameter or provide a way to remove seconds
-
@rsun Hi,
there is a bug in the original module which causes theshowSeconds
flag to be ignored.
The issue is fixed in this fork https://github.com/justjim1220/MMM-DigClock/pull/2/commits/c160d3c4477ae2b535470f032dab34914f2f8356 but it has not been merged since nearly three years. -
@wishmaster270 @rsun so, to work this temporarily
git clone as normal git fetch origin pull/2/head:seconds git checkout seconds
-
Thanks for your prompt response!