From 0ef0b0b6613535ae594dc872a4debab6baee2f5b Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Sun, 10 Jan 2016 14:09:40 -0600 Subject: [PATCH] LCD real-time stats --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e7a0adb..2f3cb43 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ A basic read-only API can be accessed at `/admin/api.php`. It returns the follow ![Web](http://i.imgur.com/m114SCn.png) +## Real-time Statistics + +You can view [real-time stats](http://pi-hole.net/faq/install-the-real-time-lcd-monitor-chronometer/) via `ssh` or on an [2.8" LCD screen](http://amzn.to/1P0q1Fj). This is accomplished via [`chronometer.sh`](https://github.com/jacobsalmela/pi-hole/blob/master/advanced/Scripts/chronometer.sh). + +![Pi-hole LCD](http://i.imgur.com/nBEqycp.jpg) + ## Help - See the [Wiki](https://github.com/jacobsalmela/pi-hole/wiki/Customization) entry for more details - There is also an [FAQ section on pi-hole.net](http://pi-hole.net)