A simple python wordclock with a 12x12 (columns x rows), german layout. Kudos to WTRipper
- Raspberry Pi Zero
- 139 WS2812b Led stripes (120 LEDs/m) - I removed some LEDs due to my frame setting
- Install RPi WS281x module:
sudo pip install rpi_ws281x
- Clone this repo:
git clone https://github.com/AJOCHAM/wordclock
- Update Config (TODO)
- Test:
python wordclock.py
- Customize paths in service file:
WorkingDirectory=/home/pi/wordclock
ExecStart=/home/pi/wordclock/venv/bin/python wordclock.py
- Move service file:
sudo mv wordclclock.service /etc/systemd/system/wordclock.service
- Register service:
sudo systemctl daemon-reload
sudo systemctl enable wordclock
- Restart your system:
sudo reboot now
Or start the service manually:
sudo systemctl start wordclock
Systemd logs using journal. View the logs of the wordclock service:
journalctl -u microblog
The wordclock project itself creates a wordclock.log
file in its working directory.
The wordclock project is licensed under the terms of the MIT License.
However, it includes third-party Open-Source libraries, which are licensed under their own respective Open-Source licenses. See 3rd-party-licenses for more info.