Introduction

Smart Mirror

Discord Chat
A voice controlled life automation hub, most commonly powered by the Raspberry Pi.

Introduction

This is the official documentation for the smart-mirror, a voice controlled interface that controls your smart devices and displays information from a growing number of services. The smart mirror is powered by:
The smart-mirror was originally inspired by HomeMirror and Michael Teeuw's Magic Mirror. It was originally created in a weekend and is now maintained by a growing community of contributors and enthusiasts.
Video Demo: See it in action
> Note: The current video demonstrations do not display the mirror in its current state. Such as keyword spotting and remote configuration.
Starting from scratch? No problem. Head on over to the Hardware section to get started.
If you encounter problems along the way check out the Troubleshooting section or join us in the discord chat.
Please file any issues or bugs on GitHub.

About this documentation

This documentation is constantly evolving. It is updated as we find issues and as we add new features. Who is the "we"? We are a community of people contributing, supporting, and improving this project. We are working to make the documentation as helpful, clear, and accurate as possible.
Issues and/or concerns with the documentation? Please file an issue on GitHub. Commenting in line can cause readability issues for others. It is also difficult for anyone other than Evan Cohen to address or remove after resolving the documentation.
This documentation outlines a sequential installation process. For successful installation and configuration you must follow it step by step. If you skip a step that seems insignificant it can cause issues down the line.
##Language Translation
If English isn't your first language, you can translate this site.
function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); }

Supported Platforms

The smart-mirror is fully compatible with the following operating systems. Note that a small number of features require GPIO, devices without this will not be able to take advantage of these features.
  • Raspberry Pi OS
    • Pi 2
    • Pi 3
    • Pi 4
  • Linux (Most major distributions)
  • OS X >= 10.8

Partially supported Platforms

The smart-mirror is partially compatible with the following operating systems
  • Windows 7 / Server 2008 R2 or higher
  • iOS and Android (Experimental!)
    • See the cordova branch for details
Last modified 2yr ago