<?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[Make two modules overlap.]]></title><description><![CDATA[<p dir="auto">I am trying to make a Christmas Countdown.<br />
Currently I have a .png working with MMM-ImagesPhotos and MMM-doomsDay. Currently the image sits above the doomsday. It looks ok but not 100%.</p>
<p dir="auto">Is it possible to overlap doomsDay with ImagesPhotos so that the number will sit in the space beside the tree. I have uploaded the png I am using below.</p>
<p dir="auto">Any help is greatly appreciated. Thank you!</p>
<p dir="auto"><img src="/assets/uploads/files/1637855961333-screen-shot-2021-11-24-at-6.16.47-pm.png" alt="Screen Shot 2021-11-24 at 6.16.47 PM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/15915/make-two-modules-overlap</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 10:01:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15915.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Nov 2021 16:01:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Make two modules overlap. on Fri, 26 Nov 2021 00:29:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jamaces" aria-label="Profile: jamaces">@<bdi>jamaces</bdi></a> set position for images to fullscreen_below. that should put it behind everthing</p>
]]></description><link>https://forum.magicmirror.builders/post/96805</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96805</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 26 Nov 2021 00:29:08 GMT</pubDate></item><item><title><![CDATA[Reply to Make two modules overlap. on Fri, 26 Nov 2021 00:10:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jamaces" aria-label="Profile: jamaces">@<bdi>jamaces</bdi></a> ok, the ‘problem’ is that you didn’t specify the position setting for each module.(right after module: line)</p>
<p dir="auto">imagesPhotos cheats and displays in the background</p>
<p dir="auto">the other will not be displayed at all without a position</p>
<p dir="auto">see<br />
<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/96803</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96803</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 26 Nov 2021 00:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to Make two modules overlap. on Fri, 26 Nov 2021 00:30:07 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>
<pre><code>MMM-ImagesPhotos
config: {
     opacity: 100,
     updateInterval: 999,
     maxWidth:  “75%”,
     maxHeight: “75%”,
     }

MMM-doomsDay
config:{
     toWhat:” “,
     doomsDay: “2021-12-25 24:00:00”,
     Present: “Merry Christmas”,
     timesUp: “ “,
     singular: “ “,
     plural: “ “,
     }
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1637883939881-b25ce87d-9fb8-46df-b847-a6ee53a914f1.jpeg" alt="B25CE87D-9FB8-46DF-B847-A6EE53A914F1.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/96802</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96802</guid><dc:creator><![CDATA[jamaces]]></dc:creator><pubDate>Fri, 26 Nov 2021 00:30:07 GMT</pubDate></item><item><title><![CDATA[Reply to Make two modules overlap. on Thu, 25 Nov 2021 18:20:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jamaces" aria-label="Profile: jamaces">@<bdi>jamaces</bdi></a> can u show the config for those two modules?</p>
<p dir="auto">as they appear in config.js…</p>
]]></description><link>https://forum.magicmirror.builders/post/96799</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96799</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 25 Nov 2021 18:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to Make two modules overlap. on Thu, 25 Nov 2021 18:15:32 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">bottom_right</p>
<p dir="auto">I have the photo sitting above doomsday</p>
]]></description><link>https://forum.magicmirror.builders/post/96798</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96798</guid><dc:creator><![CDATA[jamaces]]></dc:creator><pubDate>Thu, 25 Nov 2021 18:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to Make two modules overlap. on Thu, 25 Nov 2021 16:06:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jamaces" aria-label="Profile: jamaces">@<bdi>jamaces</bdi></a> what is the config for doomsday?</p>
<p dir="auto">module<br />
position:</p>
<p dir="auto">which appears first in config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/96786</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96786</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 25 Nov 2021 16:06:56 GMT</pubDate></item></channel></rss>