• 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.

Updating MM on a PC?

Scheduled Pinned Locked Moved Troubleshooting
14 Posts 3 Posters 5.3k 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.
  • D Offline
    Damian
    last edited by Feb 25, 2018, 11:39 PM

    Hello, yeah I may be sounding thick, but how does one update all on MM running on a PC? The MM itself, and all modules?

    I tried the usual Pi commands, but they are surely different?

    cd MagicMirror -then git pull -then npm install

    sudo apt-get updateor even tried
    cd MagicMirror > cd modules > cd MMM-WuderGround then type in git pull or
    In terminal, ~/MagicMirror/modules/MMM-WunderGround $
    and type git pull

    Thanks

    M 1 Reply Last reply Feb 26, 2018, 1:28 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Damian
      last edited by Feb 26, 2018, 1:28 AM

      @Damian said in Updating MM on a PC?:

      cd MagicMirror -then git pull -then npm install

      That should work. git commands and npm commands should work.

      sudo will not.

      Create a working config
      How to add modules

      D 1 Reply Last reply Feb 26, 2018, 12:49 PM Reply Quote 1
      • D Offline
        Damian @Mykle1
        last edited by Feb 26, 2018, 12:49 PM

        @Mykle1

        ‘’’
        Damian@KitchenComputer ~/MagicMirror
        $ git pull

        Fatal: not a git repository (or any of the parent firectories): .git
        ‘’’

        1 Reply Last reply Reply Quote 0
        • C Offline
          cowboysdude Module Developer
          last edited by cowboysdude Feb 26, 2018, 12:56 PM Feb 26, 2018, 12:55 PM

          try:

          git pull origin master

          If you’re still having problems do this:

          sudo apt-get install git-all

          Then retry ‘git pull’…

          D 1 Reply Last reply Feb 26, 2018, 1:15 PM Reply Quote 1
          • D Offline
            Damian @cowboysdude
            last edited by Feb 26, 2018, 1:15 PM

            @cowboysdude said in Updating MM on a PC?:

            try:

            git pull origin master

            If you’re still having problems do this:

            sudo apt-get install git-all

            Then retry ‘git pull’…

            From ~MagicMirror

            $ git pull origin master
            fatal: Not a git repository (or any of the parent directories): .git

            $ sudo apt-get install git-all
            bash: sudo: command not found

            1 Reply Last reply Reply Quote 0
            • C Offline
              cowboysdude Module Developer
              last edited by Feb 26, 2018, 1:19 PM

              @Damian said in Updating MM on a PC?:

              fatal: Not a git repository (or any of the parent directories): .git

              Type ‘git init’ then retry ‘git pull’

              D 1 Reply Last reply Feb 26, 2018, 1:34 PM Reply Quote 0
              • D Offline
                Damian @cowboysdude
                last edited by Feb 26, 2018, 1:34 PM

                @cowboysdude

                $ git init

                Initialized empty git repository in C:/users/Damian/MagicMirror/.git/

                $ git pull
                fatal: no remote repository specified. Please, specify either a url or a remote name from which new revisions should be fetched.

                C 1 Reply Last reply Feb 26, 2018, 1:42 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @Damian
                  last edited by cowboysdude Feb 26, 2018, 1:43 PM Feb 26, 2018, 1:42 PM

                  @Damian said in Updating MM on a PC?:

                  fatal: no remote repository specified. Please, specify either a url or a remote name from which new revisions should be fetched.

                  git remote add origin https://github.com/MichMich/MagicMirror.git

                  D 1 Reply Last reply Feb 26, 2018, 1:57 PM Reply Quote 1
                  • D Offline
                    Damian @cowboysdude
                    last edited by Feb 26, 2018, 1:57 PM

                    @cowboysdude

                    Thanks will try that out when keyboard recharges, I have run battery flat with all the things I have tried 😮

                    C 1 Reply Last reply Feb 26, 2018, 1:58 PM Reply Quote 0
                    • C Offline
                      cowboysdude Module Developer @Damian
                      last edited by Feb 26, 2018, 1:58 PM

                      @Damian said in Updating MM on a PC?:

                      @cowboysdude

                      Thanks will try that out when keyboard recharges, I have run battery flat with all the things I have tried 😮

                      Nice Job LOL I have to go to work :) Good luck!

                      D 1 Reply Last reply Feb 26, 2018, 2:39 PM Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        5/14
                        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