MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    UNSOLVED I'm lost

    Troubleshooting
    2
    7
    1255
    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.
    • T
      Techgator2 last edited by

      Hello ,

      I’m extremely new to this forum ,but i need alot of help starting the MM. While try to run the software i rann across this error :

      PM2] Init System found: systemd
      Platform systemd
      Template
      [Unit]
      Description=PM2 process manager
      Documentation=https://pm2.keymetrics.io/
      After=network.target

      [Service]
      Type=forking
      User=pi
      LimitNOFILE=infinity
      LimitNPROC=infinity
      LimitCORE=infinity
      Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      Environment=PM2_HOME=/home/pi/.pm2
      PIDFile=/home/pi/.pm2/pm2.pid
      Restart=on-failure

      ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
      ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
      ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill

      [Install]
      WantedBy=multi-user.target

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

        @Techgator2 I don’t see an error there… I see the PM2 config for some task

        Sam

        Create a working config
        How to add modules

        T 1 Reply Last reply Reply Quote 0
        • T
          Techgator2 @sdetweil last edited by

          @sdetweil Honestly I think uninstall Mm and starting over is my best option. Please advise how to delete the current software off a Raspberry pi 3 b .

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

            @Techgator2 from your home folder do

            rm -rf MagicMirror 
            

            but you shouldn’t need to…

            after the git clone, you did npm install from the MagicMirror folder and then npm start to start it.

            right?

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • T
              Techgator2 last edited by

              I’m unsure .

              1 Reply Last reply Reply Quote -1
              • T
                Techgator2 last edited by

                After inputting the command ls . It listed the insall app as Magim2 . Not sure why but i believe that’s the magic mirror file but somenow its been rename . how do I delete and start fresh ?
                please explain in K.I.S.S format.

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

                  @Techgator2

                  # go to home folder
                  cd ~
                  # erase old installation of MagicMirror
                  rm -rf MagicMirror
                  # get the current MagicMirror repo here
                  git clone https://github.com/MichMich/MagicMirror.git
                  # change into its directory
                  cd MagicMirror
                  # install all the dependencies
                  npm install
                  # start mirror with default config
                  npm start
                  

                  Sam

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 1
                  • 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