MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-Dropboxwallpaper not showing pictures

    Troubleshooting
    2
    2
    96
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maddmurph last edited by

      I had MMM-DropboxWallpaper working and showing pictures for a bit. Then it stopped rotating through the pictures. Now it’s not showing up at all.

      This is the error I’m getting

      [20.08.2021 08:15.28.623] [LOG]   Launching application.
      [20.08.2021 08:15.28.049] [LOG]   Connecting socket for: MMM-DropboxWallpaper
      [20.08.2021 08:15.28.052] [LOG]   Sockets connected & modules started ...
      [20.08.2021 08:15.28.538] [ERROR] Whoops! There was an uncaught exception...
      [20.08.2021 08:15.28.556] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
          at Server.setupListenHandle [as _listen2] (net.js:1313:16)
          at listenInCluster (net.js:1361:12)
          at GetAddrInfoReqWrap.doListen [as callback] (net.js:1498:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) {
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8080
      
      

      I have no idea what that’s tell me. Any help would be appreciated.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @maddmurph last edited by

        @maddmurph looks like u have another copy of MagicMirror running.

        if using pm2, do pm2 stop all

        then pm2 status to get the app name and
        pm2 start name

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy