-
Notifications
You must be signed in to change notification settings - Fork 18
/
settings.json
35 lines (35 loc) · 924 Bytes
/
settings.json
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
27
28
29
30
31
32
33
34
35
{
"ApiKey": "",
"Theme": "default",
"Title": "Vancouver, BC CANADA",
"LogLevel": "Information",
"Latitude": "49.2827",
"Longitude": "-123.1207",
"Units": "metric",
"TemperatureValues": "False",
"WindValues": "False",
"ValuesColor": "gray",
"GlobalXShift": "0",
"GlobalYShift": "0",
"WeatherTextDescription": "-30",
"WeatherTextData": "30",
"WeatherTextVertSpacing": "40",
"TemperatureTextVertSpacing": "-9",
"TemperatureTextHorzSpacing": "11",
"TemperatureTextFontSize": "11",
"WeatherTextDescriptionFontSize": "20",
"WeatherTextDataFontSize": "19",
"HourlyTouchSize": "50",
"Radius": "265",
"DividerStart": "-125",
"DividerEnd": "275",
"HourHand": "100",
"HourColor": "white",
"MinuteHand": "170",
"MinuteColor": "yellow",
"SecondHand": "75",
"SecondColor": "gray",
"WindTextLeftShift": "50",
"WindTextRightShift": "65",
"WindTextNoMeasureText": "False"
}