<?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 logos?]]></title><description><![CDATA[<p dir="auto">What’s the best module to display a logo or series of pictures?</p>
]]></description><link>https://forum.magicmirror.builders/topic/17419/display-logos</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 05:07:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17419.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Nov 2022 20:54:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display logos? on Fri, 02 Dec 2022 12:23:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> it’s the module MMM-Simpke-Logo.<br />
what does it expect for the file: parameter?</p>
<p dir="auto">it’s actually fileUrl:</p>
<p dir="auto"><img src="/assets/uploads/files/1669983743568-screenshot_20221202-062046_chrome-resized.jpg" alt="Screenshot_20221202-062046_Chrome.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">note that the image file must be IN  the MagicMirror folder tree</p>
]]></description><link>https://forum.magicmirror.builders/post/106326</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106326</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 02 Dec 2022 12:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Fri, 02 Dec 2022 10:49:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> I have good experiences with MMM-EasyPix.<br />
You have to store your logo(s) in the subfolder “pix” of the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/106325</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106325</guid><dc:creator><![CDATA[thgmirror]]></dc:creator><pubDate>Fri, 02 Dec 2022 10:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Fri, 02 Dec 2022 07:59:35 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> it’s just an image I want to display on the screen. It’s not a module either, just code on the config.js</p>
]]></description><link>https://forum.magicmirror.builders/post/106323</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106323</guid><dc:creator><![CDATA[Bungle68]]></dc:creator><pubDate>Fri, 02 Dec 2022 07:59:35 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Fri, 02 Dec 2022 02:02:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> i do not know… that is up to the module.</p>
<p dir="auto">is it a list of filenames, even if only 1?</p>
]]></description><link>https://forum.magicmirror.builders/post/106317</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106317</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 02 Dec 2022 02:02:54 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Fri, 02 Dec 2022 00:59:50 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> I’ve changed the path, but do I need the []either end?</p>
<pre><code>{
       module: ‘MMM-SimpleLogo’,
       position: ‘top_left’,  //This can be any region.
       config: {
                // The config property is optional.
                file: [“~/MagicMirror/modules/MMM-SimpleLogo/Pi.png”],   // See config options.
                width:     ‘300px’,
      }
},

       
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/106315</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106315</guid><dc:creator><![CDATA[Bungle68]]></dc:creator><pubDate>Fri, 02 Dec 2022 00:59:50 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 23:20:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> correct.  system is case sensitive.  so make sure I deal with that if need be</p>
]]></description><link>https://forum.magicmirror.builders/post/106309</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106309</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 01 Dec 2022 23:20:28 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 23:01:09 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> great, so I just need to drop the ~, as the rest is the path for the file 🤞</p>
]]></description><link>https://forum.magicmirror.builders/post/106307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106307</guid><dc:creator><![CDATA[Bungle68]]></dc:creator><pubDate>Thu, 01 Dec 2022 23:01:09 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 22:29:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> the file name is wrong</p>
<p dir="auto">~ means /home/username (mipi?)<br />
then u have /home/mipi</p>
<p dir="auto">so I suspect /home/mipi/home/mipi does not exist…</p>
]]></description><link>https://forum.magicmirror.builders/post/106305</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106305</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 01 Dec 2022 22:29:24 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 22:27:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> this is my current set up in the config.js</p>
<pre><code>{
      module: 'MMM-SimpleLog',
      position: 'top_left',      //This can be any of the regions. 
      config: {
 //The config property is optional. 
      file: ["~/home/mipi/MagicMirror/modules/MMM-SimpleLogo/Pi.png"]
     width: '300px'      }
},

</code></pre>
<p dir="auto">However, it’s not showing any picture on the screen, or any errors? Has anyone used the SimpleLogo and can share the config?<br />
🙏</p>
]]></description><link>https://forum.magicmirror.builders/post/106304</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106304</guid><dc:creator><![CDATA[Bungle68]]></dc:creator><pubDate>Thu, 01 Dec 2022 22:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 13:50:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rags" aria-label="Profile: Rags">@<bdi>Rags</bdi></a> thanks, will give it a go</p>
]]></description><link>https://forum.magicmirror.builders/post/106289</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106289</guid><dc:creator><![CDATA[Bungle68]]></dc:creator><pubDate>Thu, 01 Dec 2022 13:50:32 GMT</pubDate></item><item><title><![CDATA[Reply to Display logos? on Thu, 01 Dec 2022 05:51:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bungle68" aria-label="Profile: Bungle68">@<bdi>Bungle68</bdi></a> For images stored in a local folder i have used the module MMM-ImageSlideshow previously. However, i have now moved to using MMM-Google Photos which is excellent and photos can be refreshed quite easily via Google Photos app. For Logo try<br />
MMM-SimpleLogo. Though it currently not maintained.</p>
]]></description><link>https://forum.magicmirror.builders/post/106281</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106281</guid><dc:creator><![CDATA[Rags]]></dc:creator><pubDate>Thu, 01 Dec 2022 05:51:28 GMT</pubDate></item></channel></rss>