Update customservices.md

"cicle" to circle
pull/528/head
csleal 2022-09-26 09:24:24 -03:00 committed by Bastien Wirtz
parent 84930a632b
commit fdf6d4284d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The following configuration is available for the OpenWeatherMap service:
locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy
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.
background: "square" # choose which type of background you want behind the image. Can be one of: square, circle, none. Defaults to none.
type: "OpenWeather"
```