blob: f913d89fdbd3874c284b6979147a9e6c2afae503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[main]
; use GetLatLangFromCity.php to get latitude/langitude
Latitude = 52.5200066
Longitude = 13.404954
; location shown in Skin
LocationSkin = "Berlin"
; Can be set to 'us', 'si', 'ca', 'uk' or 'auto' (see forecast.io API); default is auto
Units = "si"
DegreeSign = "°C"
; Can be set to 'en', 'de', 'pl', 'es', 'fr', 'it', 'tet' or 'x-pig-latin' (see forecast.io API); default is 'en'
Lang = "de"
; convert . to , for german format
ConvertPoint2Comma = 1
; We have only 1000 api calls per day, so please only do one update per day!
; Or request an own key for free at forecast.io
ApiKey = "137f2d85a1f1db5762e5e073103541d2"
|