Fixed some typo's.

This commit is contained in:
Dick Wolff 2021-01-13 21:25:07 +01:00
parent fd12de9ebd
commit dfb0b14626
2 changed files with 9 additions and 9 deletions

View File

@ -118,7 +118,7 @@ services:
# background: red # optional color for card to set color directly without custom stylesheet
```
View the (Custom Services)[customservices.md] file for details about all available custom services (like PiHole).
View the [Custom Services](customservices.md) file for details about all available custom services (like PiHole).
If you choose to fetch message information from an endpoint, the output format should be:

View File

@ -1,4 +1,4 @@
# Tips & Tricks
# Custom Services
Here is an overview of all custom services that are avaiable within Homer.
@ -25,11 +25,11 @@ The following configuration is available for the OpenWeatherMap service
```
items:
- name: "Weather"
url: "https://api.openweathermap.org/data/2.5/weather"
location: "Amsterdam" # your location.
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.
type: "OpenWeather"
- name: "Weather"
url: "https://api.openweathermap.org/data/2.5/weather"
location: "Amsterdam" # your location.
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.
type: "OpenWeather"
```