- Raspberry Pi with Raspbian
- Waveshare epaper display any version supprted by (https://pypi.org/project/waveshare-epaper/)
- running MagicMirror (serveronly)
- Clone/copy the project files to your system.
git clone https://github.com/msroest/rpi-magicmirror-eink.git
- Move to the project folder
cd rpi-magicmirror-eink
-
Setup python venv
python3 -m venv .venv
./.venv/bin/pip3 install -r requirements.txt
-
Update run.sh variables at the top of the file to set your magicmirror host/port, display resolution and eink model
-
Setup a cronjob to run the run script on whatever schedule you'd like
*/5 * * * * /path/to/rpi-magicmirror-eink/run.sh > /dev/null 2>&1