diff options
author | csleal <80231530+csleal@users.noreply.github.com> | 2022-09-26 09:24:24 -0300 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-08 11:54:16 +0200 |
commit | fdf6d4284d57cfeeb434ac08a24c629eab21a31d (patch) | |
tree | 1ae539cc9c8e010d098baa32f8742a49238937a2 | |
parent | 84930a632b7133ad48c3078a2449bb7b82b191d4 (diff) | |
download | homer-fdf6d4284d57cfeeb434ac08a24c629eab21a31d.tar.gz homer-fdf6d4284d57cfeeb434ac08a24c629eab21a31d.tar.zst homer-fdf6d4284d57cfeeb434ac08a24c629eab21a31d.zip |
Update customservices.md
"cicle" to circle
-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 8877ece..df97cc9 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -61,7 +61,7 @@ The following configuration is available for the OpenWeatherMap service: | |||
61 | locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy | 61 | locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy |
62 | apikey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. | 62 | apikey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. |
63 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. | 63 | units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. |
64 | background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. | 64 | background: "square" # choose which type of background you want behind the image. Can be one of: square, circle, none. Defaults to none. |
65 | type: "OpenWeather" | 65 | type: "OpenWeather" |
66 | ``` | 66 | ``` |
67 | 67 | ||