<?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[How to show city title above clock display in default clock module?]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1675095553046-clock_screenshot.16de47d9.png" alt="clock_screenshot.16de47d9.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Replace the Day and Date with the City Title { “New-York”, }</p>
<pre><code>modules: [
  {
    module: "clock",
    position: "top_left", // This can be any of the regions.
    config: {
      // The config property is optional.
      // See 'Configuration options' for more information.
    },
  },
];
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/17583/how-to-show-city-title-above-clock-display-in-default-clock-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 12:20:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17583.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jan 2023 16:21:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to show city title above clock display in default clock module? on Sat, 11 Feb 2023 21:27:40 GMT]]></title><description><![CDATA[<p dir="auto">I did it with both date and city.<br />
{<br />
module: “clock”,<br />
position: “top_left”, // This can be any of the regions.<br />
config: {<br />
dateFormat: “dddd, LL [at New York City]”,<br />
showDate: true<br />
}<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/post/107815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107815</guid><dc:creator><![CDATA[sidestepp]]></dc:creator><pubDate>Sat, 11 Feb 2023 21:27:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to show city title above clock display in default clock module? on Tue, 31 Jan 2023 02:56:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kpl4184" aria-label="Profile: kpl4184">@<bdi>kpl4184</bdi></a> - You can specify a custom date format with anything you like.</p>
<pre><code>{
    module: "clock",
    position: "top_left", // This can be any of the regions.
    config: {
        dateFormat: "[New York City]",
        showDate: true
    }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107622</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Tue, 31 Jan 2023 02:56:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to show city title above clock display in default clock module? on Mon, 30 Jan 2023 16:49:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kpl4184" aria-label="Profile: kpl4184">@<bdi>kpl4184</bdi></a> in the config section  where module:</p>
<pre><code>module:,"clock",
header:"....... string"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/107614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107614</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 30 Jan 2023 16:49:06 GMT</pubDate></item></channel></rss>