Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tedkotz authored Aug 23, 2021
1 parent be1816e commit fe36755
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I've used the mpd integration with mopidy, but it should work with any mpd serve

## Setup
1. Install dependencies
- Python
- Python3
- python-mpd (if mpd integration desired)
- RPi.GPIO
2. Customize configuration
Expand All @@ -31,6 +31,12 @@ I've used the mpd integration with mopidy, but it should work with any mpd serve
- sudo systemctl daemon-reload
- sudo systemctl start nixietube-clock.service

## Files
|Name |Description |
|------------------------|------------------------------------------------------------|
|nixietube-clock.py | Python program with the main clock control loop |
|nixietube-clock.service | Systemd service file to enable the clock to launch at boot |

## ToDo
- [ ] Add requirements.txt file [https://pip.readthedocs.io/en/1.1/requirements.html]
- [ ] Do not update display if nothing changed
Expand Down

0 comments on commit fe36755

Please sign in to comment.