skin.conf 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. ###############################################################################
  2. # $Id: skin.conf 2749 2014-11-29 18:15:24Z tkeffer $ #
  3. # Copyright (c) 2010 Tom Keffer <tkeffer@gmail.com> #
  4. # SOFA SKIN (c) 2015 Sven Reifschneider <hello@blauesledersofa.de> #
  5. # SOFA SKIN CONFIGURATION FILE #
  6. ###############################################################################
  7. [Extras]
  8. # Template Extras
  9. # Website URL
  10. web_url = http://www.cw9009.x10host.com
  11. # Current radar image
  12. radar_img = http://www.findu.com/cgi-bin/radar-find.cgi?call=CW9009
  13. # Current radar animation (starts on radar_img hover)
  14. radar_gif = http://radar.weather.gov/lite/N0R/CBX_loop.gif
  15. # Hyperlink for radar
  16. radar_url = http://radar.weather.gov/radar.php?rid=cbx&product=N0R&overlay=11101111&loop=no
  17. # Lightning map and hyperlink
  18. #lightning_map = http://images.lightningmaps.org/blitzortung/america/index.php?map=usa&period=0.25
  19. #lightning_url = http://www.lightningmaps.org/realtime
  20. # URL for another radar (for example full Europe, Frankfurt center)
  21. radar_url_alt = http://radar.weather.gov/Conus/Loop/pacnorthwest_loop.gif
  22. radar_url_alt_text = "Pacific Northwest Radar"
  23. # You. Only shows up in footer
  24. you = "JDS"
  25. emailname = "Josh@cw9009.x10host.com"
  26. email = "Josh@cw9009.x10host.com"
  27. # Camera link
  28. #cameratitle = "(Chinden/Linder)"
  29. #camera = http://www.achdidaho.org/ATIS/CCTV/CCTV_583.jpg?157
  30. cameratitle = "(Ten Mile/Linder)"
  31. camera = http://www.achdidaho.org/ATIS/CCTV/CCTV_664.jpg?25
  32. cameratitle2 = "(Chinden/Long Lake)"
  33. camera2 = http://www.achdidaho.org/ATIS/CCTV/CCTV_662.jpg?674
  34. # Google Analytics ID
  35. #googleAnalyticsId = UA-12345678-1
  36. #CWOP
  37. #used in all the templates pages
  38. cwop = CW9009
  39. #mesowest
  40. mwest = C9009
  41. #weather underground
  42. wunderground = KIDMERID44
  43. #CoCoRaHS
  44. #crahs =
  45. ###############################################################################
  46. [Units]
  47. # This section is for managing the selection and formatting of units.
  48. [[Groups]]
  49. # For each group of measurements, this section sets what units to
  50. # use for it.
  51. # NB: The unit is always in the singular. I.e., 'mile_per_hour',
  52. # NOT 'miles_per_hour'
  53. group_altitude = foot # Options are 'foot' or 'meter'
  54. group_degree_day = degree_F_day # Options are 'degree_F_day' or 'degree_C_day'
  55. group_direction = degree_compass
  56. group_moisture = centibar
  57. group_percent = percent
  58. group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa'
  59. group_radiation = watt_per_meter_squared
  60. group_rain = inch # Options are 'inch', 'cm', or 'mm'
  61. group_rainrate = inch_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
  62. group_speed = mile_per_hour # Options are 'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
  63. group_speed2 = mile_per_hour2 # Options are 'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
  64. group_temperature = degree_F # Options are 'degree_F' or 'degree_C'
  65. group_uv = uv_index
  66. group_volt = volt
  67. # The following are used internally and should not be changed:
  68. group_count = count
  69. group_interval = minute
  70. group_time = unix_epoch
  71. group_elapsed = second
  72. [[StringFormats]]
  73. # This section sets the string formatting for each type of unit.
  74. centibar = %.0f
  75. cm = %.2f
  76. cm_per_hour = %.2f
  77. degree_C = %.1f
  78. degree_F = %.1f
  79. degree_compass = %.0f
  80. foot = %.0f
  81. hPa = %.0f
  82. hour = %.1f
  83. inHg = %.3f
  84. inch = %.2f
  85. inch_per_hour = %.2f
  86. km_per_hour = %.0f
  87. km_per_hour2 = %.1f
  88. knot = %.0f
  89. knot2 = %.1f
  90. mbar = %.0f
  91. meter = %.0f
  92. meter_per_second = %.1f
  93. meter_per_second2 = %.1f
  94. mile_per_hour = %.0f
  95. mile_per_hour2 = %.1f
  96. mm = %.1f
  97. mmHg = %.1f
  98. mm_per_hour = %.1f
  99. percent = %.0f
  100. second = %.0f
  101. uv_index = %.0f
  102. volt = %.1f
  103. watt_per_meter_squared = %.0f
  104. NONE = " N/A"
  105. [[Labels]]
  106. # This section sets a label to be used for each type of unit.
  107. centibar = " cb"
  108. cm = " cm"
  109. cm_per_hour = " cm/h"
  110. degree_C = " C"
  111. degree_F = " F"
  112. degree_compass = " °"
  113. foot = " feet"
  114. hPa = " hPa"
  115. inHg = " inHg"
  116. inch = " in"
  117. inch_per_hour = " in/h"
  118. km_per_hour = " km/h"
  119. km_per_hour2 = " km/h"
  120. knot = " knoten"
  121. knot2 = " knoten"
  122. mbar = " mbar"
  123. meter = " meter"
  124. meter_per_second = " m/s"
  125. meter_per_second2 = " m/s"
  126. mile_per_hour = " mph"
  127. mile_per_hour2 = " mph"
  128. mm = " mm"
  129. mmHg = " mmHg"
  130. mm_per_hour = " mm/h"
  131. percent = %
  132. volt = " V"
  133. watt_per_meter_squared = " W/m²"
  134. day = " Day", " Days"
  135. hour = " Hour", " Hours"
  136. minute = " Minute", " Minutes"
  137. second = " Second", " Seconds"
  138. NONE = ""
  139. [[TimeFormats]]
  140. # This section sets the string format to be used for each time scale.
  141. # The values below will work in every locale, but may not look
  142. # particularly attractive. See the Customizing Guide for alternatives.
  143. day = %X
  144. week = %X (%A)
  145. month = %x %X
  146. year = %x %X
  147. rainyear = %x %X
  148. current = %x %X
  149. ephem_day = %X
  150. ephem_year = %x %X
  151. [[Ordinates]]
  152. # The ordinal directions. The last one should be for no wind direction
  153. directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A
  154. [[DegreeDays]]
  155. # This section sets the base temperatures used for the calculation
  156. # of heating and cooling degree-days.
  157. # Base temperature for heating days, with unit:
  158. heating_base = 65, degree_F
  159. # Base temperature for cooling days, with unit:
  160. cooling_base = 65, degree_F
  161. [[Trend]]
  162. time_delta = 10800 # 3 hours
  163. time_grace = 300 # 5 minutes
  164. ###############################################################################
  165. [Labels]
  166. # Labels used in this skin
  167. # Set to hemisphere abbreviations suitable for your location:
  168. hemispheres = N, S, E, W
  169. # Formats to be used for latitude whole degrees, longitude whole degrees,
  170. # and minutes:
  171. latlon_formats = "%02d", "%03d", "%05.2f"
  172. [[Generic]]
  173. # Generic labels, keyed by an observation type.
  174. barometer = Barometer
  175. dewpoint = Dew Point
  176. heatindex = Heat Index
  177. inHumidity = Inside Humidity
  178. inTemp = Inside Temperature
  179. outHumidity = Outside Humidity
  180. outTemp = Outside Temperature
  181. radiation = Radiation
  182. rain = Rain
  183. rainRate = Rain Rate
  184. rxCheckPercent = ISS Signal Quality
  185. UV = UV Index
  186. windDir = Wind Direction
  187. windGust = Gust Speed
  188. windGustDir = Gust Direction
  189. windSpeed = Wind Speed
  190. windchill = Wind Chill
  191. windgustvec = Gust Vector
  192. windvec = Wind Vector
  193. # This one is probably specific to my station!
  194. extraTemp1 = Pond Temperature
  195. ###############################################################################
  196. [Almanac]
  197. # The labels to be used for the phases of the moon:
  198. moon_phases = New, Waxing crescent, First quarter, Waxing gibbous, Full, Waning gibbous, Last quarter, Waning crescent
  199. ###############################################################################
  200. [CheetahGenerator]
  201. # This section is used by the generator CheetahGenerator, and specifies
  202. # which files are to be generated from which template.
  203. # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii'
  204. encoding = html_entities
  205. search_list_extensions = user.historygenerator.MyXSearch
  206. [[SummaryByMonth]]
  207. # Reports that summarize "by month"
  208. [[[NOAA_month]]]
  209. encoding = utf8
  210. template = NOAA/NOAA-YYYY-MM.txt.tmpl
  211. [[SummaryByYear]]
  212. # Reports that summarize "by year"
  213. [[[NOAA_year]]]
  214. encoding = utf8
  215. template = NOAA/NOAA-YYYY.txt.tmpl
  216. [[ToDate]]
  217. # Reports that show statistics "to date", such as day-to-date,
  218. # week-to-date, month-to-date, etc.
  219. [[[day]]]
  220. template = index.html.tmpl
  221. [[[week]]]
  222. template = week.html.tmpl
  223. [[[month]]]
  224. template = month.html.tmpl
  225. [[[year]]]
  226. template = year.html.tmpl
  227. [[[RSS]]]
  228. template = RSS/weewx_rss.xml.tmpl
  229. [[HTMLFiles]]
  230. #
  231. # Pages that do not require time interval specific tags
  232. #
  233. [[[station]]]
  234. # All time station records
  235. template = station.html.tmpl
  236. [[[summary]]]
  237. # All time station records
  238. template = summary.html.tmpl
  239. [[[textphp]]]
  240. # All time station records
  241. template = text.php.tmpl
  242. ###############################################################################
  243. [CopyGenerator]
  244. # This section is used by the generator CopyGenerator
  245. # List of files to be copied only the first time the generator runs
  246. copy_once = css/main.css, js/*, .htaccess, 404.html, robots.txt, touch-icon.png
  247. ###############################################################################
  248. [HistoryReport]
  249. #
  250. # Settings for the HTML month/year colour coded summary table generator
  251. #
  252. # minvalues, maxvalues and colours should contain the same number of elements.
  253. #
  254. # For example, the [min_temp] example below, if the minimum temperature measured in
  255. # a month is between -50 and -10 (degC) then the cell will be shaded in html colour code #0029E5.
  256. #
  257. # Default is temperature scale
  258. #minvalues = -50, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35
  259. minvalues = -10, -5, 0, 5, 10, 15, 25, 35, 45, 50, 60
  260. #maxvalues = -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 60
  261. maxvalues = -5, 0, 10, 20, 35, 45, 60, 75, 90, 100, 120
  262. colours = "#0029E5", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FF0F2D"
  263. monthnames = Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  264. # The Raspberry Pi typically takes 15+ seconds to calculate all the summaries with a few years of weather date.
  265. # refresh_interval is how often in minutes the tables are calculated.
  266. refresh_interval = 1440
  267. [[min_temp]]
  268. obs_type = outTemp # obs_type can be any weewx reading
  269. aggregate_type = min # Any of these: 'sum', 'count', 'avg', 'max', 'min'
  270. # Can also use these aggregate_types: 'max_ge', 'max_le', 'min_le', 'sum_ge' to count days where observation
  271. # is ge: greater of equalto, or le: lessthan or equal to a threshold value
  272. # To specify this threshold, use: aggregate_threshold = [value], [units]
  273. # e.g Specify temperature threshold of 20C:
  274. #
  275. # aggregate_threshold = 20, degree_C
  276. [[max_temp]]
  277. obs_type = outTemp
  278. aggregate_type = max
  279. [[avg_temp]]
  280. obs_type = outTemp
  281. aggregate_type = avg
  282. [[avg_htemp]]
  283. obs_type = inTemp
  284. aggregate_type = avg
  285. [[temp_count]]
  286. obs_type = outTemp
  287. aggregate_type = sum_ge
  288. aggregate_threshold = -50, degree_F
  289. #minvalues = 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20
  290. #maxvalues = 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 32
  291. [[rain]]
  292. obs_type = rain
  293. aggregate_type = sum_ge
  294. aggregate_threshold = 0.02, inch
  295. minvalues = 0, 3, 6, 9, 12, 18 # Override default temperature colour scheme with rain specific scale
  296. maxvalues = 6, 12, 18, 24, 30, 50
  297. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#01DF01", "#01DF01"
  298. [[rain_sum]]
  299. obs_type = rain
  300. aggregate_type = sum
  301. #aggregate_threshold = 0.02, inch
  302. #minvalues = 0.00, 0.02, 0.05, 0.10, 0.20, 0.30 # Override default temperature colour scheme with rain specific scale
  303. #maxvalues = 0.06, 0.10, 0.25, 0.50, 1.00, 1.50
  304. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#01DF01", "#01DF01"
  305. [[rain_max]]
  306. obs_type = rain
  307. aggregate_type = maxsum
  308. #aggregate_threshold = 0.02, inch
  309. #minvalues = 0.00, 0.02, 0.05, 0.10, 0.20, 0.30 # Override default temperature colour scheme with rain specific scale
  310. #maxvalues = 0.06, 0.10, 0.25, 0.50, 1.00, 1.50
  311. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#01DF01", "#01DF01"
  312. #[[wind_max]]
  313. #obs_type = wind
  314. #aggregate_type = max
  315. #aggregate_threshold = 0.02, inch
  316. #minvalues = 0.00, 0.02, 0.05, 0.10, 0.20, 0.30 # Override default temperature colour scheme with rain specific scale
  317. #maxvalues = 20, 30, 40, 60, 80, 100
  318. #colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#01DF01", "#01DF01"
  319. #[[max_htemp]]
  320. #obs_type = inTemp
  321. #aggregate_type = max
  322. #maxvalues = 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90
  323. #[[min_htemp]]
  324. #obs_type = inTemp
  325. #aggregate_type = min
  326. #maxvalues = 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90
  327. [[NOAA]]
  328. #
  329. # Creates a table of links to NOAA reports with the tag $NOAA_table
  330. # Comment out [[NOAATable]] if you do not need this.
  331. #
  332. # Where to find the NOAA files and how they are named
  333. # Uses Python datetime convention (docs.python.org/2/library/datetime.html):
  334. # %Y = YYYY, %y = YY, %m = MM, etc.
  335. #
  336. year_filename = NOAA/NOAA-%Y.txt
  337. month_filename = NOAA/NOAA-%Y-%m.txt
  338. ###############################################################################
  339. [ImageGenerator]
  340. # This section lists all the images to be generated, what SQL types are to
  341. # be included in them, along with many plotting options, such as color or
  342. # font. There's a default for almost everything, if not specified below.
  343. # Nevertheless, I have explicitly put in values, to make it easy to see
  344. # and understand the options.
  345. #
  346. # Fonts can be anything accepted by the Python Imaging Library (PIL), which
  347. # is currently truetype (.ttf), or PIL's own font format (.pil). See
  348. # http://www.pythonware.com/library/pil/handbook/imagefont.htm for more
  349. # details. Note that "font size" is only used with truetype (.ttf)
  350. # fonts. For others, font size is determined by the bit-mapped size,
  351. # usually encoded in the file name (e.g., courB010.pil). If a font cannot
  352. # be found, then a default font will be used.
  353. #
  354. # Colors can be specified any of three ways:
  355. # 1. Notation 0xBBGGRR;
  356. # 2. Notation #RRGGBB; or
  357. # 3. Using an English name, such as 'yellow', or 'blue'.
  358. # So, 0xff0000, #0000ff, or 'blue' would all specify a pure blue color.
  359. image_width = 800
  360. image_height = 300
  361. image_background_color = 0xffffff
  362. chart_background_color = 0xffffff
  363. chart_gridline_color = 0xdbdbdb
  364. top_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  365. top_label_font_size = 16
  366. unit_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  367. unit_label_font_size = 12
  368. unit_label_font_color = 0x000000
  369. bottom_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  370. bottom_label_font_size = 12
  371. bottom_label_font_color = 0x000000
  372. axis_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  373. axis_label_font_size = 12
  374. axis_label_font_color = 0x000000
  375. # Options for the compass rose, used for progressive vector plots
  376. rose_label = N
  377. rose_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  378. rose_label_font_size = 12
  379. rose_label_font_color = 0x000000
  380. # Default colors for the plot lines. These can be overridden for
  381. # individual lines using option 'color'
  382. chart_line_colors = 0xb48242, 0x4242b4, 0x42b442
  383. # Type of line. Only 'solid' or 'none' is offered now
  384. line_type = 'solid'
  385. # Size of marker in pixels
  386. marker_size = 8
  387. # Type of marker. Pick one of 'cross', 'x', 'circle', 'box', or 'none'
  388. marker_type = 'none'
  389. # Default fill colors for bar charts. These can be overridden for
  390. # individual bar plots using option 'fill_color'
  391. chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472
  392. # The following option merits an explanation. The y-axis scale used for
  393. # plotting can be controlled using option 'yscale'. It is a 3-way tuple,
  394. # with values (ylow, yhigh, min_interval). If set to "None", a parameter is
  395. # set automatically, otherwise the value is used. However, in the case of
  396. # min_interval, what is set is the *minimum* y-axis tick interval.
  397. yscale = None, None, None
  398. # For progressive vector plots, you can choose to rotate the vectors.
  399. # Positive is clockwise.
  400. # For my area, westerlies overwhelmingly predominate, so by rotating
  401. # positive 90 degrees, the average vector will point straight up.
  402. vector_rotate = 90
  403. # This defines what fraction of the difference between maximum and minimum
  404. # horizontal chart bounds is considered a gap in the samples and should not
  405. # be plotted.
  406. line_gap_fraction = 0.01
  407. bar_gap_fraction = 0.20
  408. # This controls whether day/night bands will be shown. They only look good
  409. # on the day and week plots.
  410. show_daynight = true
  411. # These control the appearance of the bands if they are shown. 0xBBGGRR
  412. # Sofa Skin blue orange:
  413. # Night: #f0fdff Day: #fefff0 Edge: #f0fffb
  414. daynight_day_color = 0xf0fffe
  415. daynight_night_color = 0xfffdf0
  416. daynight_edge_color = 0xfbfff0
  417. ## What follows is a list of subsections, each specifying a time span, such
  418. ## as a day, week, month, or year. There's nothing special about them or
  419. ## their names: it's just a convenient way to group plots with a time span
  420. ## in common. You could add a time span [[biweek_images]] and add the
  421. ## appropriate time length, aggregation strategy, etc., without changing
  422. ## any code.
  423. ##
  424. ## Within each time span, each sub-subsection is the name of a plot to be
  425. ## generated for that time span. The generated plot will be stored using
  426. ## that name, in whatever directory was specified by option 'HTML_ROOT'
  427. ## in weewx.conf.
  428. ##
  429. ## With one final nesting (four brackets!) is the sql type of each line to
  430. ## be included within that plot.
  431. ##
  432. ## Unless overridden, leaf nodes inherit options from their parent
  433. # Default plot and aggregation. Can get overridden at any level.
  434. plot_type = line
  435. aggregate_type = none
  436. width = 1
  437. time_length = 86400 # == 24 hours
  438. [[day_images]]
  439. x_label_format = %H:%M
  440. bottom_label_format = %x %X
  441. time_length = 97200 # == 27 hours
  442. [[[daybarometer]]]
  443. [[[[barometer]]]]
  444. [[[daytempdew]]]
  445. [[[[outTemp]]]]
  446. [[[[dewpoint]]]]
  447. [[[dayrain]]]
  448. # Make sure the y-axis increment is at least 0.02 for the rain plot
  449. yscale = None, None, 0.02
  450. plot_type = bar
  451. [[[[rain]]]]
  452. aggregate_type = sum
  453. aggregate_interval = 3600
  454. label = Rain (hourly total)
  455. [[[dayrx]]]
  456. [[[[rxCheckPercent]]]]
  457. [[[daypond]]]
  458. yscale = None, None, 0.5
  459. [[[[extraTemp1]]]]
  460. [[[daywind]]]
  461. [[[[windSpeed]]]]
  462. [[[[windGust]]]]
  463. [[[daywinddir]]]
  464. # Hardwire in the y-axis scale for wind direction
  465. yscale = 0.0, 360.0, 45.0
  466. [[[[windDir]]]]
  467. [[[daywindvec]]]
  468. [[[[windvec]]]]
  469. plot_type = vector
  470. [[[daytempchill]]]
  471. [[[[windchill]]]]
  472. [[[[heatindex]]]]
  473. [[[dayinside]]]
  474. [[[[inTemp]]]]
  475. [[[dayinhumid]]]
  476. [[[[inHumidity]]]]
  477. [[[dayradiation]]]
  478. [[[[radiation]]]]
  479. [[[dayuv]]]
  480. yscale = 0, 16, 1
  481. [[[[UV]]]]
  482. [[week_images]]
  483. x_label_format = %d
  484. bottom_label_format = %x %X
  485. time_length = 604800 # == 7 days
  486. aggregate_type = avg
  487. aggregate_interval = 3600
  488. [[[weekbarometer]]]
  489. [[[[barometer]]]]
  490. [[[weektempdew]]]
  491. [[[[outTemp]]]]
  492. [[[[dewpoint]]]]
  493. [[[weekrain]]]
  494. yscale = None, None, 0.02
  495. plot_type = bar
  496. [[[[rain]]]]
  497. aggregate_type = sum
  498. aggregate_interval = 86400
  499. label = Rain (daily total)
  500. [[[weekpond]]]
  501. yscale = None, None, 0.5
  502. [[[[extraTemp1]]]]
  503. [[[weekrx]]]
  504. [[[[rxCheckPercent]]]]
  505. [[[weekwind]]]
  506. [[[[windSpeed]]]]
  507. [[[[windGust]]]]
  508. aggregate_type = max
  509. [[[weekwinddir]]]
  510. yscale = 0.0, 360.0, 45.0
  511. [[[[windDir]]]]
  512. [[[weekwindvec]]]
  513. [[[[windvec]]]]
  514. plot_type = vector
  515. [[[weektempchill]]]
  516. [[[[windchill]]]]
  517. [[[[heatindex]]]]
  518. [[[weekinside]]]
  519. [[[[inTemp]]]]
  520. [[[weekinhumid]]]
  521. [[[[inHumidity]]]]
  522. [[[weekradiation]]]
  523. [[[[radiation]]]]
  524. [[[weekuv]]]
  525. yscale = 0, 16, 1
  526. [[[[UV]]]]
  527. [[month_images]]
  528. x_label_format = %d
  529. bottom_label_format = %x %X
  530. time_length = 2592000 # == 30 days
  531. aggregate_type = avg
  532. aggregate_interval = 10800 # == 3 hours
  533. show_daynight = false
  534. [[[monthbarometer]]]
  535. [[[[barometer]]]]
  536. [[[monthtempdew]]]
  537. [[[[outTemp]]]]
  538. [[[[dewpoint]]]]
  539. [[[monthrain]]]
  540. yscale = None, None, 0.02
  541. plot_type = bar
  542. [[[[rain]]]]
  543. aggregate_type = sum
  544. aggregate_interval = 86400
  545. label = Rain (daily total)
  546. [[[monthpond]]]
  547. yscale = None, None, 0.5
  548. [[[[extraTemp1]]]]
  549. [[[monthrx]]]
  550. [[[[rxCheckPercent]]]]
  551. [[[monthwind]]]
  552. [[[[windSpeed]]]]
  553. [[[[windGust]]]]
  554. aggregate_type = max
  555. [[[monthwinddir]]]
  556. yscale = 0.0, 360.0, 45.0
  557. [[[[windDir]]]]
  558. [[[monthwindvec]]]
  559. [[[[windvec]]]]
  560. plot_type = vector
  561. [[[monthtempchill]]]
  562. [[[[windchill]]]]
  563. [[[[heatindex]]]]
  564. [[[monthinside]]]
  565. [[[[inTemp]]]]
  566. [[[monthinhumid]]]
  567. [[[[inHumidity]]]]
  568. [[[monthradiation]]]
  569. [[[[radiation]]]]
  570. [[[monthuv]]]
  571. yscale = 0, 16, 1
  572. [[[[UV]]]]
  573. [[year_images]]
  574. x_label_format = %m/%d
  575. bottom_label_format = %x %X
  576. time_length = 31536000 # == 365 days
  577. aggregate_type = avg
  578. aggregate_interval = 86400
  579. show_daynight = false
  580. [[[yearbarometer]]]
  581. [[[[barometer]]]]
  582. [[[yeartempdew]]]
  583. [[[[outTemp]]]]
  584. label = Average Daily Temperature
  585. [[[[dewpoint]]]]
  586. label = and Dewpoint
  587. # Daily high/lows:
  588. [[[yearhilow]]]
  589. [[[[hi]]]]
  590. data_type = outTemp
  591. aggregate_type = max
  592. label = High
  593. [[[[low]]]]
  594. data_type = outTemp
  595. aggregate_type = min
  596. label = and Low Temperature
  597. [[[yearwind]]]
  598. [[[[windSpeed]]]]
  599. [[[[windGust]]]]
  600. aggregate_type = max
  601. [[[yearrain]]]
  602. yscale = None, None, 0.02
  603. plot_type = bar
  604. [[[[rain]]]]
  605. aggregate_type = sum
  606. # aggregate_interval = 2629800 # Magic number: the length of a nominal month
  607. aggregate_interval = 604800 # == 1 week
  608. label = Rain (weekly total)
  609. [[[yearpond]]]
  610. yscale = None, None, 0.5
  611. [[[[extraTemp1]]]]
  612. [[[yearrx]]]
  613. [[[[rxCheckPercent]]]]
  614. [[[yearwinddir]]]
  615. yscale = 0.0, 360.0, 45.0
  616. [[[[windDir]]]]
  617. [[[yearwindvec]]]
  618. [[[[windvec]]]]
  619. plot_type = vector
  620. [[[yeartempchill]]]
  621. [[[[windchill]]]]
  622. [[[[heatindex]]]]
  623. [[[yearinside]]]
  624. [[[[inTemp]]]]
  625. [[[yearinhumid]]]
  626. [[[[inHumidity]]]]
  627. [[[yearradiation]]]
  628. [[[[radiation]]]]
  629. [[[yearuv]]]
  630. yscale = 0, 16, 1
  631. [[[[UV]]]]
  632. ###############################################################################
  633. #
  634. # The list of generators that are to be run:
  635. #
  636. [Generators]
  637. generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator