Skip to content

Commit 43d17f8

Browse files
committed
Wording and formatting
1 parent de842de commit 43d17f8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ Below are example configurations for all weather apis.
7777

7878
The **key** parameter is the API key that you get by registering for the Dark Sky service.
7979

80-
The **locationGeo** parameter must be a list with the latitude longitude for your location (dont forget the square brackets). You can use this page to find your coordinates: http://www.mapcoordinates.net/en.
80+
The **locationGeo** parameter must be a list with the latitude longitude for your location (don't forget the square brackets). You can use this page to find your coordinates: http://www.mapcoordinates.net/en.
8181

8282
```json
8383
"platforms": [
8484
{
8585
"platform": "WeatherPlus",
8686
"name": "WeatherPlus",
8787
"service": "darksky",
88-
"key": "XXXXXXXXXXXXXXX",
88+
"key": "YOUR_API_KEY",
8989
"locationGeo": [52.5200066, 13.404954]
9090
}
9191
]
@@ -109,7 +109,7 @@ The **locationGeo** parameter must be a list with the latitude longitude for you
109109
"platform": "WeatherPlus",
110110
"name": "WeatherPlus",
111111
"service": "openweathermap",
112-
"key": "XXXXXXXXXXXXXXX",
112+
"key": "YOUR_API_KEY",
113113
"location": 2950159,
114114
"locationCity": "Berlin, DE",
115115
"locationGeo": [52.5200066, 13.404954]
@@ -143,13 +143,13 @@ The **key** parameter is the API key that you get from ([here](https://www.wunde
143143

144144
```json
145145
"platforms": [
146-
{
147-
"platform": "WeatherPlus",
148-
"name": "WeatherPlus",
149-
"service": "weatherunderground",
150-
"key": "XXXXXXXXXXXXXXX",
151-
"location": "XXX STATION ID XXX"
152-
}
146+
{
147+
"platform": "WeatherPlus",
148+
"name": "WeatherPlus",
149+
"service": "weatherunderground",
150+
"key": "YOUR_API_KEY",
151+
"location": "YOUR_STATION_ID"
152+
}
153153
]
154154
```
155155

@@ -221,15 +221,15 @@ You can set up multiple stations for different locations and/or weather services
221221
"displayName":"Conditions OWM",
222222
"displayNameForecast":"Forecast OWM",
223223
"service": "openweathermap",
224-
"key": "XXXXXXXXXXXXXXX",
224+
"key": "YOUR_API_KEY",
225225
"forecast": [1,2],
226226
"locationGeo": [45.4999952, 9.3061655],
227227
"serial": "OWM"
228228
},{
229229
"displayName":"Conditions DS",
230230
"displayNameForecast":"Forecast DS",
231231
"service": "darksky",
232-
"key": "XXXXXXXXXXXXXXX",
232+
"key": "YOUR_API_KEY",
233233
"forecast": [1,2],
234234
"locationGeo": [45.4999952, 9.3061655],
235235
"serial": "DS"

0 commit comments

Comments
 (0)