You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple studio clock for linux. This was originally built using OpenVG on
Raspberry Pi for its output, but now uses plain OpenGL and works fine on
normal XOrg on Debian.
Checkout
Checkout this project by:
# Install git if you don't already have it
sudo apt-get install git
# Checkout the main project and it's submodules
git clone --recursive https://github.com/simonhyde/PiClock.git
Build
First you'll need to install some dependencies (ntpdate is only suggested for runtime):
Once you've got everything working, you may want to make the SD card read-only, to prevent future corruption/wearing out the SD card. The easiest way to do this nowadays is to use the Overlay FS option built into raspi-config, however this seems to cause the network interface to be accidentally renamed, so you first have to delete the rule that's messing that up:
sudo rm /lib/udev/rules.d/73-usb-net-by-mac.rules
sudo raspi-config
#Advanced, Overlay FS, Enable Overlay FS, and set boot filesystem to write-protected/read-only
Remote Control PiClock via Tally Server
It's possible to remote control PiClock's behaviour using the Tally Protocol; you can either write your own server or use one of the pre-existing implementations: