rpi_wordclock icon indicating copy to clipboard operation
rpi_wordclock copied to clipboard

Software to create a Raspberry Pi based wordclock

Results 46 rpi_wordclock issues
Sort by recently updated
recently updated
newest added

I could help with that, if you would like that. Here are the things that work for me so far: #### /etc/systemd/system/wordclock.service ```plaintext [Unit] Description=Wordclock After=network.target [Service] ExecStart=/usr/bin/env python3 /home/pi/rpi_wordclock/wordclock.py...

There are a lot of different wiring possibilities to choose from in **wiring.py**. Only one is really documented, the Bends wiring, Are there drwaings for these alternative wirings? Has somebody...

Hindi clock added

The simulator currently is hardcoded for German language. My thought was that you do need the simulator especially for testing new languages and layouts, so I have added: - reading...

To resolve issue #229, #238 and #239