MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. lali
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 16
    • Best 1
    • Controversial 0
    • Groups 0

    lali

    @lali

    1
    Reputation
    911
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lali Unfollow Follow

    Best posts made by lali

    • RE: Modules stop work over time

      I think i resolved the issue… It was related to my use of Pi-hole.
      I was using OpenDNS and according to logs in my router some connections were timed out or was unreachable. I changed it first to Google DNS and later to my ISPs DNS-severs. And, behold, no error in my pm2-logs (at least not at the moment) and the modules are up and running

      So, you were all on to something; @KirAsh4, @McSorley and @kckndrgn!

      posted in Troubleshooting
      L
      lali

    Latest posts made by lali

    • RE: Modules stop work over time

      I think i resolved the issue… It was related to my use of Pi-hole.
      I was using OpenDNS and according to logs in my router some connections were timed out or was unreachable. I changed it first to Google DNS and later to my ISPs DNS-severs. And, behold, no error in my pm2-logs (at least not at the moment) and the modules are up and running

      So, you were all on to something; @KirAsh4, @McSorley and @kckndrgn!

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      Fresh error log

      { Error: socket hang up
      at TLSSocket.onHangUp (_tls_wrap.js:1087:19)
      at TLSSocket.g (events.js:286:16)
      at emitNone (events.js:91:20)
      at TLSSocket.emit (events.js:185:7)
      at endReadableNT (_stream_readable.js:926:12)
      at _combinedTickCallback (internal/process/next_tick.js:74:11)
      at process._tickDomainCallback (internal/process/next_tick.js:122:9) code: ‘ECONNRESET’ }

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 I only have one at home. And one at work… But I will soon lay my hands on some more.

      Well, thanks for your input. I’ll dig deeper…

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 I dont think so, I do not reset the pi-hole, i only reset MM.

      If the pi-hole were to blame, I should not be able to reach last.fm or the source where I load images from. And it should not work for at first and then all of a sudden not…

      Maybe something just times out…?

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 Well, I suppose that is my next step then…

      I use it to block out ads throughout my network. I set it as a dns in the router. It filters ads quiet nice. From web and in apps.

      The MM install was to make use of my display I bought with some nifty information.

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 The only thing i run besides MM is Pi-hole.

      The Scrobbler-plugin has never lived for a longer time. It works for a few songs, maybe an album and when a song ends it just disappears. No error messages or something on the screen. If i pm2 restart mm it again, it works for a few songs again.

      When RandomPhoto stops working, it freezes on an image, like it comes to an end of a stack. (Maybe it does?)

      Clock and news seems to work all the time.

      Could it be that file package.json?

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 The only restarts it shows is my manual restarts with pm2 restart mm command. Otherwise it does not crash. The modules just stop answer. And at the same time the news-ticker still works…

      Could it be so that the memory is overflooded somehow?

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      @KirAsh4 But why does it work at first and then not?

      My mm.sh looks like this:

      cd ~/MagicMirror
      DISPLAY=:0 npm start

      Where and how must I make a change?

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      In mm-out.log I find this

      Whoops! There was an uncaught exception…
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues

      posted in Troubleshooting
      L
      lali
    • RE: Modules stop work over time

      I made a npm debug, if thats what you mean… Heres is some error, but I don’t know how to fix or if it is this making the troubles…

      0 info it worked if it ends with ok
      1 verbose cli [ ‘/usr/bin/nodejs’, ‘/usr/bin/npm’, ‘start’, ‘dev’ ]
      2 info using npm@3.10.6
      3 info using node@v6.4.0
      4 verbose config Skipping project config: /home/pi/.npmrc. (matches userconfig)
      5 verbose stack Error: ENOENT: no such file or directory, open ‘/home/pi/package.json’
      5 verbose stack at Error (native)
      6 verbose cwd /home/pi
      7 error Linux 4.4.19-v7+
      8 error argv “/usr/bin/nodejs” “/usr/bin/npm” “start” “dev”
      9 error node v6.4.0
      10 error npm v3.10.6
      11 error path /home/pi/package.json
      12 error code ENOENT
      13 error errno -2
      14 error syscall open
      15 error enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
      16 error enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
      16 error enoent This is most likely not a problem with npm itself
      16 error enoent and is related to npm not being able to find a file.
      17 verbose exit [ -2, true ]

      posted in Troubleshooting
      L
      lali