From dfb0b14626ccf42784d5e4c270ea0e2253db724c Mon Sep 17 00:00:00 2001 From: Dick Wolff Date: Wed, 13 Jan 2021 21:25:07 +0100 Subject: [PATCH] Fixed some typo's. --- docs/configuration.md | 2 +- docs/customservices.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6c6a444..174da4f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,7 +118,7 @@ services: # background: red # optional color for card to set color directly without custom stylesheet ``` -View the (Custom Services)[customservices.md] file for details about all available custom services (like PiHole). +View the [Custom Services](customservices.md) file for details about all available custom services (like PiHole). If you choose to fetch message information from an endpoint, the output format should be: diff --git a/docs/customservices.md b/docs/customservices.md index 42bd87d..7c1818e 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -1,4 +1,4 @@ -# Tips & Tricks +# Custom Services Here is an overview of all custom services that are avaiable within Homer. @@ -25,11 +25,11 @@ The following configuration is available for the OpenWeatherMap service ``` items: - - name: "Weather" - url: "https://api.openweathermap.org/data/2.5/weather" - location: "Amsterdam" # your location. - 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. - type: "OpenWeather" + - name: "Weather" + url: "https://api.openweathermap.org/data/2.5/weather" + location: "Amsterdam" # your location. + 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. + type: "OpenWeather" ``` -- 2.41.0