-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsettings.yml.example
More file actions
26 lines (19 loc) · 1.15 KB
/
settings.yml.example
File metadata and controls
26 lines (19 loc) · 1.15 KB
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
# server: [thin, webrick] # use only thin or webrick for #run!
# port: 8080 # run on port 8080 (defaults to 4567)
arduinoport: /dev/cu.usbserial-A1001NFW
# or /dev/cu.usbmodem24131 or whatever yours is.
googlecalendar: https://www.google.com/calendar/feeds/xxxxxxxxxxxx/private-xxxxxxxxxxxxxxxxxxxx/basic
# get your own private calendar XML feed this via https://www.google.com/calendar/
weather:
location: Southampton
feed: http://open.live.bbc.co.uk/weather/feeds/en/2637487/3dayforecast.rss
page: http://www.bbc.co.uk/weather/2637487
train:
departures: http://ojp.nationalrail.co.uk/service/ldbboard/dep/SOA/WAT/To
journeycheck: http://www.journeycheck.southwesttrains.co.uk/southwesttrains/route?from=SOA&to=WAT&action=search
thingssqlitedb: Library/Application Support/Cultured Code/Things beta/ThingsLibrary.db
# shouldn't need to change this. Will be prepended with "/Users/" + `whoami` + "/"
narrow: true
# narrow format (more chars per line)
debug: false
# print to screen instead of actual printer