Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Auto-Installer for new install of MagicMirror

    MagicMirror installer
    1
    1
    153
    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.
    • bugsounet
      bugsounet Main Coder last edited by bugsounet

      MagicMirror installer with MMM-GoogleAssistant Suite (optional)

      Pre-require:

      • Raspberry pi 3 and more
      • Raspberry Pi OS with desktop from raspberrypi.com website there
      • Fresh install with update done

      What’s this script will do ?

      • Scan All needed dependencies for MagicMirror using (node / npm for exemple)
      • Fetch and install Last MagicMirror version
      • Install pm2 app and link MagicMirror on it (optional)
      • disable screen saver (optional)
      • install MagicMirror splashscreen (optional)
      • install default config.js file
      • install default GoogleAssistant suite (optional)
      • install default config.js file with GoogleAssistant Suite
      • update properly MagicMirror
      • update properly GoogleAssistant Suite

      Installing:

      • curl and git tools
      sudo apt-get install curl git -y
      
      • Cloning and installing this repository
      cd ~
      git clone https://github.com/bugsounet/installer
      cd installer
      ./install
      

      It will install MagicMirror² app properly with all dependencies needed !

      • Pre-Installing the MMM-GoogleAssistant suite

      After install MagicMirror², installer will ask to you:

      Do you want to preinstall MMM-GoogleAssistant? [Y/n] 
      Your choice:
      

      by responding Y, it will install:

      • MMM-GoogleAssistant
      • Gateway
      • EXT-Detector
      • EXT-Alert
      • New default config.js file

      Updating Magicmirror and @bugsounet electron based modules

      When an update of MagicMirror is available, you can use this tool:

      cd ~/installer
      npm run update
      

      Installer will do an proper update of MagicMirror and will scan if some @bugsounet modules need to be reinstalled in accord with new electron version

      Thanks

      @sdetweil: MagicMirror installer/updater tools

      1 Reply Last reply Reply Quote 1
      • First post
        Last post
      Powered by NodeBB | @bugsounet ©2022