Skip to content

Commit 5ef0a25

Browse files
committed
adding some explanation to the example config
1 parent 982dd60 commit 5ef0a25

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

charts.cfg_example

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
waterChart="https://spreadsheets.google.com/oimg?key=0AqIFAZKGGcH9dDDFLaGRLM1E&oid=4&zx=4nrwgmyn"
2-
electricChart="https://spreadsheets.google.com/oimg?key=0AqIFAZKGGcaGRLM1E&oid=5&zx=cgxtcul"
3-
mainChart="https://spreadsheets.google.com/oimg?key=0AqIFAZKGGcRLM1E&oid=2&zx=jvemqg7"
1+
# This config file provides the chart locations for the house_use_bkgnd.sh file
2+
# It should have three lines setting these three variables. I'm
3+
# extracting them so that I can share this script without sharing my graphs.
4+
# You can get this address by publishing the chart, choosing image and copying
5+
# the url included in the HTML.
6+
7+
# Copy this file to charts.cfg to apply the configuration
8+
9+
waterChart="https://spreadsheets.google.com/oimg?key=0AqIFsomethingM1E&oid=4&zx=4nrn"
10+
electricChart="https://spreadsheets.google.com/oimg?key=0AqIFsomethingM1E&oid=5&zx=cgxl"
11+
mainChart="https://spreadsheets.google.com/oimg?key=0AqIFsomethingM1E&oid=2&zx=jve7"

0 commit comments

Comments
 (0)