MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. icephreaq
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 1
    • Controversial 0
    • Groups 0

    icephreaq

    @icephreaq

    1
    Reputation
    209
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    icephreaq Unfollow Follow

    Best posts made by icephreaq

    • RE: Updating 6db61b4..de57daa

      I ended up removing all instances of package-lock.json and ran git pull and was able to successfully update. Thanks for everyone’s input on this!

      posted in Troubleshooting
      I
      icephreaq

    Latest posts made by icephreaq

    • RE: Updating 6db61b4..de57daa

      I ended up removing all instances of package-lock.json and ran git pull and was able to successfully update. Thanks for everyone’s input on this!

      posted in Troubleshooting
      I
      icephreaq
    • RE: Updating 6db61b4..de57daa

      I do have an active internet connection. I typically admin my mirror through SSH from a separate Linux machine and I’m able to connect to the mirror and update other items without issue. git status gives the following.

      On branch master
      Your branch is behind 'origin/master' by 124 commits, and can be fast-forwarded.
        (use "git pull" to update your local branch)
      Changes not staged for commit:
        (use "git add <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
      	modified:   fonts/package-lock.json
      	modified:   package-lock.json
      	modified:   package.json
      	modified:   vendor/package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
      	core
      	nohup.out
      
      no changes added to commit (use "git add" and/or "git commit -a")
      
      posted in Troubleshooting
      I
      icephreaq
    • RE: Updating 6db61b4..de57daa

      @dazza120 The title of this thread is literally what I get when I enter ‘git pull’ from within ~/MagicMirror I get no other messages or output. Just Updating 6db61b4…de57daa and then back to my prompt.

      posted in Troubleshooting
      I
      icephreaq
    • RE: Updating 6db61b4..de57daa

      @dazza120 The error I’m getting is from the ‘git pull’ command while in the correct directory.

      posted in Troubleshooting
      I
      icephreaq
    • RE: MM crashing after some hours

      @joern is your Pi running at the stock 900mhz or have you clocked it up to 1000mhz? I was running mine with the built in overclock to 1000mhz and having the same issue. Reverted to 900mhz and it runs for months on end.

      posted in Troubleshooting
      I
      icephreaq
    • Updating 6db61b4..de57daa

      I’m trying to update to 2.6.0 and the base OS is fully up to date. Running “git pull && npm install” gets me this message “Updating 6db61b4…de57daa” and nothing ever updates. I’ve run npm update -g as well to make sure that everything is fully up to date there. Any idea what I’m missing?

      posted in Troubleshooting
      I
      icephreaq