diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-09-13 23:13:26 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-09-13 23:13:26 +0200 |
commit | f11b1c9dcff418a2995a1089fa91fd9e44d6fe8b (patch) | |
tree | 6b45108985a47d5431d4bd841355cb05a207a313 /docs | |
parent | fd1871508559eb44a8ef32b03b637d8565e19b6a (diff) | |
download | homer-f11b1c9dcff418a2995a1089fa91fd9e44d6fe8b.tar.gz homer-f11b1c9dcff418a2995a1089fa91fd9e44d6fe8b.tar.zst homer-f11b1c9dcff418a2995a1089fa91fd9e44d6fe8b.zip |
Weather service refactoringv21.09.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 5 |
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 | ||
25 | Using the OpenWeatherMap service you can display weather information about a given location. | 25 | Using the OpenWeatherMap service you can display weather information about a given location. |
26 | 26 | The following configuration is available for the OpenWeatherMap service: | |
27 | The following configuration is available for the OpenWeatherMap service | ||
28 | 27 | ||
29 | ``` | 28 | ``` |
30 | items: | 29 | items: |
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. |