diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ | |||
1 | # Tips & Tricks | 1 | # Custom Services |
2 | 2 | ||
3 | Here is an overview of all custom services that are avaiable within Homer. | 3 | Here is an overview of all custom services that are avaiable within Homer. |
4 | 4 | ||
@@ -25,11 +25,11 @@ The following configuration is available for the OpenWeatherMap service | |||
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | items: | 27 | items: |
28 | - name: "Weather" | 28 | - name: "Weather" |
29 | url: "https://api.openweathermap.org/data/2.5/weather" | 29 | url: "https://api.openweathermap.org/data/2.5/weather" |
30 | location: "Amsterdam" # your location. | 30 | location: "Amsterdam" # your location. |
31 | apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. | 31 | apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. |
32 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. | 32 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. |
33 | background: "square" choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. | 33 | background: "square" choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. |
34 | type: "OpenWeather" | 34 | type: "OpenWeather" |
35 | ``` | 35 | ``` |