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 @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