I have a working mirror. Now I would like to have an image from a folder displayed at a certain time of the day.
The MMM-ModuleScheduler module seems to be able to do this to me, but I can’t get it to work.
Nothing is happening here. Does anyone have a tip for me?
Thank you.
modules: [
{
module: "alert",
module: "MMM-ModuleScheduler",
},
//Backround
{
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: {
source: "local:/home/pi/MagicMirror/pic/",
slideInterval: 600 * 1000
}
},
//Overlay
{
module: 'MMM-ModuleScheduler',
config: {
module: "MMM-Wallpaper",
position: "fullscreen_above",
config: {
module_schedule: {from: "0 18 * * *", to: "0 19 * * *" },
source: "local:/home/pi/MagicMirror/pic2/",
slideInterval: 600 * 1000
}
}
},