MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. hawk13
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Groups 0

    hawk13

    @hawk13

    1
    Reputation
    617
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    hawk13 Unfollow Follow

    Best posts made by hawk13

    • Issue with PM2 autostart...

      Hey I am getting an error when trying to configure the PM2 autostart. I ran the command they give:
      pi@raspberrypi:~ $ sudo env PATH=$PATH:/usr/bin / usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi

      Then it runs and I run the chmod script then when I try to run
      pm2 start mm.sh

      I get

       pi@raspberrypi:~ $ pm2 start mm.sh
      events.js:160
        throw er; // Unhandled 'error' event
        ^
      
      Error: connect EACCES /home/pi/.pm2/rpc.sock
      at Object.exports._errnoException (util.js:1022:11)
      at exports._exceptionWithHostPort (util.js:1045:20)
      at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
      

      Any suggestions?

      posted in Troubleshooting pm2
      H
      hawk13

    Latest posts made by hawk13

    • Issue with PM2 autostart...

      Hey I am getting an error when trying to configure the PM2 autostart. I ran the command they give:
      pi@raspberrypi:~ $ sudo env PATH=$PATH:/usr/bin / usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi

      Then it runs and I run the chmod script then when I try to run
      pm2 start mm.sh

      I get

       pi@raspberrypi:~ $ pm2 start mm.sh
      events.js:160
        throw er; // Unhandled 'error' event
        ^
      
      Error: connect EACCES /home/pi/.pm2/rpc.sock
      at Object.exports._errnoException (util.js:1022:11)
      at exports._exceptionWithHostPort (util.js:1045:20)
      at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
      

      Any suggestions?

      posted in Troubleshooting pm2
      H
      hawk13
    • Help debug my config please.

      Hey,
      So I am writing my config and I keep getting the Magic Mirror screen that says your config is not right. I need a little help with the debug.

      var config = {
              port: 8080,
        
          language: 'en',
          timeFormat: 12,
          units: 'imperial',
      
          modules: [
                     {
                        module: 'clock',
                        position: 'top_left'
                     },
                     {
                        module: 'currentweather',
                        position: 'top_right',
                        config: {
                                 location: 'MyCity',
                                 appid:  '#####'
                                }
                      },
                      ]
          }: 
       if (typeof module !== 'undefined') [module.exports = config;}
      
      posted in Troubleshooting config
      H
      hawk13