<?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[Adding more times of day to the complement module]]></title><description><![CDATA[<p dir="auto">Anyone can help me add more times to the complement module as night time complements. Thank you</p>
]]></description><link>https://forum.magicmirror.builders/topic/12969/adding-more-times-of-day-to-the-complement-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 06:45:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12969.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Jun 2020 06:36:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adding more times of day to the complement module on Tue, 30 Mar 2021 19:00:02 GMT]]></title><description><![CDATA[<p dir="auto">@hango<br />
That’s cool…<br />
Was looking for such thing, too.<br />
Is it possible to keep the text online for a certain time, i.e. from time x til time y?<br />
Maybe with the fade option…?<br />
Would like to use that for indicating the time of the day for an eldery person which sometimes confuses e.g. morning and evening etc.</p>
<p dir="auto">E.g. something like that:</p>
<pre><code>case (daytime &gt;= 5 &amp;&amp; daytime &lt; 7):
document.write("It's early morning...");
break;
case (daytime &gt;= 7 &amp;&amp; daytime &lt; 9):
document.write("it's morning time... " );
break;
</code></pre>
<p dir="auto">Regretfully I am not too capable in java or implementing such little script.</p>
]]></description><link>https://forum.magicmirror.builders/post/90106</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90106</guid><dc:creator><![CDATA[markomaglic]]></dc:creator><pubDate>Tue, 30 Mar 2021 19:00:02 GMT</pubDate></item></channel></rss>