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.

    installing mm

    Scheduled Pinned Locked Moved Troubleshooting
    23 Posts 3 Posters 6.8k Views 3 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.
    • S Offline
      sdetweil @geo
      last edited by

      @geo open an ssh session from your pc to pi.

      or slow way, open a browser on pi, and terminal window, and copy. paste that way

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • G Offline
        geo
        last edited by

        hi installed the scripts but cant open the mirror.

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

          @geo you don’t install the scripts… u execute one line

          to install you copy/paste this line

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

          which will execute the install process

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • G Offline
            geo
            last edited by

            hi yes i havs done that but how do i open the mirror

            S 1 Reply Last reply Reply Quote 0
            • G Offline
              geo
              last edited by

              npm start command not found

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

                @geo show me the ~/install.log file

                something is missing

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • G Offline
                  geo
                  last edited by

                  hi,finally got my numb brain partially working and installed scripts,easy when you know how,thankyou.now how do i open mm cos npm start does not work.
                  would still like to know why the original command did not work.thx again,geocd MgicMirror
                  hi when i tried to find the install.log file permission was denied

                  S 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @geo
                    last edited by

                    @geo I don’t understand.

                    to start mm after install, you navigate to the MagicMirror folder and execute npm start

                    cd ~/MagicMirror
                    npm start
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @geo >would still like to know why the original command did not work.

                      because u copied some old instructions.
                      the install scripts were removed 2 releases ago, because they require constant updating, which the project felt was not in the core mission of MagicMirror.

                      I have taken over maintenance and updates for the scripts, and this is mentioned on the project GitHub site, as alternative install methods
                      see after
                      https://docs.magicmirror.builders/getting-started/installation.html#manual-installation

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        geo
                        last edited by

                        hi thx for that.
                        i now have mm installed as per your instructions i can open the config and everything else but still cant get the mm display.you asked to see the install log but permission was denied.
                        i am finding it difficult to understand why matters seem more complicated which makes everything more daunting especially after having an up and running mm which was ruined by me installing out of date info.
                        i am at a loss as to what to do next other than to sell everything.
                        regards,
                        geo

                        S Mykle1M 2 Replies Last reply Reply Quote 0
                        • S Offline
                          sdetweil @geo
                          last edited by

                          @geo are you running MagicMirrorOS? and not the raw MagicMirror app on raspian?

                          you did NOT use sudo when u ran the install, correct?

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • G Offline
                            geo
                            last edited by

                            hi i loaded the mm from your script

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

                              @geo so, it still makes no sense

                              you open a terminal window, ctrl-alt-t, and the install.log should be right there

                              u have to edit it,
                              nano install.log
                              or type it
                              cat install.log

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 0
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @geo
                                last edited by Mykle1

                                @geo said in installing mm:

                                i am at a loss as to what to do next other than to sell everything.

                                It may take a little time and a few attempts but follow @sdetweil’s directions and he will help you get it running.

                                Create a working config
                                How to add modules

                                G 1 Reply Last reply Reply Quote 0
                                • G Offline
                                  geo
                                  last edited by

                                  nstall starting - Wed Jul 15 11:26:24 BST 2020
                                  installing on armv7l processor system
                                  the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 9.11 (stretc$
                                  ^[[96mUpdating packages …^[[90m
                                  Get:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB] Hit:$
                                  apt-get update completed ok
                                  apt-get upgrade started
                                  apt upgrade result =rc=100 Reading package lists…
                                  Building dependency tree…
                                  Reading state information…
                                  You might want to run ‘apt --fix-broken install’ to correct these.
                                  The following packages have unmet dependencies:
                                  apt-utils : Depends: apt (= 1.4.8) but 1.4.10 is installed
                                  E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or spec$
                                  ^[[96mInstalling helper tools …^[[90m
                                  Reading package lists…
                                  Building dependency tree…
                                  Reading state information…
                                  build-essential is already the newest version (12.3).
                                  [ Read 415 lines ]
                                  ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos
                                  ^X Exit ^R Read File ^\ Replace ^U Uncut Text^T To Spell ^_ Go To Line

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

                                    @geo can u please try with buster, stretch is too old

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • G Offline
                                      geo @Mykle1
                                      last edited by

                                      @Mykle1 hi again, yes i realise that its more to do with my frustration and lack of understanding.

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

                                        @geo we’ve all been there, patience.

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • G Offline
                                          geo
                                          last edited by

                                          debian stretch v 9.11.tried to install buster several times and failed.messages unmet depedencies,and try,apt – fixbroken install
                                          hope this makes sense

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

                                            @geo I understand the words, but don’t understand why you have this problem. I tested 2.12 on buster a couple weeks ago, again.

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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