Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    testing new fixes, or solving current problems with next release code

    Troubleshooting
    1
    1
    67
    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
      sdetweil last edited by

      fixes are published in the next release via the developers branch

      to get there

      if you did manual install

      cd ~/MagicMirror
      git checkout develop
      git pull
      npm install
      

      restart MagicMirror as normal

      if you used my install script

      cd ~/MagicMirror
      git fetch origin develop:develop
      git checkout develop
      npm install
      

      if u are already ON the developers branch, and want to update to the latest,

      git pull
      npm install
      

      restart MagicMirror as normal

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy