MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Plex Now Playing and Phone Notifications

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 1.2k Views 2 Watching
    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 Offline
      mandy3d
      last edited by

      All my other modules work and my mirror is functioning. I’ve tried installing phone_notifications multiple times. It will work for a short while. However, after just a little while. It locks up and no notifications will load. The only way to get it to work again is to restart npm which is rather strange. I used the basic module configuration from the readme.

      Plex Now Playing… I have the server address in the way it should. I know the address works locally. I’m using the local server address. I didn’t feel like I need the remote one since I’m on the same network correct?

      I installed the parser like it asks.
      Here’s my config for the Plex Now Playing…

                                      {
                  module: 'MMM-PlexNowPlaying',
                  disabled: false,
                  position: 'bottom_right',
                  config: {
                      serverURL: 'http://local_Address/:32400',
                      updateInterval: 10 * 1000,  // how often to poll for song chang$
                      delayCount: 5,  // how many empty queries before deciding we ar$
                      delayInterval: 60 * 1000,  // how often to poll for new listeni$
                      animationSpeed: 1000
                  }
      

      Are these issues related to the known Electron issue?

      This is my error log…

      npm ERR! missing script: start
      0|mm       | 
      0|mm       | npm ERR! A complete log of this run can be found in:
      0|mm       | npm ERR!     /home/pi/.npm/_logs/2017-05-24T01_15_59_889Z-debug.log
      0|mm       | npm ERR! code ELIFECYCLE
      0|mm       | npm ERR! errno 1
      0|mm       | npm ERR! magicmirror@2.1.1 start: `sh run-start.sh`
      0|mm       | npm ERR! Exit status 1
      0|mm       | npm ERR! 
      0|mm       | npm ERR! Failed at the magicmirror@2.1.1 start script.
      0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      0|mm       | 
      0|mm       | npm ERR! A complete log of this run can be found in:
      0|mm       | npm ERR!     /home/pi/.npm/_logs/2017-05-24T01_18_58_612Z-debug.log
      
      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 Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy