From f11b1c9dcff418a2995a1089fa91fd9e44d6fe8b Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 13 Sep 2021 23:13:26 +0200 Subject: Weather service refactoring --- docs/customservices.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/customservices.md') 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. ## OpenWeatherMap Using the OpenWeatherMap service you can display weather information about a given location. - -The following configuration is available for the OpenWeatherMap service +The following configuration is available for the OpenWeatherMap service: ``` items: - name: "Weather" location: "Amsterdam" # your location. - locationId: "2759794" # OpenWeatherMap city ID. + locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. -- cgit v1.2.3