<?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[Difficulties with standard &quot;clock&quot; module]]></title><description><![CDATA[<p dir="auto">Dear team,<br />
I am not able to change the appearance of the (standard) clock module…<br />
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.<br />
Displayed is always the standard looking digital clock.</p>
<p dir="auto">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.<br />
currently my code looks like:</p>
<pre><code>		{
			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,


		},
</code></pre>
<p dir="auto">Shown is (as mentioned above) standard digital clock without any additional information (no week, no sun and the digital colon is displayed…</p>
<p dir="auto">What I’m missing?<br />
Any hint highly appreciated…</p>
<p dir="auto">Regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/topic/19375/difficulties-with-standard-clock-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 17:07:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19375.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2025 19:00:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Difficulties with standard &quot;clock&quot; module on Thu, 30 Jan 2025 13:39:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> you have the parameters in the wrong place</p>
<p dir="auto">all parms TO  the module  go in a</p>
<pre><code>config:{
...
}
</code></pre>
<p dir="auto">if there isn’t one , then the module uses its default value<br />
and you will have to add it</p>
<p dir="auto">see <a href="https://docs.magicmirror.builders/modules/configuration.html#example" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/configuration.html#example</a></p>
]]></description><link>https://forum.magicmirror.builders/post/123457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123457</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 30 Jan 2025 13:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to Difficulties with standard &quot;clock&quot; module on Mon, 27 Jan 2025 19:30:22 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><br />
can you enlighten me how I can use the provided different faces in the modules’ faces folder ? (face-001.svg - face-013.svg)</p>
<ul>
<li>found by myself… sorry.<br />
Parameter analogFace …</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/123460</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123460</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Mon, 27 Jan 2025 19:30:22 GMT</pubDate></item><item><title><![CDATA[Reply to Difficulties with standard &quot;clock&quot; module on Mon, 27 Jan 2025 19:07:20 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><br />
Oh …<br />
did it again.</p>
<p dir="auto">shame on me!</p>
<p dir="auto">THANKS!<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/123459</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123459</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Mon, 27 Jan 2025 19:07:20 GMT</pubDate></item><item><title><![CDATA[Reply to Difficulties with standard &quot;clock&quot; module on Thu, 30 Jan 2025 13:39:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> you have the parameters in the wrong place</p>
<p dir="auto">all parms TO  the module  go in a</p>
<pre><code>config:{
...
}
</code></pre>
<p dir="auto">if there isn’t one , then the module uses its default value<br />
and you will have to add it</p>
<p dir="auto">see <a href="https://docs.magicmirror.builders/modules/configuration.html#example" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/configuration.html#example</a></p>
]]></description><link>https://forum.magicmirror.builders/post/123457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123457</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 30 Jan 2025 13:39:16 GMT</pubDate></item></channel></rss>