Smart Mirror Documentation
  • Introduction
  • Hardware
  • Installation
    • Install Raspberry PI OS
    • Install dependencies
  • Configuration
    • Configure the Pi
    • Configuring Sound
    • Cloud Speech Recognition
    • First Time Running Smart Mirror
    • Configure the smart-mirror
  • Running
    • Setting up Smart-Mirror to Run on Boot
    • Commands Used to Run Smart-Mirror
  • Troubleshooting & FAQs
    • Issues installing electron-prebuilt
    • Microphone and Speech Recognition issues
    • Issues with Remote and ConfigUI
  • Development and Contributing
  • Updating
  • Index
  • How Tos
    • How To Obtain Chromium Speech Keys
    • How To Install Raspberry Pi OS(full)
    • Enabling Motion Detection
Powered by GitBook
On this page

Was this helpful?

  1. Running

Commands Used to Run Smart-Mirror

Please do not use this page as part of the step by step process. This is more of a quick reference for use on gitter chat. Often people ask how to do these tasks and sending this page can help.

Starting Smart-Mirror normally

npm start

Starting Smart-Mirror with the dev console

npm start dev

Training a Keyword Spotter Model

npm run train-model

Debugging microphone issues

npm run microphone-debug
PreviousSetting up Smart-Mirror to Run on BootNextTroubleshooting & FAQs

Last updated 3 years ago

Was this helpful?