Ultimatum22 / MMM-RandomBackground

Apache License 2.0
9 stars 9 forks source link

Not Random #9

Open thehack904 opened 6 years ago

thehack904 commented 6 years ago

I have noticed that no matter what settings I use, the backgrounds are not random. I have changed randomOrder to true in the module js as well as the config.js under the config folder. Any help would be appreciated.

MMM-RandomBackground.js: defaults: { animationSpeed: 1000, updateInterval: 10 * 60 * 1000, // Update every 10 minutes. showAdditionalInfo: false, randomOrder: true, opacity: 1.0, photoDirectories: [] // Additional folders to find photos in

config/config.js: { module : 'MMM-RandomBackground', position : 'fullscreen_below', // Any region but this one makes the most sense config : { animationSpeed : 2000, updateInterval : 50000, randomOrder : true } },

jbishop129 commented 6 years ago

I notice the same behavior. Regardless of the setting, it always plays the pictures in alphabetical order by file name. Any solution to this?

jbishop129 commented 6 years ago

I stand corrected. I dont know what happened, but it's perfectly random now; i dont have any idea what changed. The only thing I notice is it does consistently play the same first picture, and after that it's random.