diff options
author | Dick Wolff <dckwlff@gmail.com> | 2021-01-13 22:19:17 +0100 |
---|---|---|
committer | Dick Wolff <dckwlff@gmail.com> | 2021-01-13 22:19:17 +0100 |
commit | fb158d4767b85160c0c2c5fea5c6429c265576a9 (patch) | |
tree | e161d98498cb17062380d22fd74ababf264e10f2 /docs/customservices.md | |
parent | 9e0ef05efe00ffd98ff6c7314a67e8a05505dcc4 (diff) | |
download | homer-fb158d4767b85160c0c2c5fea5c6429c265576a9.tar.gz homer-fb158d4767b85160c0c2c5fea5c6429c265576a9.tar.zst homer-fb158d4767b85160c0c2c5fea5c6429c265576a9.zip |
Error handling and fixed link to city.
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 | ``` |