<?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-BackgroundSlideShow cutting off top of pics]]></title><description><![CDATA[<p dir="auto">I just installed MMM-BackgroundSlideShow and am really pleased with it.  Only have one problem with family photos it tends to drop of the top of the picture thus removing heads. :)</p>
<p dir="auto">I have tried resizing and attempting to pad the top of the photo to push it down but neither solution fixed the issue.  I also set max size to 1080 X 764 from the default 2160 X 1080 but most pics are still well under that max size and still cutting off heads.</p>
<p dir="auto">I really like the module and want to get the pics fixed before Thanksgiving when when we have family over. Any suggestion greatly appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/19983/mmm-backgroundslideshow-cutting-off-top-of-pics</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 19:04:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19983.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Nov 2025 18:24:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Fri, 21 Nov 2025 17:09:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ronr" aria-label="Profile: RonR">@<bdi>RonR</bdi></a> said in <a href="/post/129041">MMM-BackgroundSlideShow cutting off top of pics</a>:</p>
<blockquote>
<p dir="auto">MMM-ImagesPhotos</p>
</blockquote>
<p dir="auto">doesn’t have a path  property it is hard coded to ‘uploads’</p>
]]></description><link>https://forum.magicmirror.builders/post/129062</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129062</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Nov 2025 17:09:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Fri, 21 Nov 2025 17:06:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ronr" aria-label="Profile: RonR">@<bdi>RonR</bdi></a> said in <a href="/post/129041">MMM-BackgroundSlideShow cutting off top of pics</a>:</p>
<blockquote>
<p dir="auto">‘fullscreen-under’</p>
</blockquote>
<p dir="auto">fullscreen_below</p>
<p dir="auto">if it was under, then MM should have put out a message with  ‘unknown position’ in the startup messages and that module will not be loaded</p>
]]></description><link>https://forum.magicmirror.builders/post/129061</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129061</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Nov 2025 17:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Fri, 21 Nov 2025 17:16:18 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 didn’t get that by pages you ment the module pages in place of Carousel. I tried your pages module and it is displaying only the first photo. Here is my new config.js section.<br />
module: “MMM-ImagesPhotos”,<br />
position: “fullscreen_below”,<br />
config: {<br />
opacity: 0.9,<br />
animationSpeed: 5000,<br />
updateInterval: 15000,<br />
backgroundColor: ‘grey’,  // not used if fill is true<br />
fill: true,   // fill around image with blurred copy of image<br />
blur: 10,   // only used if fill is true<br />
sequential: false  // process the image list randomly<br />
}<br />
},<br />
{<br />
module: “MMM-pages”,<br />
config: {<br />
rotationTime: 1000 * 10,         // rotate every 20 seconds<br />
modules: [<br />
[“clock”],                // page 1<br />
[“MMM-ImagesPhotos”], // page 2<br />
],<br />
fixed: [                         // modules that are always shown<br />
“MMM-page-indicator”<br />
],<br />
hiddenPages: {                   // modules that are only shown on specific pages<br />
“screenSaver”: [<br />
“clock”,<br />
“MMM-SomeBackgroundImageModule”<br />
],<br />
“admin”: [<br />
“MMM-ShowMeSystemStatsModule”,<br />
“MMM-AnOnScreenMenuModule”<br />
]<br />
}<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/post/129060</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129060</guid><dc:creator><![CDATA[msimon360]]></dc:creator><pubDate>Fri, 21 Nov 2025 17:16:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Fri, 21 Nov 2025 00:51:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msimon360" aria-label="Profile: msimon360">@<bdi>msimon360</bdi></a> To pull the window in from the sides I grabbed the right edge of the window and dragged it to the left.  The pictures started to change from the wide format to their original dimensions.  I was setting it up to run all day with family on Thanksgiving and that was not a viable solution for each frame.</p>
<p dir="auto">So I changed to MMM-ImagesPhotos.  Had a problem with it to start with where it did not display anything.  I am running it is ‘fullscreen-under’ it presents smaller format pictures in their actual size instead of enlarging them to full screen and cutting off heads.  The problem with no pictures was when I set the path to the ‘uploads’ directory in config.js the system concatenated the string three times and could not find the path, I wonder why?  :) I found that problem by going back into the logs to find the error in the module setup.  I went back into config.js and deleted my entry for the path and left it with an empty string “”.  Then all my pictures popped up like they were supposed to.</p>
<p dir="auto">Yes, Sam, I had to manually go into the config.js because MMM-Config/configure would not reset it when I cleared the entry on the form.</p>
<p dir="auto">I am really happy with MMM-ImagesPhotos.  I was going to suggest putting an option to display the file name on the picture but I got around it by annotating the pics with names for family that has not met those in the pics.  It worked much better than depending on the file name.</p>
]]></description><link>https://forum.magicmirror.builders/post/129041</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129041</guid><dc:creator><![CDATA[RonR]]></dc:creator><pubDate>Fri, 21 Nov 2025 00:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 21:41:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msimon360" aria-label="Profile: msimon360">@<bdi>msimon360</bdi></a> and how is the configured in carousel?</p>
]]></description><link>https://forum.magicmirror.builders/post/129040</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129040</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 20 Nov 2025 21:41:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 21:17:54 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 the quick reply.<br />
Here are the ImagesPhotos and Carousel sections of my config.js. Running this I just get a blank screen instead of the photos. I do get photos if I use top_center without Carousel.</p>
<pre><code>  {
    module: "MMM-ImagesPhotos",
    position: "fullscreen_below",
    config: {
     opacity: 0.9,
     animationSpeed: 5000,
     updateInterval: 15000,
     backgroundColor: 'grey',  // not used if fill is true
     fill: true,   // fill around image with blurred copy of image
	   blur: 10,   // only used if fill is true
     sequential: false  // process the image list randomly
     }
  },
  {
    module: "MMM-Carousel",
    config: {
      transitionInterval: 10000,
      showPageIndicators: true,
      showPageControls: false,
      ignoreModules: ["alert", "updatenotification"],
      mode: "slides",
      slides: [
        ["clock", "weather", "calendar"],
        ["MMM-ImagesPhotos"]
     ],
    }
  },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/129038</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129038</guid><dc:creator><![CDATA[msimon360]]></dc:creator><pubDate>Thu, 20 Nov 2025 21:17:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 17:01:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msimon360" aria-label="Profile: msimon360">@<bdi>msimon360</bdi></a> what do you mean could not get it to work?<br />
