Ultimatum22 / MMM-RandomBackground

Apache License 2.0
9 stars 9 forks source link

Loading... #11

Open alan159159 opened 6 years ago

alan159159 commented 6 years ago

Are there any limitation to the amount of files that can be loaded? Maybe the total size of how many can be loaded? I have been playing around with it, and I was thinking it had to do with the image file size, but I am not sure. I have about 4000 images I want to load through but it just sits and loads.

Any thoughts would be welcome.

kellogg76 commented 6 years ago

I get the same error when I only have one image in the photos folder, did you ever find a fix?

vwegert commented 4 years ago

I have run into the same issue, and I managed to get the module working by replacing the call to self.updateDom(self.config.animationSpeed); in line 115 of MMM-RandomBackground.js with self.updateDom(); I am not sure whether that is an actual fix or just causes more problems down the road, which is why I'm hesitant to offer a patch.