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
  • Contributing
  • Development
  • Project Structure
  • Tips and tricks

Was this helpful?

Development and Contributing

PreviousIssues with Remote and ConfigUINextUpdating

Last updated 3 years ago

Was this helpful?

NOTE: This is a work in progress.

You can keep up with development on

Contributing

Everybody is invited and welcome to contribute to the smart mirror. There is a lot to do... If you are not a developer perhaps you would like to:

  • Help with the documentation on ,

  • Localize the smart mirror in a new language language (or improve an existing one)

  • Helping others on .

If you are a developer and have a feature/capability you'd like to see, why not spend a couple of hours and help build it?

The process is straight-forward.

  • Fork the smart mirror .

  • create a branch from the dev branch following the following naming convention initials/feature-name for example if Evan Cohen was creating a feature he would name the branch ec/feature-name.

  • Write the code for your feature/capability.

  • Create a Pull Request against the branch of the smart mirror.

Development

npm start dev

Project Structure

The app directory contains the core of the smart-mirror:

  • js/ core js of the smart mirror (bootstrapping angular, etc)

  • css/ all of the smart mirror styles

  • locales/ all of the localized speech commands (more on this later)

  • fonts/ nobody knows what this folder does, but it's somehow necessary ;)

The plugins directory contains all of the plugins included in the smart mirror. A plugin consists of an optional combination of the following:

  • plugin.css plugin specific classes for styles

  • locales\*.json - this folder contains the plugin specific translations required for both configuration )the config.schema.json file and plugin runtime (index.html) , * starting in V 0.28

When making changes to these files make sure that you add string keys to all localization files, not just to the one that you speak.

Contains various help scripts. There aren't a ton today and they will expand over time.

Tips and tricks

The dev console is your friend! You can set breakpoints, log messages, and inspect the DOM - just like you would in a regular webdev console.

Speech Simulation

Since speech query limitations have becoming a limeting factor of development I've created a shim for Annyang to "simulate" speech to test the mirror. In the dev console try some of these examples:

// Play YouTube video
annyang.trigger("show me how to tie a bowtie");

// Play a song on SoundCloud
annyang.trigger("SoundCloud play Kero One so seductive");

// Display a map
annyang.trigger("show me a map of Seattle Washington");

Dev Environment

I typically wouldn't recommend developing directly on the Pi (unless you are trying to debug a Pi specific issue, in which case, I'm sorry. It's not the fastest thing in the world.)

The mirror is compatible with linux and OSX, and developing there will be much nicer. You can plug your mirror into your computer and use it as a second (or third, you lucky duck) monitor. There's some logic in main.js that will automatically put the electron app on to your secondary monitor.

It is not suggested that you develop on windows, the mirror is incompatible due to limitations of Snowboy. However, you can use a VM with ubuntu on it if you must...

See the dev branch for features that are actively in development. If you would like to contribute please follow the . To launch the mirror with a debug window attached use the following command:

The smart mirror is an app, which means it leverages Chromium, Node, and the V8 JavaScript engine to host and render the mirror.

config.schema.json defines the configuration schema for your plugin. You can look at example schema and test your own at

index.html the html partial for your plugin. This will be added to the main as part of the new plugin location configuration.

controller.js All of the angular controller logic (data binding) for your plugin. This will be added to the main as part of the new plugin location configuration.

service.js should your plugin need an angular service this will be added to the main as part of the new plugin location configuration.

a complete sample plugin can be loaded from

The remote directory contains the code that powers the client configuration page(s). The "server" side code can be found in .

Within this directory you will find the core JSON localization files for the mirror. The mirror uses to $translate strings rendered in the mirror (examples of this in index.html and config.json).

However, if u want to use Windows as a development environment, you can you can use the or ssh clients to access the PI disk over SSH (make sure to enable it on the pi) and bot tools provide a file manager type view over the PI disk, so you can double click edit with your favorite Windows editor..

For Linux and Mac you can do the same with their file managers or addons. Like or caja for linux

http://waffle.io/evancohen/smart-mirror
docs.smart-mirror.io
Discord
git repository
dev
contribution guidelines
Electron
app/
plugins/
https://smart-mirror.io/playground/
index.html
index.html
index.html
here
remote/
remote.js
app/locales/
i18n
scripts/
WinScp
bitvise
cyberduck for OSX