<?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[Displaying a Black and White .png Image]]></title><description><![CDATA[<p dir="auto">Hello Everyone,<br />
I am new to the magic mirror and just got it running on the monitor I am using. I would like to display a small .png image if possible, wondering if anyone knows how to go about this.<br />
Thank!</p>
]]></description><link>https://forum.magicmirror.builders/topic/239/displaying-a-black-and-white-png-image</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:16:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/239.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jun 2016 22:19:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Displaying a Black and White .png Image on Thu, 16 Jun 2016 14:21:03 GMT]]></title><description><![CDATA[<p dir="auto">Thanks! I’ll definitely give this a try.</p>
]]></description><link>https://forum.magicmirror.builders/post/1703</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1703</guid><dc:creator><![CDATA[LG]]></dc:creator><pubDate>Thu, 16 Jun 2016 14:21:03 GMT</pubDate></item><item><title><![CDATA[Reply to Displaying a Black and White .png Image on Thu, 16 Jun 2016 11:34:48 GMT]]></title><description><![CDATA[<p dir="auto">Not sure if it works, but you could try using the <code>helloworld</code> module and simply add an HTML tag to display the image:</p>
<pre><code>{
        module: 'helloworld',
        position: 'bottom_bar', // This can be any of the regions.
        config: {
            text: '&lt;img src="http://url.to.you/image.png" /&gt;'
        }
}
</code></pre>
<p dir="auto">A cleaner approach would be building an image module. :)</p>
]]></description><link>https://forum.magicmirror.builders/post/1695</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1695</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Thu, 16 Jun 2016 11:34:48 GMT</pubDate></item></channel></rss>