<?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 problem... missing a step?]]></title><description><![CDATA[<p dir="auto">So I’ve been working on getting MMM-EasyPix working for the past couple of days in my spare time.<br />
As best I can tell, the module itself is working, MagicMirror loads and displays everything the default modules, but for EasyPix, it just shows a “missing image” icon.</p>
<p dir="auto">Now, I don’t speak Java, but I don’t believe I need to for the configuration.<br />
I do see however that in both MMM-EasyPix.js and the config.js that it is asking for a specific picture. I have set that to the name of a picture in the pix folder in both locations, and each one individually during my, at this point, extensive testing and tinkering.</p>
<p dir="auto">My primary question is, is there a step I’m missing?<br />
I basically copied verbatim the example module wrapper from the EasyPix Readme, into the config.js file.<br />
Even when specifying a picture file I get an image icon, but no actual image.</p>
<p dir="auto">My secondary question is (assuming I can get it to pull any picture at all), do I need to specify the pictures individually in the config.js, and MMM-EasyPix.js or both? If so, what’s the format for adding multiple pictures?</p>
<p dir="auto">I should also mention that this problem existed even when I was running the module “fresh out of the box” as it was delivered after cloning. The module loads, it just shows a placeholder image icon, but no image.<br />
It clearly loads the module, but… nothing.</p>
<p dir="auto">I hate to ask for help, as I’ve enjoyed setting this up on my own, but I feel I don’t have much of a choice left now as I am stumped.</p>
]]></description><link>https://forum.magicmirror.builders/topic/7426/mmm-easypix-problem-missing-a-step</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 05:14:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7426.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jun 2018 17:35:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Sun, 05 May 2019 10:44:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a>  autoplay is a new restriction in the browsers… you have to click on something… dumb for a mirror with no mouse!!</p>
<p dir="auto">fix</p>
<p dir="auto">edit the smart-mirror/main.js<br />
find the line</p>
<pre><code>let mainWindow
</code></pre>
<p dir="auto">and change it so it looks like this</p>
<pre><code>let mainWindow;

function createWindow() {
    app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //&lt; -------- added
</code></pre>
<p dir="auto">then save and restart MM</p>
]]></description><link>https://forum.magicmirror.builders/post/56665</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56665</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 May 2019 10:44:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Sat, 04 May 2019 21:06:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a></p>
<p dir="auto">There are no mp4 files in use by MMM-EasyPix. Are you talking about the animated face (face.gif)?</p>
]]></description><link>https://forum.magicmirror.builders/post/56663</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56663</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 04 May 2019 21:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Sat, 04 May 2019 19:15:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I have a problem with the easy pix module<br />
can anybody help me get the (mp4 video file) Start automatically.<br />
The video is working but not starting please help …Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/56661</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56661</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Sat, 04 May 2019 19:15:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Fri, 16 Nov 2018 01:34:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oneoftheinfinitemonkeys" aria-label="Profile: oneoftheinfinitemonkeys">@<bdi>oneoftheinfinitemonkeys</bdi></a> said in <a href="/post/46835">MMM-EasyPix problem... missing a step?</a>:</p>
<blockquote>
<p dir="auto">I added a comma to the end of the line “sounds:”</p>
</blockquote>
<p dir="auto">Good catch! Thanks for bringing that to my attention, mate. :thumbsup: I’ve updated the readme example.</p>
<blockquote>
<p dir="auto">Would love to know how to have a slide show without having to create a list in the config.js file.</p>
</blockquote>
<p dir="auto">Again, this module was really only meant to be an accessory to Hello-Lucy so there was no need for the slideshow. However, this module</p>
<p dir="auto"><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>
<p dir="auto">does an excellent job of run a slideshow of your pictures.</p>
]]></description><link>https://forum.magicmirror.builders/post/46836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46836</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 16 Nov 2018 01:34:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Thu, 15 Nov 2018 23:48:10 GMT]]></title><description><![CDATA[<p dir="auto">I had a similar issue. I added a comma to the end of the line “sounds:”</p>
<pre><code>            {
                    module: "MMM-EasyPix",
                    position: "middle_center",
                    config: {
                            picName: "DSC01423.JPG",             // Enter the picture file name.
                            maxWidth: "75%",                     // Size picture precisely. Retains aspect ratio.
                            sounds: ["1.mp3", "me2.mp3"],         // mp3 sound file names in quotes seperated by commas for Hello-Lucy
                            updateInterval: 30 * 60 * 1000,      // updates display
                            animationSpeed: 3000,
                    }
            },
