Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. sweup
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 20
    • Best 1
    • Groups 0

    sweup

    @sweup

    1
    Reputation
    568
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sweup Follow

    Best posts made by sweup

    • Old fashion mirror

      My first mirror. Using regular glass with film, will probably shift to real spy glass due to glue rests. Regular modules + buss rides Trafiklab module. Old panel that gives pretty low brightness and screen is pretty revealed.

      Edit: thanks for providing code and continous development of it.

      1
      2

      posted in Show your Mirror
      sweup
      sweup

    Latest posts made by sweup

    • RE: Update got me cannot lock ref

      @sdetweil ok, thanks for your help!

      posted in Troubleshooting
      sweup
      sweup
    • RE: Update got me cannot lock ref

      @sdetweil

      Thanks! I had to make a git stash but then it worked out.

      Unrelated - is it “safe” to update Node.js and do a sudo apt update and sudo apt upgrade of the Rpi, or could I expect issues? Sorry for noob Qs

      npm WARN npm npm does not support Node.js v10.23.1
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      
      
      posted in Troubleshooting
      sweup
      sweup
    • RE: Update got me cannot lock ref

      @sdetweil said in Update got me cannot lock ref:

      git remote prune origin

      thx, I tried this

      pi@raspberrypi:~/MagicMirror $ git remote prune origin
      pi@raspberrypi:~/MagicMirror $ git pull && npm install
      error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
      From https://github.com/MichMich/MagicMirror
       ! [new tag]           v2.13.0    -> v2.13.0  (unable to update local ref)
      error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
       ! [new tag]           v2.14.0    -> v2.14.0  (unable to update local ref)
      
      posted in Troubleshooting
      sweup
      sweup
    • Update got me cannot lock ref

      Got this error message when trying to update, I tried some Google suggestions but none worked. Any suggestions?

      pi@raspberrypi:~/MagicMirror $ git pull && npm install
      error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
      From https://github.com/MichMich/MagicMirror
       ! [new tag]           v2.13.0    -> v2.13.0  (unable to update local ref)
      error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
       ! [new tag]           v2.14.0    -> v2.14.0  (unable to update local ref)
      
      posted in Troubleshooting
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger - thx for you work in this module!
      Sidenote, after updated my Rpi (3B) my wifi reception is far worst, never had problem with it before but now it’s loosing connection after a couple of minutes - but I was fast and manage to update to latest ResRobot 🙂 working nicely

      posted in Transport
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil @Alvinger - thx guys, after

      $ git config --global user.email "you@example.com" 
      $ git config --global user.name "Your Name"
      

      I could solve it with git stash

      posted in Transport
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil - sry I’m a bit lost, do I do “git diff” after?

      cd ~/MagicMirror/modules/MMM-ResRobot
      git stash
      git pull
      npm install
      
      posted in Transport
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger - hmm something email adress. Any advice?

      pi@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-ResRobot
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git stash
      
      *** Please tell me who you are.
      
      Run
      
        git config --global user.email "you@example.com"
        git config --global user.name "Your Name"
      
      to set your account's default identity.
      Omit --global to set the identity only in this repository.
      
      fatal: unable to auto-detect email address (got 'pi@raspberrypi.(none)')
      Cannot save the current index state
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git pull
      Updating 1618fcc..695f70d
      error: Your local changes to the following files would be overwritten by merge:
      	package.json
      Please commit your changes or stash them before you merge.
      Aborting
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ npm install
      npm WARN npm npm does not support Node.js v10.21.0
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      up to date in 1.02s
      
      
      posted in Transport
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger said in MMM-ResRobot - Public transport information for Sweden:

      git stash

      Like this?

      cd ~/MagicMirror/modules/MMM-ResRobot
      git stash
      npm install
      

      Edit:misspell

      posted in Transport
      sweup
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil - I only got this

      pi@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-ResRobot
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git pull
      Updating 1618fcc..695f70d
      error: Your local changes to the following files would be overwritten by merge:
      	package.json
      Please commit your changes or stash them before you merge.
      Aborting
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ npm install
      npm WARN npm npm does not support Node.js v10.21.0
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      up to date in 1.083s
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ 
      
      

      @Alvinger - I did a sudo reboot

      posted in Transport
      sweup
      sweup