Read the statement by Michael Teeuw here.
New project in mind
-
Take a look at this module:
https://github.com/kolbyjack/MMM-Wallpaper
I think what you propose already exists
-
I also use one of the image display modules, to display a background image. I do it every 15 minutes, but it could be longer
-
thanks for asking this question as i were also looking for answers
-
@qu1que Cheers, that would do the trick. However, the idea is to change the background every week. That is, old background gets deleted, new background shows up.
Or else, new background available and shows up, with user/customer having access to the previous backgrounds. -
I suppose you must change the slideInterval parameter on the module config.
By default it’s configured to change every 5 minutes:
slideInterval 5 * 60 * 1000
If you change that value for this one:
slideInterval 10080 * 60 * 1000
It must be change every 7 days.
7 x 24 = 168 hours a week.
168 x 60 = 10080 minutes a week.Hope it helps