can you show the config for both modules?</p>
<p dir="auto">I use pages, and images position:fullscreen_below</p>
]]></description><link>https://forum.magicmirror.builders/post/129033</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129033</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 20 Nov 2025 17:01:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 16:54:47 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 tried to use MMM-ImagesPhotos but could not get it to work with MMM-Carousel so I am trying MMM-BackgroundSlideShow instead.</p>
]]></description><link>https://forum.magicmirror.builders/post/129032</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129032</guid><dc:creator><![CDATA[msimon360]]></dc:creator><pubDate>Thu, 20 Nov 2025 16:54:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 16:47:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ronr" aria-label="Profile: RonR">@<bdi>RonR</bdi></a> I have the same issue. How do you “pull the window in from the side”? Can you post the module section from config.js, please?</p>
]]></description><link>https://forum.magicmirror.builders/post/129031</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129031</guid><dc:creator><![CDATA[msimon360]]></dc:creator><pubDate>Thu, 20 Nov 2025 16:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Thu, 20 Nov 2025 11:12:11 GMT]]></title><description><![CDATA[<p dir="auto">Discovered that if I pulled the window in from the side it would change the size of the picture back to it’s original size and things looked normal.   It’s not a good fix but it makes the pictures look much better.</p>
]]></description><link>https://forum.magicmirror.builders/post/129023</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/129023</guid><dc:creator><![CDATA[RonR]]></dc:creator><pubDate>Thu, 20 Nov 2025 11:12:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-BackgroundSlideShow cutting off top of pics on Tue, 18 Nov 2025 18:34:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ronr" aria-label="Profile: RonR">@<bdi>RonR</bdi></a> is the module set to fullscreen_below position?<br />
I don’t know more about this module</p>
<p dir="auto">I spent a lot of time on MMM-ImagesPhotos to keep the the photo aspect ratio, and all the picture on screen.</p>
]]></description><link>https://forum.magicmirror.builders/post/128997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128997</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 18 Nov 2025 18:34:25 GMT</pubDate></item></channel></rss>