aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index b28f399..31d302b 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -58,9 +58,13 @@ The following configuration is available for the PiHole service.
58 logo: "assets/tools/sample.png" 58 logo: "assets/tools/sample.png"
59 # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown 59 # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown
60 url: "http://192.168.0.151/admin" 60 url: "http://192.168.0.151/admin"
61 apikey: "<---insert-api-key-here--->" # optional, needed if web interface is password protected
61 type: "PiHole" 62 type: "PiHole"
62``` 63```
63 64
65**Remarks:**
66If PiHole web interface is password protected, obtain the `apikey` from Settings > API/Web interface > Show API token.
67
64## OpenWeatherMap 68## OpenWeatherMap
65 69
66Using the OpenWeatherMap service you can display weather information about a given location. 70Using the OpenWeatherMap service you can display weather information about a given location.