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.

    I'm lost

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 2 Posters 1.8k 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.
    • T Offline
      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 Offline
        sdetweil @Techgator2
        last edited by

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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

            How to add modules

            learning how to use browser developers window for css changes

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

              I’m unsure .

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

                  How to add modules

                  learning how to use browser developers window for css changes

                  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 Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy