Read the statement by Michael Teeuw here.
MMM-ImagesPhotos - Show images from a directory
-
@nobita Yes, currently work only in random mode.
You can create a new function for get data in not random mode and you call here
https://github.com/roramirez/MMM-ImagesPhotos/blob/master/MMM-ImagesPhotos.js#L128A good point is add by configuration this function. If you are interested to add this feature with glad I’ll merge it :)
-
hey @roramirez. i really like your MMM-imagephoto module. this module show photo with random but i want it oreder, can you help me how to fix this ?
-
Great module
Thanks for this
One question
How can i adjust the size?Thanks
-
There are no pictures on my mirror. It seems like the module doesn’t load.
-
Thanks a bunch for this module. Seems to work great maybe some pics show up more often than others. Curious what formats it accepts?
-
I’m going to think it accepts all formats…nothing is specified…
@markus220 did you check the developer console to see if there are errors? Did you use the right dir format?
-
Very nice module.
I have about 2000 pictures in the Upload directory, all resized to 100 kb.
But the module only shows about 50 of them.
Why does it not show the other pictures?
Any idea?
Peter -
What does your config look like? Where are your images? What type(s) are they? I tried making a folder with 100 files (well over 50), but that seemed to work fine.
Do you have the photos in multiple folders/paths? If so, have you tried removing the path of the photos that work to leave the other paths (to determine they work)? Have you tried adding
treatAllPathsAsOne: true
to your module config?What is the content of
photos.txt
if you typecurl http://localhost:8080/MMM-ImagesPhotos/photos > photos.txt
into a separate console (while MM is running)?Don’t post it all here, but if there are not several thousand entries, the module is not seeing all of your files (but you knew that).
-
@ninjabreadman solved.
I did something stupid.
I had 70 pictures (5mb each) and it caused trouble, so I resized them to 100kb.
But I also have 2 sd cards …
I put 2000 pictures (100kb) on one card and left the 70 (5mb) pictures on the other card.
And then I changed cards …
Peter -
@Peter At least it’s fixed! Cheers.