MMM-ImageSlideshow icon indicating copy to clipboard operation
MMM-ImageSlideshow copied to clipboard

Wonder if you can help - give me some information.

Open bert269 opened this issue 4 years ago • 2 comments

First off - thanks for this great module.

I have a question: I have this module running at the bottom Center of my MagicMirror and the pictures are displayed the correct size. The moment I add another module (MMM-SolarEdge) anywhere on the screen - the pictures of MMM-ImageSlideshow gets reduces to barely visible. The moment I comment MMM-SolarEdge out, the pictures are normal size again.

Can you help, please? Thanks

bert269 avatar Apr 25 '21 20:04 bert269

I have discovered that this module (sorry - there is not way to open an issue with this module's owner) has an img statement in it directory which looks like: img { width: 50px; height: 50px; display: inline; }

This "img" affect the images to be displayed by MMM-ImageSlideshow. If I disable this (display: none) then ImageSlideshow does not display images either. And the size is the culprit. When I make this height/width bigger, the SolarEdge image is all over the place.

How to I set this so that it does not impact imageSlideShow images?

Thanks

bert269 avatar Apr 25 '21 20:04 bert269

Hi, I was browing looking for improvements to the original.

I did some work on in a Fork of the module I created. It supports image scaling, which seemed to be missing from the original. I run two of the slide show modules, along with a google slide show image viewer.

You might find (or have found) the for I created addresses some of your issues. https://github.com/OneOfTheInfiniteMonkeys/MMM-ImageSlideshow

Cheers

OneOfTheInfiniteMonkeys avatar Jun 26 '21 19:06 OneOfTheInfiniteMonkeys