• 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
  1. Home
  2. sweup
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 5
  • Posts 20
  • Groups 0

sweup

@sweup

1
Reputation
568
Profile views
20
Posts
0
Followers
0
Following
Joined Dec 13, 2016, 9:59 PM
Last Online Sep 12, 2021, 3:16 PM

sweup Unfollow 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
    S
    sweup
    Jan 9, 2017, 9:57 PM

Latest posts made by sweup

  • RE: Update got me cannot lock ref

    @sdetweil ok, thanks for your help!

    posted in Troubleshooting
    S
    sweup
    Feb 15, 2021, 6:41 PM
  • 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
    S
    sweup
    Feb 15, 2021, 4:46 PM
  • 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
    S
    sweup
    Feb 14, 2021, 10:23 PM
  • 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
    S
    sweup
    Feb 14, 2021, 8:51 PM
  • 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
    S
    sweup
    Sep 23, 2020, 2:29 PM
  • 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
    S
    sweup
    Sep 21, 2020, 4:40 PM
  • 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
    S
    sweup
    Sep 21, 2020, 4:05 PM
  • 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
    S
    sweup
    Sep 21, 2020, 3:42 PM
  • 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
    S
    sweup
    Sep 21, 2020, 3:34 PM
  • 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
    S
    sweup
    Sep 21, 2020, 3:29 PM
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