kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
99 stars 31 forks source link

Possible to local images? #27

Closed openedhardware closed 3 years ago

openedhardware commented 3 years ago

Is it possible to indicate a local directory path so that the images are displayed randomly? or sequentially?

kolbyjack commented 3 years ago

Try latest master, you can set your source to "local:/path/to/directory" and it will read the images in that directory. Be aware that it doesn't recurse into subdirectories.

openedhardware commented 3 years ago

Perfect! Will give it a try soon!