Giter VIP home page Giter VIP logo

magicmirror_scripts's Introduction

MagicMirror_scripts

Magic Mirror installation and setup scripts

these scripts can be used to automate installation of release upgrades.

Install MagicMirror

raspberry.sh is the installation script, upgraded from the core package

to execute the install script, cut/paste this line into the terminal window on your device (I can't say PI, cause it works in a lot of other places too)

bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"

there is a log file, MagicMirror/install.log, created so we can be able to diagnose any problems

Update to next MagicMirror version from an existing MagicMirror installation

upgrade-script.sh will do the git pull and npm install, and refresh npm setup for any modules that might need it

it should handle all the work…

and give you a trial run of all that, only applying changes if u request them

give it a try

this works on Mac as well, cut/paste this line into the terminal window on your device

bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"

no changes are made to the local repo or the working copy

if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device

bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply

there is a log file (upgrade.log) in the MagicMirror/installers folder…

additional scripts that may be useful

the install has two sections of additional support I have provided those separately too, in case u need to run one separately, or changed your mind after install

turn off screen saver and setup pm2 to autostart MM on boot..

screensaveroff.sh, cut/paste this line into the terminal window on your device

bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/screensaveroff.sh)"

fixuppm2.sh, cut/paste this line into the terminal window on your device

bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"

magicmirror_scripts's People

Contributors

guysoft avatar sdetweil avatar torstein-eide avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.