<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can&#x27;t disable seconds on digital clock]]></title><description><![CDATA[<p dir="auto">Although I can not find any statements that would say or imply that the digital clock doesn’t support “displaySeconds: false”, setting that value seems to have no effect.</p>
]]></description><link>https://forum.magicmirror.builders/topic/11822/can-t-disable-seconds-on-digital-clock</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 08:56:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11822.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Dec 2019 02:59:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t disable seconds on digital clock on Sat, 21 Dec 2019 15:24:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Sigh. Thanks. :)</p>
]]></description><link>https://forum.magicmirror.builders/post/66351</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66351</guid><dc:creator><![CDATA[ember1205]]></dc:creator><pubDate>Sat, 21 Dec 2019 15:24:36 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t disable seconds on digital clock on Sat, 21 Dec 2019 15:37:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ember1205" aria-label="Profile: ember1205">@<bdi>ember1205</bdi></a> all module specific config goes in the config block</p>
<pre><code>module: clock,
    config:{
       displaySeconds: false
    }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/66329</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66329</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Dec 2019 15:37:18 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t disable seconds on digital clock on Sat, 21 Dec 2019 03:10:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">That’s how it is in my config.js (no quotes). The quotes were used here to isolate it in the post only.</p>
<pre><code>                {
                        module: "clock",
                        position: "top_left",
                        displaySeconds: false,
                },

</code></pre>
<p dir="auto">It has no effect.</p>
]]></description><link>https://forum.magicmirror.builders/post/66328</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66328</guid><dc:creator><![CDATA[ember1205]]></dc:creator><pubDate>Sat, 21 Dec 2019 03:10:26 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t disable seconds on digital clock on Sat, 21 Dec 2019 03:08:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ember1205" aria-label="Profile: ember1205">@<bdi>ember1205</bdi></a> it’s</p>
<p dir="auto">displaySeconds : false</p>
<p dir="auto">No quotes either side</p>
]]></description><link>https://forum.magicmirror.builders/post/66327</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66327</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Dec 2019 03:08:22 GMT</pubDate></item></channel></rss>