aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorRobin Schneider <robin-schneider@outlook.de>2021-10-13 13:51:39 +0200
committerRobin Schneider <robin-schneider@outlook.de>2021-10-13 13:51:39 +0200
commit487f954a3688f31d5bcc5ba614cde4da3d5deedb (patch)
tree698410b99bde554ce90e012f2dcc49148edb9ce1 /docs
parent54c19bb5f0f1ac4bbbbe3a3f3aa68b316d7c370f (diff)
downloadhomer-487f954a3688f31d5bcc5ba614cde4da3d5deedb.tar.gz
homer-487f954a3688f31d5bcc5ba614cde4da3d5deedb.tar.zst
homer-487f954a3688f31d5bcc5ba614cde4da3d5deedb.zip
Fixes apikey inconsistency
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 803b91f..f55b739 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -43,7 +43,7 @@ The following configuration is available for the OpenWeatherMap service:
43- name: "Weather" 43- name: "Weather"
44 location: "Amsterdam" # your location. 44 location: "Amsterdam" # your location.
45 locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy 45 locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy
46 apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. 46 apikey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api.
47 units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. 47 units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin.
48 background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. 48 background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none.
49 type: "OpenWeather" 49 type: "OpenWeather"