Darick Carpenter
Darick Carpenter
Thanks for working on this. I have seen the timer issue also, glad you got it fixed. I'm also glad that others have found this module useful.
It sounds like it is trying to load an image before the getDom() function is called. I think moving where this.updateImageList(); is called can fix this. I'll try it out...
Try disabling all other modules except maybe the clock. Also, I don't know if it matters, but I don't have a trailing slash in the image paths. So try removing...
I'm not sure how to help. What I would do is allow remote connections to the device by adding the following to your config: `address: '', port: 8080, ipWhitelist: [],...
Did you do an "npm install" in the MMM-BackgroundSlideshow folder? If so, can you check that the exif.js file exists?
The images must be in the modules folder (or any subfolder) or it can't access them. You may be able to create a symbolic link in that folder that points...
How long does it take before giving the error?
I'm not seeing this behavior. Have you tried commenting out the plugin and see if you still get the error?
The quotes are different. Double quotes (") instead of single quotes (').
It shouldn't matter, but it seemed to help jowe2.