<?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[Images show only in Browser, not on HDMI]]></title><description><![CDATA[<p dir="auto">Hi.<br />
I just set up a new installation on my RPi4 with Buster.<br />
MM worked fine before clean install.<br />
I had to do it for other reasons.</p>
<p dir="auto">So I installed MM with install script.<br />
MM starts after boot with PM2, every module is working.<br />
But I cannot see any images on the “screen”.<br />
With “image” i mean images created in my module with etc.</p>
<pre><code>var img = document.createElement("img");
			img.setAttribute("class", "motionEyeImage");
			img.id = this.config.id;
			img.src = this.config.url;
			img.style.width = this.config.width;
			return img;
</code></pre>
<p dir="auto">First I thought it’s an issue with the module(s) itself.<br />
But it all works fine when I open MM in my Browser<br />
“localhost:8080”</p>
<p dir="auto">in the “PM2-Session” its only a little icon that indicates, that there should be something…<br />
<img src="/assets/uploads/files/1660398988808-mm2-error2.jpg" alt="mm2-error2.jpg" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1660398988765-mm2-error1.jpg" alt="mm2-error1.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I created a simple module, just with an img element and an image located in the folder. But the same.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17100/images-show-only-in-browser-not-on-hdmi</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 00:23:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17100.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Aug 2022 13:56:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Images show only in Browser, not on HDMI on Sun, 14 Aug 2022 10:24:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/deroj" aria-label="Profile: derOJ">@<bdi>derOJ</bdi></a> hm…</p>
<p dir="auto">let’s open the developers window, ctrl-shift-i,</p>
<p dir="auto">and select the console tab<br />
put a unique part of the name of your module in the filter field. it will show only messages from your module.</p>
<p dir="auto">and select the elements tab</p>
<p dir="auto">click the upper left point of the element tab<br />
and navigate it over your image element.</p>
<p dir="auto">the  css tree for your module content will be displayed.</p>
<p dir="auto">typically for a module, we use a div as the container for all the module content, and return that from the getDom() routine.   mm the inserts that div element tree in the correct ‘position’</p>
<p dir="auto">what is the url specified in your modules config.js section?</p>
]]></description><link>https://forum.magicmirror.builders/post/103614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103614</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 14 Aug 2022 10:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to Images show only in Browser, not on HDMI on Sun, 14 Aug 2022 07:21:40 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>  Thanks for your help.<br />
But it did not solve it…</p>
<p dir="auto">Could it be that I had no monitor plugged in the HDMI port during install of MM?</p>
<p dir="auto">I deleted the MM folder. First I saved the modules folder and my config.</p>
<p dir="auto">then reinstalled MM without installation script, and with monitor plugged in.</p>
<p dir="auto">But still no luck…</p>
]]></description><link>https://forum.magicmirror.builders/post/103612</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103612</guid><dc:creator><![CDATA[derOJ]]></dc:creator><pubDate>Sun, 14 Aug 2022 07:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Images show only in Browser, not on HDMI on Sat, 13 Aug 2022 14:32:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/deroj" aria-label="Profile: derOJ">@<bdi>derOJ</bdi></a> try this</p>
<p dir="auto">stop mm<br />
cd ~<br />
rm -rf .config/Electron</p>
<p dir="auto">to remove the saved runtime config folder for electron. note the dot in front of config</p>
<p dir="auto">restart mm</p>
]]></description><link>https://forum.magicmirror.builders/post/103575</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/103575</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Aug 2022 14:32:10 GMT</pubDate></item></channel></rss>