-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.cfg
85 lines (67 loc) · 1.34 KB
/
run.cfg
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
;
; The order of entries is how things will print
;
;--------------------------------------
; START
;--------------------------------------
[welcome message]
mode = start
feed = drawimage
@file = gfx/hello.png
[show my ip]
mode = start
feed = showip
;--------------------------------------
; STOP
;--------------------------------------
[quit goodbye]
mode = stop
feed = drawimage
@file = gfx/goodbye.png
;--------------------------------------
; HOLD
;--------------------------------------
[shutdown goodbye]
mode = hold
feed = drawimage
@file = gfx/goodbye.png
[shutdown]
mode = hold
feed = shutdown
;--------------------------------------
; TAP
;--------------------------------------
[time and temperature]
mode = tap
feed = timetemp
@location = 12758448
;--------------------------------------
; INTERVAL
;--------------------------------------
[adafruit twitter]
mode = interval
interval = 30
feed = twitter
@query = from:Adafruit
;--------------------------------------
; AT
;--------------------------------------
[morning forecast]
mode = at
when = 06:30
feed = forecast
@location = 2373572
[morning fortune]
mode = at
when = 06:30
feed = fortune
[morning sudoku]
mode = at
when = 06:30
feed = sudoku-gfx
[morning calendar]
;mode = at
when = 06:30
feed = cal
@user = user%40gmail.com/private-1234567
@other = other%40gmail.com/private-1234567