• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

New Installation don´t work

Scheduled Pinned Locked Moved Solved Troubleshooting
13 Posts 2 Posters 2.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.
  • X Offline
    xeroxu
    last edited by May 1, 2023, 7:23 AM

    Hi,

    I started a new installation with the guide, but when I came to the point : npm run install-mm
    I get the Error message: command not found.

    What is wrong?

    S 1 Reply Last reply May 1, 2023, 11:40 AM Reply Quote 0
    • S Offline
      sdetweil @xeroxu
      last edited by May 1, 2023, 7:57 PM

      @xeroxu ah, you didn’t copy the line exactly as it was on GitHub…

      when u have the mouse over the line to copy, a little box will appear to copy the text
      it should be

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
      

      this uses curl to download the text. and then bash to execute it

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      X 1 Reply Last reply May 1, 2023, 8:22 PM Reply Quote 0
      • S Offline
        sdetweil @xeroxu
        last edited by May 1, 2023, 11:40 AM

        @xeroxu after you did the

        git clone
        

        did you

        cd MagicMirror
        

        my automated script install might help, see
        https://github.com/sdetweil/MagicMirror_scripts

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        X 1 Reply Last reply May 1, 2023, 1:22 PM Reply Quote 0
        • X Offline
          xeroxu @sdetweil
          last edited by May 1, 2023, 1:22 PM

          @sdetweil
          yes did

          git clone & cd MagicMirror

          I´ll gonna try your script

          Thx for your answer

          I gonna repeat whats gonna happen when i tried it

          X 1 Reply Last reply May 1, 2023, 2:55 PM Reply Quote 0
          • X Offline
            xeroxu @xeroxu
            last edited by sdetweil May 1, 2023, 5:03 PM May 1, 2023, 2:55 PM

            @sdetweil

            so, now I tried the automated script ant copied :

            curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh
            

            but also it doesn´t work, maybe my sd card is damaged?

            S X 3 Replies Last reply May 1, 2023, 3:01 PM Reply Quote 0
            • S Offline
              sdetweil @xeroxu
              last edited by May 1, 2023, 3:01 PM

              @xeroxu can u email me the ~/install.log file so I can see what the issue is
              my email is same userid at gmail

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • X Offline
                xeroxu @xeroxu
                last edited by May 1, 2023, 3:38 PM

                @sdetweil
                sorry, but I can´t find the install.logfile. either in the MagicMirror directory or or the main directory of the pi.

                S 1 Reply Last reply May 1, 2023, 5:02 PM Reply Quote 0
                • S Offline
                  sdetweil @xeroxu
                  last edited by May 1, 2023, 5:02 PM

                  @xeroxu this

                   ~/install.log
                  

                  means the file

                  install.log
                  

                  located in

                  the users home folder
                  

                  on my pi, logged on as use pi, the home folder is

                  /home/pi
                  

                  you can easily do

                  cd ~
                  

                  to get there

                  the log is created ONLY from the scripted install.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  X 1 Reply Last reply May 1, 2023, 7:52 PM Reply Quote 0
                  • S Offline
                    sdetweil @xeroxu
                    last edited by May 1, 2023, 5:04 PM

                    @xeroxu said in New Installation don´t work:

                    but also it doesn´t work,

                    you did open a terminal window and paste that command string in, right?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • X Offline
                      xeroxu @sdetweil
                      last edited by May 1, 2023, 7:52 PM

                      @sdetweil said in New Installation don´t work:

                      /home/pi

                      yes open a terminal and put in : curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh

                      and after i press enter a lot of lines scroll down.

                      but in the home/pi/ directory is no install.log

                      S 1 Reply Last reply May 1, 2023, 7:57 PM Reply Quote 0
                      • S Offline
                        sdetweil @xeroxu
                        last edited by May 1, 2023, 7:57 PM

                        @xeroxu ah, you didn’t copy the line exactly as it was on GitHub…

                        when u have the mouse over the line to copy, a little box will appear to copy the text
                        it should be

                        bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
                        

                        this uses curl to download the text. and then bash to execute it

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        X 1 Reply Last reply May 1, 2023, 8:22 PM Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        1 / 2
                        • First post
                          6/13
                          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