skin.conf 26 KB

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