diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index a0b143e..d7c5212 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -29,6 +29,6 @@ items: | |||
29 | location: "Amsterdam" # your location. | 29 | location: "Amsterdam" # your location. |
30 | apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. | 30 | apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. |
31 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. | 31 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. |
32 | background: "square" choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. | 32 | background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. |
33 | type: "OpenWeather" | 33 | type: "OpenWeather" |
34 | ``` | 34 | ``` |