aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 4f64ecc..150e232 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -23,14 +23,13 @@ The following configuration is available for the PiHole service.
23## OpenWeatherMap 23## OpenWeatherMap
24 24
25Using the OpenWeatherMap service you can display weather information about a given location. 25Using the OpenWeatherMap service you can display weather information about a given location.
26 26The following configuration is available for the OpenWeatherMap service:
27The following configuration is available for the OpenWeatherMap service
28 27
29``` 28```
30items: 29items:
31 - name: "Weather" 30 - name: "Weather"
32 location: "Amsterdam" # your location. 31 location: "Amsterdam" # your location.
33 locationId: "2759794" # OpenWeatherMap city ID. 32 locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy
34 apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. 33 apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api.
35 units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. 34 units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin.
36 background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. 35 background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none.