-
Notifications
You must be signed in to change notification settings - Fork 39
/
config.js.sample
27 lines (21 loc) · 884 Bytes
/
config.js.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
var api_locParams = "lat=50.1243111&lon=14.4901953";
// or api_locParams = "q=Paris";
var api_appId = "YOUR_API_KEY";
var api_lang = "sk"
var api_units = "metric";
var api_params = null;
// refresh time in miliseconds (default 30 mins)
var refreshTime = 30 * 60 * 1000;
// Browser in kindle paperwhite doesn't support rotation.
// You can override with this parameter 'll' and 'lr' for landscape left/right, 'up' for upside down.
//var rotation = "ll";
// You can set night mode,
// "auto" - by sunrise and sunset,
// "HH-HH - like: ""22-06", from 22:00 to 06:00
// "on" - night mode all the day :)
var night_mode = "off";
// Timezone offset - kindle doesnt report correct local time to the kindle (always it is GMT),
// You can set custom GMT offset, in format "+08:00".
// You may need to set it again after winter/summer time change.
// Null is default
var utcOffset = null