Another smart mirror application based on MagicMirror.
- Download and install pixel on your raspberry pi
- Activate SSH with
sudo raspi-config
- Install git
apt-get update && apt-get install git-core
- Clone reflector to pi home
cd ~ && git clone https://github.com/vergissberlin/reflector.git
- Run the installer
bash ~/reflector/install.sh
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Please report issues to ticket system. Pull requests are welcome here!