wpgrant / pi-clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi-Clock

Pi-Clock is used to turn a Raspberry Pi with an attached display into a clock.

Setup

Things to configure on Raspberry Pi itself.

  • Configure Wi-Fi / Ethernet networking.
  • Clone repository and install: mkdir ~/work && cd ~/work && git clone git://github.com/lzs/pi-clock && cd pi-clock && ./install.sh

References

Google Fonts are served locally so that no dependency on the Internet is required. The fonts are downloaded using https://google-webfonts-helper.herokuapp.com/fonts.

Information on non-interactive use of raspi-config: https://raspberrypi.stackexchange.com/questions/28907/how-could-one-automate-the-raspbian-raspi-config-setup

About


Languages

Language:Shell 52.8%Language:JavaScript 32.3%Language:CSS 9.2%Language:HTML 5.7%