forked from evancohen/smart-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.bkup
90 lines (90 loc) · 2.14 KB
/
config.json.bkup
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"general": {
"language": "en-US",
"layout": "main"
},
"remote": {
"enabled": true,
"port": 8080
},
"calendar": {
"icals": [
"https://calendar.google.com/calendar/ical/t61t5rc5p7gqq8j90s81gg8fek%40group.calendar.google.com/private-e410059cae1c82d48b2a50029c09aaea/basic.ics",
"https://calendar.google.com/calendar/ical/al4h4luj53o83m0k24v63ipe38%40group.calendar.google.com/private-970d28dfda8b566faa6419ebd7438728/basic.ics"
],
"maxResults": 5,
"maxDays": 9,
"showCalendarNames": true
},
"geoPosition": {
"latitude": "41.547188",
"longitude": "-87.72968600000002"
},
"giphy": {
"key": "dc6zaTOxFJmzC"
},
"greeting": {
"option": "allDay"
},
"rss": {
"refreshInterval": 120
},
"autoTimer": {
"mode": "tv",
"autoWake": "07:00:00",
"autoSleep": 2,
"wakeCmd": "sudo ./scripts/raspi-monitor.sh on > /dev/null 2>&1",
"sleepCmd": "sudo ./scripts/raspi-monitor.sh off > /dev/null 2>&1"
},
"motion": {
"pin": "GPIO26",
"enabled": false
},
"fitbit": {
"timeout": 10000,
"uris": {
"authorizationUri": "https://www.fitbit.com",
"authorizationPath": "/oauth2/authorize",
"tokenUri": "https://api.fitbit.com",
"tokenPath": "/oauth2/token"
},
"authorization_uri": {
"redirect_uri": "http://localhost:4000/fitbit_auth_callback/",
"response_type": "code",
"scope": "activity nutrition profile settings sleep social weight heartrate",
"state": "3(#0/!~"
}
},
"lastfm": {
"key": "d7861936a2d92da3e3aebaa2bc3e77ec",
"user": "justbill2020",
"refreshInterval": 0.2
},
"stock": {
"names": [
"ELNK",
"GOOG"
]
},
"traffic": {
"key": "AnsC-GK0VRN780HMmqOnBX83HtgpRgi-TMcoCKye0oMS_IiADw0f3lFMuIlGZiIS",
"refreshInterval": "5"
},
"tvshows": {
"shows": [
"This is Us",
"Game of Thrones",
"The Walking Dead",
"Supergirl",
"The Flash",
"Arrow",
"Legends of Tomorrow"
],
"refreshInterval": 1440
},
"forecast": {
"key": "30f4ff4dd45f4364eb8d5fb73c5401d6",
"units": "auto",
"refreshInterval": 2
}
}