<?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[Display the modules exactly on the screen? Define X and Y Coordinate in config.js file?]]></title><description><![CDATA[<p dir="auto">Hello everybody,</p>
<p dir="auto">is there a way to display the modules exactly on the screen? For example:<br />
The config.js file should look like this:<br />
Module 1:<br />
size:<br />
Coordinate:<br />
         x:<br />
         y:</p>
<p dir="auto">Module 2:<br />
size:<br />
Coordinate:<br />
         x:<br />
         y:</p>
<p dir="auto">Many thanks for your help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12514/display-the-modules-exactly-on-the-screen-define-x-and-y-coordinate-in-config-js-file</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 14:22:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12514.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Apr 2020 14:41:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display the modules exactly on the screen? Define X and Y Coordinate in config.js file? on Wed, 15 Apr 2020 10:12:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/retroflex" aria-label="Profile: retroflex">@<bdi>retroflex</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/pi-user" aria-label="Profile: pi-user">@<bdi>pi-user</bdi></a></p>
<blockquote>
<p dir="auto">Should be possible through css. Haven’t tried this myself, but it should work:</p>
<p dir="auto">.clock {<br />
position: absolute;<br />
left : 400px;<br />
top : 100px;<br />
}<br />
Add it to MagicMirror/css/custom.css</p>
</blockquote>
<p dir="auto">I think you can use right and bottom instead of left and top also.<br />
That will fail if a parent element is set to <code>position: relative</code>.<br />
Then this element will arrange itself absolutely INSIDE the parent element/region.</p>
]]></description><link>https://forum.magicmirror.builders/post/72810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72810</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 15 Apr 2020 10:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to Display the modules exactly on the screen? Define X and Y Coordinate in config.js file? on Wed, 15 Apr 2020 10:02:29 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> Thank you very much</p>
]]></description><link>https://forum.magicmirror.builders/post/72807</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72807</guid><dc:creator><![CDATA[pi-user]]></dc:creator><pubDate>Wed, 15 Apr 2020 10:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to Display the modules exactly on the screen? Define X and Y Coordinate in config.js file? on Tue, 14 Apr 2020 17:30:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/retroflex" aria-label="Profile: retroflex">@<bdi>retroflex</bdi></a> Thank you for your answer</p>
]]></description><link>https://forum.magicmirror.builders/post/72772</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72772</guid><dc:creator><![CDATA[pi-user]]></dc:creator><pubDate>Tue, 14 Apr 2020 17:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to Display the modules exactly on the screen? Define X and Y Coordinate in config.js file? on Tue, 07 Apr 2020 15:07:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pi-user" aria-label="Profile: pi-user">@<bdi>pi-user</bdi></a> there is no built in support… the design is a bunch of different areas, and the content should NOT be screen location specific…</p>
<p dir="auto">see the index.html for the css area layout</p>
<p dir="auto">each area is a stack, 1st in config.js in that area at the top of that area, next under it, next under that…</p>
]]></description><link>https://forum.magicmirror.builders/post/72150</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72150</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 07 Apr 2020 15:07:34 GMT</pubDate></item><item><title><![CDATA[Reply to Display the modules exactly on the screen? Define X and Y Coordinate in config.js file? on Tue, 07 Apr 2020 15:01:03 GMT]]></title><description><![CDATA[<p dir="auto">Should be possible through css. Haven’t tried this myself, but it should work:</p>
<pre><code>.clock {
  position: absolute;
  left : 400px;
  top : 100px;
}
</code></pre>
<p dir="auto">Add it to MagicMirror/css/custom.css</p>
<p dir="auto">I think you can use right and bottom instead of left and top also.</p>
]]></description><link>https://forum.magicmirror.builders/post/72148</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72148</guid><dc:creator><![CDATA[retroflex]]></dc:creator><pubDate>Tue, 07 Apr 2020 15:01:03 GMT</pubDate></item></channel></rss>