Read the statement by Michael Teeuw here.
MMM-SimpleBackgroundSlideshow
-
MMM-SimpleBackgroundSlideshow
MMM-SimpleBackgroundSlideshow is a module for MagicMirror² that allows you to display a simple, customizable background slideshow on your MagicMirror². This module is designed to be lightweight and easy to configure, making it the perfect addition to any MagicMirror² setup.
- Navigate to your MagicMirror’s modules directory and clone this repository:
git clone https://github.com/muhammedsaidckr/MMM-SimpleBackgroundSlideshow.git
- Configure the module in your config.js file.
Usage
modules: [ { module: "MMM-SimpleBackgroundSlideshow", position: "fullscreen_below", // This can be any of the regions that support background content. config: { // See 'Configuration options' for more information. } } ]
Configuration Options
urls
=> Array: List of image URLs to be displayed in the slideshow.Contributing
Contributions are welcome! Please read the contributing guidelines before getting started.
License
MMM-SimpleBackgroundSlideshow is licensed under the MIT License.
- Navigate to your MagicMirror’s modules directory and clone this repository:
-
Nice! :smiley: Don’t forget to add it to the module list.
-
@KristjanESPERANTO Alright. Thank you :)
-
can I add a flash drive and use that as a source of images?
-
@greedyvegan yes, just use a link to map the mounted usb stick to where the module expects the images to be.
I do that with a file server mount for
MMM-ImagesPhotos
see the ln command