You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,15 @@ Below are example configurations for all weather apis.
77
77
78
78
The **key** parameter is the API key that you get by registering for the Dark Sky service.
79
79
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.
81
81
82
82
```json
83
83
"platforms": [
84
84
{
85
85
"platform": "WeatherPlus",
86
86
"name": "WeatherPlus",
87
87
"service": "darksky",
88
-
"key": "XXXXXXXXXXXXXXX",
88
+
"key": "YOUR_API_KEY",
89
89
"locationGeo": [52.5200066, 13.404954]
90
90
}
91
91
]
@@ -109,7 +109,7 @@ The **locationGeo** parameter must be a list with the latitude longitude for you
109
109
"platform": "WeatherPlus",
110
110
"name": "WeatherPlus",
111
111
"service": "openweathermap",
112
-
"key": "XXXXXXXXXXXXXXX",
112
+
"key": "YOUR_API_KEY",
113
113
"location": 2950159,
114
114
"locationCity": "Berlin, DE",
115
115
"locationGeo": [52.5200066, 13.404954]
@@ -143,13 +143,13 @@ The **key** parameter is the API key that you get from ([here](https://www.wunde
143
143
144
144
```json
145
145
"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
+
}
153
153
]
154
154
```
155
155
@@ -221,15 +221,15 @@ You can set up multiple stations for different locations and/or weather services
0 commit comments