Smart mirror software. Built for Ember Mirrors.
This project runs on the Electron framework. You will need to download Node.js to run npm
. Clone this repository and run these two commands in the folder:
npm install
npm start
To be able to display current weather information for your location, you will need to sign up for an API key over at openweathermap.org.
Then, create a .env
file based on the .env.example
file. Enter your API key
and specify your current location.