<?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[MMM-EasyPix Multiple pics]]></title><description><![CDATA[<p dir="auto">How can I display multiple pics that are shown one by another. In this example is just one pic:</p>
<p dir="auto">{<br />
module: “MMM-EasyPix”,<br />
position: “top_center”,<br />
config: {<br />
picName: “18.jpg”, // Enter the picture file name.<br />
maxWidth: “75%”,        // Size picture precisely. Retains aspect ratio.<br />
sounds: [“1.mp3”, “me2.mp3”],  // mp3 sound file names in quotes seperated by commas for Hello-Lucy<br />
updateInterval: 30 * 60 * 1000,     // updates display<br />
animationSpeed: 3000,<br />
}<br />
},</p>
<p dir="auto">I already tried with picName: “18.jpg”,“4jpg”,</p>
<p dir="auto">or picName: [“18.jpg”,“4jpg”],</p>
<p dir="auto">but nothing worked</p>
]]></description><link>https://forum.magicmirror.builders/topic/10912/mmm-easypix-multiple-pics</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 07:33:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10912.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Aug 2019 15:27:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-EasyPix Multiple pics on Thu, 08 Aug 2019 01:08:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a> said in <a href="/post/59893">MMM-EasyPix Multiple pics</a>:</p>
<blockquote>
<p dir="auto">diashow?</p>
</blockquote>
<p dir="auto"><strong>SLIDESHOW</strong> ? No, EasyPix has no slideshow feature. It was created to handle images and sound files for Hello-Lucy. This is what I use for a slideshow. <a href="https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow</a></p>
]]></description><link>https://forum.magicmirror.builders/post/59902</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59902</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 08 Aug 2019 01:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix Multiple pics on Wed, 07 Aug 2019 15:36:06 GMT]]></title><description><![CDATA[<p dir="auto">But is it not possible to position the one pic on top of the other one, so it is like a diashow?</p>
]]></description><link>https://forum.magicmirror.builders/post/59893</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59893</guid><dc:creator><![CDATA[SirVer]]></dc:creator><pubDate>Wed, 07 Aug 2019 15:36:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix Multiple pics on Mon, 05 Aug 2019 23:50:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a></p>
<p dir="auto">Adding another config entry will work but the pictures will stack in the same region. You can choose another position for the second entry or play with css.</p>
<pre><code>{
            disabled: f,
            module: "MMM-EasyPix",
            position: "top_center",
            config: {
                picName: "face.gif", // "face.gif", // Enter the picture file name.
                maxWidth: "35%",
                sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                    "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                ]
            }
        },
        {
            disabled: f,
            module: "MMM-EasyPix",
            position: "top_center",
            config: {
                picName: "4.jpg", // "face.gif", // Enter the picture file name.
                maxWidth: "35%",
                sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                    "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                ]
            }
        },
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1565048595422-2easy.png" alt="0_1565048594498_2easy.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/59826</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/59826</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 05 Aug 2019 23:50:21 GMT</pubDate></item></channel></rss>