Code Monkey home page Code Monkey logo

Comments (10)

darickc avatar darickc commented on July 29, 2024

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 and update push the change.

from mmm-backgroundslideshow.

RStadlmair avatar RStadlmair commented on July 29, 2024

Hi !

Just pulled your latest version and did npm install. Error is gone, still a no-show on the screen. Any Logs i may deliver for further debugging ?
R.

from mmm-backgroundslideshow.

darickc avatar darickc commented on July 29, 2024

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 that:
imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages']

from mmm-backgroundslideshow.

RStadlmair avatar RStadlmair commented on July 29, 2024

from mmm-backgroundslideshow.

sparky56 avatar sparky56 commented on July 29, 2024

I have been having the same problem, no image. I did remove the / from the path, no help.
I have tried this on a pi zero W and RPI 3b+ its the same. I did use different .img

from mmm-backgroundslideshow.

darickc avatar darickc commented on July 29, 2024

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: [],

Then you can connect to it from another computer. Open up chrome on your computer, type in the IP and port of your raspberry pi and it should open it up (http://ipaddress:8080). Then you can hit F12 (on windows) to open the developer tools. On the sources tab in the left pain go to modules/MMM-BackgroundSlideshow/BackgroundSlideshow.js.

You can set breakpoints and see what values it is setting and step through the code.

I have a raspberry pi at my office that I'll do a fresh install on and see if I have any issues, but won't be until at least Monday before I get in there.

Sorry for not being much help.

from mmm-backgroundslideshow.

sparky56 avatar sparky56 commented on July 29, 2024

from mmm-backgroundslideshow.

darickc avatar darickc commented on July 29, 2024

Did you do an "npm install" in the MMM-BackgroundSlideshow folder? If so, can you check that the exif.js file exists?

from mmm-backgroundslideshow.

cknight725 avatar cknight725 commented on July 29, 2024

running "npm install" from module folder fixes this issue -- I had same problem with exif.js missing. Thanks!

from mmm-backgroundslideshow.

Joodie262 avatar Joodie262 commented on July 29, 2024

Having the same problem I think. I ran “npm install” in the module folder but still no luck. How do i check for exit.js file? And what do I do if it’s not there?

from mmm-backgroundslideshow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.