</code></pre>
<p dir="auto">Hope this helps</p>
<p dir="auto">Would love to know how to have a slide show without having to create a list in the config.js file.</p>
]]></description><link>https://forum.magicmirror.builders/post/46835</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46835</guid><dc:creator><![CDATA[OneOfTheInfiniteMonkeys]]></dc:creator><pubDate>Thu, 15 Nov 2018 23:48:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Fri, 06 Jul 2018 17:05:44 GMT]]></title><description><![CDATA[<p dir="auto">Interesting. I changed nothing other than the name of the picture I wanted to test with. I’ll dig back into it, thank you for your responses.<br />
My apologies for delayed response, I haven’t had much time for personal projects lately.</p>
]]></description><link>https://forum.magicmirror.builders/post/41289</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/41289</guid><dc:creator><![CDATA[TexityTex]]></dc:creator><pubDate>Fri, 06 Jul 2018 17:05:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 21:13:54 GMT]]></title><description><![CDATA[<p dir="auto">i copied the config info from the mm-easypix readme, and pasted into the config.js modules section, and restarted the mirror… no other changes</p>
]]></description><link>https://forum.magicmirror.builders/post/40690</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40690</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Jun 2018 21:13:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 21:23:00 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></p>
<blockquote>
<p dir="auto">unless the files or folder have the wrong permissions…</p>
</blockquote>
<p dir="auto">In which case, it wouldn’t be the module that is at fault. Just keeping it simple!</p>
]]></description><link>https://forum.magicmirror.builders/post/40686</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40686</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 19 Jun 2018 21:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 20:22:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> unless the files or folder have the wrong permissions…</p>
]]></description><link>https://forum.magicmirror.builders/post/40685</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40685</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Jun 2018 20:22:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 21:05:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/texitytex" aria-label="Profile: texitytex">@<bdi>texitytex</bdi></a> said in <a href="/post/40668">MMM-EasyPix problem... missing a step?</a>:</p>
<blockquote>
<p dir="auto">All of the pictures, that I wish to have cycling in this module, are in the “pix” folder.</p>
</blockquote>
<p dir="auto">Cycling is being worked on at the moment. That should be working soon. This module was really created for use with Hello Lucy where there is no need to cycle the pictures. However, I just downloaded the module (again) and used the config entry above and it works without issue.</p>
<p dir="auto">If you have not changed any of the module files then the only thing that would cause this issue for you is the config.js entry (or another module).</p>
<p dir="auto">EDIT: <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> was kind enough to download and run MMM-EasyPix for me and he had no issue. It worked as expected for him.</p>
<p dir="auto">Please post your config.js entry for MMM-EasyPix</p>
]]></description><link>https://forum.magicmirror.builders/post/40684</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40684</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 19 Jun 2018 21:05:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 14:14:37 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your responses.<br />
Yes, I am aware that the pictures go in the pix folder, I thought I specified that in my original post. I guess I did not.<br />
All of the pictures, that I wish to have cycling in this module, are in the “pix” folder.<br />
I have even double checked since your posting <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> and yes, my module entry is correct. It is specified to a file “thanksylva.jpg” in the pix folder.<br />
Still nothing more than a “missing image” icon displays in the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/40668</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40668</guid><dc:creator><![CDATA[TexityTex]]></dc:creator><pubDate>Tue, 19 Jun 2018 14:14:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Tue, 19 Jun 2018 01:10:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/texitytex" aria-label="Profile: texitytex">@<bdi>texitytex</bdi></a></p>
<p dir="auto">Your config.js entry should look like this.</p>
<pre><code>{
    module: "MMM-EasyPix",
	position: "top_center",
	config: {
		picName: "4.jpg", // Enter the picture file name.
		maxWidth: "75%",        // Size picture precisely. Retains aspect ratio.
		sounds: ["1.mp3", "me2.mp3"]  // mp3 sound file names for Hello-Lucy
	}
},
</code></pre>
<p dir="auto">The actual picture file goes in the <code>pix</code> folder within the MMM-EasyPix folder.</p>
<p dir="auto">You have to name the files exactly. In the example above you see <code>picName: "4.jpg", </code>. 4.JPG would not work.</p>
]]></description><link>https://forum.magicmirror.builders/post/40646</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40646</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 19 Jun 2018 01:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EasyPix problem... missing a step? on Mon, 18 Jun 2018 18:30:29 GMT]]></title><description><![CDATA[<p dir="auto">From <a href="https://github.com/mykle1/MMM-EasyPix/blob/master/README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a></p>
<p dir="auto">Remember</p>
<pre><code>All picture files go in the "pix" folder inside the MMM-EasyPix module folder.
</code></pre>
<p dir="auto">Did work for you?</p>
]]></description><link>https://forum.magicmirror.builders/post/40612</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40612</guid><dc:creator><![CDATA[Neodereks]]></dc:creator><pubDate>Mon, 18 Jun 2018 18:30:29 GMT</pubDate></item></channel></rss>