skin.conf 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  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 =
  11. # Current radar image
  12. #radar_img =
  13. # Current radar animation (starts on radar_img hover)
  14. #radar_gif =
  15. # Hyperlink for radar
  16. #radar_url =
  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 =
  22. #radar_url_alt_text =
  23. # You. Only shows up in footer
  24. #you = "Your Name"
  25. #emailname = "Email"
  26. #email = ""
  27. # Camera link
  28. # camera and cameratitle are arrays of the camera links and camera names.
  29. #cameratitle = "Linder - McMillan", "Ten Mile - McMillan", "Chinden - Linder", "Chinden - Long Lake", "Chinden - Ten Mile"
  30. #camera = http://www.achdidaho.org/ATIS/CCTV/CCTV_677.jpg, http://www.achdidaho.org/ATIS/CCTV/CCTV_664.jpg, http://www.achdidaho.org/ATIS/CCTV/CCTV_583.jpg, http://www.achdidaho.org/ATIS/CCTV/CCTV_662.jpg, http://www.achdidaho.org/ATIS/CCTV/CCTV_667.jpg
  31. # Google Analytics ID
  32. #googleAnalyticsId =
  33. #CWOP
  34. #cwop =
  35. #cwop_url =
  36. #mesowest
  37. #mwest =
  38. #mwest_url =
  39. #weather underground
  40. #wunderground =
  41. #wu_url =
  42. #CoCoRaHS
  43. #crahs =
  44. #crahs_url =
  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 = " knots"
  121. knot2 = " knots"
  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. # Station information
  235. template = station.html.tmpl
  236. [[[summary]]]
  237. # Station Summaries and all time station records
  238. template = summary.html.tmpl
  239. [[[textphp]]]
  240. # NOAA Climate Reports
  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, error/*, robots.txt, touch-icon.png, favicon.ico
  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 = "#0066FF", "#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. minvalues = 15, 25, 35, 45, 50, 55, 60, 65, 70, 75, 80
  283. maxvalues = 25, 35, 45, 50, 55, 60, 65, 70, 75, 80, 85
  284. [[avg_htemp]]
  285. obs_type = inTemp
  286. aggregate_type = avg
  287. minvalues = 50, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80
  288. maxvalues = 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 85
  289. [[temp_count]]
  290. obs_type = outTemp
  291. aggregate_type = sum_ge
  292. aggregate_threshold = -150.0, degree_F
  293. minvalues = 0, 2, 4, 6, 8, 12, 15, 18, 21, 24, 27
  294. maxvalues = 2, 4, 6, 8, 12, 15, 18, 21, 24, 27, 32
  295. colours = "#0029E5", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FFFFFF"
  296. #number of days of rainfall
  297. [[rain_count]]
  298. obs_type = rain
  299. aggregate_type = sum_ge
  300. aggregate_threshold = 0.02, inch
  301. minvalues = 0, 2, 4, 8, 12, 20 # Override default temperature colour scheme with rain specific scale
  302. maxvalues = 2, 4, 8, 12, 20, 32
  303. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#41E741", "#01DF01"
  304. #total monthly rainfall
  305. [[rain]]
  306. obs_type = rain
  307. aggregate_type = sum
  308. minvalues = 0, 1, 2, 3, 4, 5 # Override default temperature colour scheme with rain specific scale
  309. maxvalues = 1, 2, 3, 4, 5, 10
  310. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#41E741", "#01DF01"
  311. [[NOAA]]
  312. #
  313. # Creates a table of links to NOAA reports with the tag $NOAA_table
  314. # Comment out [[NOAATable]] if you do not need this.
  315. #
  316. # Where to find the NOAA files and how they are named
  317. # Uses Python datetime convention (docs.python.org/2/library/datetime.html):
  318. # %Y = YYYY, %y = YY, %m = MM, etc.
  319. #
  320. year_filename = NOAA/NOAA-%Y.txt
  321. month_filename = NOAA/NOAA-%Y-%m.txt
  322. ###############################################################################
  323. [ImageGenerator]
  324. # This section lists all the images to be generated, what SQL types are to
  325. # be included in them, along with many plotting options, such as color or
  326. # font. There's a default for almost everything, if not specified below.
  327. # Nevertheless, I have explicitly put in values, to make it easy to see
  328. # and understand the options.
  329. #
  330. # Fonts can be anything accepted by the Python Imaging Library (PIL), which
  331. # is currently truetype (.ttf), or PIL's own font format (.pil). See
  332. # http://www.pythonware.com/library/pil/handbook/imagefont.htm for more
  333. # details. Note that "font size" is only used with truetype (.ttf)
  334. # fonts. For others, font size is determined by the bit-mapped size,
  335. # usually encoded in the file name (e.g., courB010.pil). If a font cannot
  336. # be found, then a default font will be used.
  337. #
  338. # Colors can be specified any of three ways:
  339. # 1. Notation 0xBBGGRR;
  340. # 2. Notation #RRGGBB; or
  341. # 3. Using an English name, such as 'yellow', or 'blue'.
  342. # So, 0xff0000, #0000ff, or 'blue' would all specify a pure blue color.
  343. image_width = 800
  344. image_height = 300
  345. image_background_color = 0xffffff
  346. chart_background_color = 0xffffff
  347. chart_gridline_color = 0xdbdbdb
  348. top_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  349. top_label_font_size = 16
  350. unit_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  351. unit_label_font_size = 12
  352. unit_label_font_color = 0x000000
  353. bottom_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  354. bottom_label_font_size = 12
  355. bottom_label_font_color = 0x000000
  356. axis_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  357. axis_label_font_size = 12
  358. axis_label_font_color = 0x000000
  359. # Options for the compass rose, used for progressive vector plots
  360. rose_label = N
  361. rose_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  362. rose_label_font_size = 12
  363. rose_label_font_color = 0x000000
  364. # Default colors for the plot lines. These can be overridden for
  365. # individual lines using option 'color'
  366. chart_line_colors = 0xb48242, 0x4242b4, 0x42b442
  367. # Type of line. Only 'solid' or 'none' is offered now
  368. line_type = 'solid'
  369. # Size of marker in pixels
  370. marker_size = 8
  371. # Type of marker. Pick one of 'cross', 'x', 'circle', 'box', or 'none'
  372. marker_type = 'none'
  373. # Default fill colors for bar charts. These can be overridden for
  374. # individual bar plots using option 'fill_color'
  375. chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472
  376. # The following option merits an explanation. The y-axis scale used for
  377. # plotting can be controlled using option 'yscale'. It is a 3-way tuple,
  378. # with values (ylow, yhigh, min_interval). If set to "None", a parameter is
  379. # set automatically, otherwise the value is used. However, in the case of
  380. # min_interval, what is set is the *minimum* y-axis tick interval.
  381. yscale = None, None, None
  382. # For progressive vector plots, you can choose to rotate the vectors.
  383. # Positive is clockwise.
  384. # For my area, westerlies overwhelmingly predominate, so by rotating
  385. # positive 90 degrees, the average vector will point straight up.
  386. vector_rotate = 90
  387. # This defines what fraction of the difference between maximum and minimum
  388. # horizontal chart bounds is considered a gap in the samples and should not
  389. # be plotted.
  390. line_gap_fraction = 0.01
  391. bar_gap_fraction = 0.20
  392. # This controls whether day/night bands will be shown. They only look good
  393. # on the day and week plots.
  394. show_daynight = true
  395. # These control the appearance of the bands if they are shown. 0xBBGGRR
  396. # Sofa Skin blue orange:
  397. # Night: #f0fdff Day: #fefff0 Edge: #f0fffb
  398. daynight_day_color = 0xf0fffe
  399. daynight_night_color = 0xfffdf0
  400. daynight_edge_color = 0xfbfff0
  401. ## What follows is a list of subsections, each specifying a time span, such
  402. ## as a day, week, month, or year. There's nothing special about them or
  403. ## their names: it's just a convenient way to group plots with a time span
  404. ## in common. You could add a time span [[biweek_images]] and add the
  405. ## appropriate time length, aggregation strategy, etc., without changing
  406. ## any code.
  407. ##
  408. ## Within each time span, each sub-subsection is the name of a plot to be
  409. ## generated for that time span. The generated plot will be stored using
  410. ## that name, in whatever directory was specified by option 'HTML_ROOT'
  411. ## in weewx.conf.
  412. ##
  413. ## With one final nesting (four brackets!) is the sql type of each line to
  414. ## be included within that plot.
  415. ##
  416. ## Unless overridden, leaf nodes inherit options from their parent
  417. # Default plot and aggregation. Can get overridden at any level.
  418. plot_type = line
  419. aggregate_type = none
  420. width = 2
  421. time_length = 86400 # == 24 hours
  422. [[day_images]]
  423. x_label_format = %H:%M
  424. bottom_label_format = %x %X
  425. time_length = 97200 # == 27 hours
  426. [[[daybarometer]]]
  427. [[[[barometer]]]]
  428. [[[daytempdew]]]
  429. [[[[outTemp]]]]
  430. [[[[dewpoint]]]]
  431. [[[dayrain]]]
  432. # Make sure the y-axis increment is at least 0.02 for the rain plot
  433. yscale = None, None, 0.02
  434. plot_type = bar
  435. [[[[rain]]]]
  436. aggregate_type = sum
  437. aggregate_interval = 3600
  438. label = Rain (Hourly Total)
  439. #[[[[linerain]]]]
  440. #data_type = rain
  441. #plot_type = line
  442. #aggregate_type = sum
  443. #aggregate_interval = 86400
  444. #label = Rain (24 hour Total)
  445. #[[[dayouthumid]]]
  446. # [[[[outHumidity]]]]
  447. #[[[dayrx]]]
  448. # [[[[rxCheckPercent]]]]
  449. #[[[daypond]]]
  450. # yscale = None, None, 0.5
  451. # [[[[extraTemp1]]]]
  452. [[[daywind]]]
  453. [[[[windSpeed]]]]
  454. [[[[windGust]]]]
  455. line_type = none
  456. marker_size = 2
  457. marker_type = 'cross'
  458. [[[daywinddir]]]
  459. # Hardwire in the y-axis scale for wind direction
  460. yscale = 0.0, 360.0, 45.0
  461. [[[[windDir]]]]
  462. line_type = none
  463. marker_size = 2
  464. marker_type = 'cross'
  465. [[[daywindvec]]]
  466. [[[[windvec]]]]
  467. plot_type = vector
  468. [[[daytempchill]]]
  469. [[[[windchill]]]]
  470. [[[[heatindex]]]]
  471. [[[dayinside]]]
  472. [[[[inTemp]]]]
  473. [[[dayinhumid]]]
  474. [[[[inHumidity]]]]
  475. [[[[outHumidity]]]]
  476. #[[[dayradiation]]]
  477. # [[[[radiation]]]]
  478. #[[[dayuv]]]
  479. # yscale = 0, 16, 1
  480. # [[[[UV]]]]
  481. [[week_images]]
  482. x_label_format = %d
  483. bottom_label_format = %x %X
  484. time_length = 604800 # == 7 days
  485. aggregate_type = avg
  486. aggregate_interval = 3600
  487. [[[weekbarometer]]]
  488. [[[[barometer]]]]
  489. [[[weektempdew]]]
  490. [[[[outTemp]]]]
  491. [[[[dewpoint]]]]
  492. [[[weekrain]]]
  493. yscale = None, None, 0.02
  494. plot_type = bar
  495. [[[[rain]]]]
  496. aggregate_type = sum
  497. aggregate_interval = 86400
  498. label = Rain (Daily Total)
  499. #[[[[linerain]]]]
  500. #data_type = rain
  501. #plot_type = line
  502. #aggregate_type = sum
  503. #aggregate_interval = 604800
  504. #label = Rain (Weekly Total)
  505. #[[[weekouthumid]]]
  506. # [[[[outHumidity]]]]
  507. #[[[weekpond]]]
  508. # yscale = None, None, 0.5
  509. # [[[[extraTemp1]]]]
  510. #[[[weekrx]]]
  511. # [[[[rxCheckPercent]]]]
  512. [[[weekwind]]]
  513. [[[[windSpeed]]]]
  514. [[[[windGust]]]]
  515. aggregate_type = max
  516. line_type = none
  517. marker_size = 2
  518. marker_type = 'cross'
  519. [[[weekwinddir]]]
  520. yscale = 0.0, 360.0, 45.0
  521. [[[[windDir]]]]
  522. line_type = none
  523. marker_size = 2
  524. marker_type = 'cross'
  525. [[[weekwindvec]]]
  526. [[[[windvec]]]]
  527. plot_type = vector
  528. [[[weektempchill]]]
  529. [[[[windchill]]]]
  530. [[[[heatindex]]]]
  531. [[[weekinside]]]
  532. [[[[inTemp]]]]
  533. [[[weekinhumid]]]
  534. [[[[inHumidity]]]]
  535. [[[[outHumidity]]]]
  536. #[[[weekradiation]]]
  537. # [[[[radiation]]]]
  538. #[[[weekuv]]]
  539. # yscale = 0, 16, 1
  540. # [[[[UV]]]]
  541. [[month_images]]
  542. x_label_format = %d
  543. bottom_label_format = %x %X
  544. time_length = 2592000 # == 30 days
  545. aggregate_type = avg
  546. aggregate_interval = 10800 # == 3 hours
  547. show_daynight = false
  548. [[[monthbarometer]]]
  549. [[[[barometer]]]]
  550. [[[monthtempdew]]]
  551. [[[[outTemp]]]]
  552. [[[[dewpoint]]]]
  553. [[[monthrain]]]
  554. yscale = None, None, 0.02
  555. plot_type = bar
  556. [[[[rain]]]]
  557. aggregate_type = sum
  558. aggregate_interval = 86400
  559. label = Rain (Daily Total)
  560. #[[[[linerain]]]]
  561. #plot_type = line
  562. #data_type = rain
  563. #aggregate_type = sum
  564. #aggregate_interval = 2592000
  565. #label = Rain (Total)
  566. #[[[monthouthumid]]]
  567. # [[[[outHumidity]]]]
  568. #[[[monthpond]]]
  569. # yscale = None, None, 0.5
  570. # [[[[extraTemp1]]]]
  571. #[[[monthrx]]]
  572. # [[[[rxCheckPercent]]]]
  573. # Old wind graphic
  574. #[[[monthwind]]]
  575. # [[[[windSpeed]]]]
  576. # [[[[windGust]]]]
  577. # aggregate_type = max
  578. # New wind graphic
  579. [[[monthwind]]]
  580. [[[[windSpeed]]]]
  581. aggregate_type = max
  582. [[[[avgwindSpeed]]]]
  583. data_type = windSpeed
  584. aggregate_type = avg
  585. label = Average Wind Speed
  586. [[[[windGust]]]]
  587. aggregate_type = max
  588. [[[monthwinddir]]]
  589. yscale = 0.0, 360.0, 45.0
  590. [[[[windDir]]]]
  591. line_type = none
  592. marker_size = 2
  593. marker_type = 'cross'
  594. [[[monthwindvec]]]
  595. [[[[windvec]]]]
  596. plot_type = vector
  597. [[[monthtempchill]]]
  598. [[[[windchill]]]]
  599. [[[[heatindex]]]]
  600. [[[monthinside]]]
  601. [[[[inTemp]]]]
  602. [[[monthinhumid]]]
  603. [[[[inHumidity]]]]
  604. [[[[outHumidity]]]]
  605. #[[[monthradiation]]]
  606. # [[[[radiation]]]]
  607. #[[[monthuv]]]
  608. # yscale = 0, 16, 1
  609. # [[[[UV]]]]
  610. [[year_images]]
  611. x_label_format = %m/%d
  612. bottom_label_format = %x %X
  613. time_length = 31536000 # == 365 days
  614. aggregate_type = avg
  615. aggregate_interval = 86400
  616. show_daynight = false
  617. [[[yearbarometer]]]
  618. [[[[barometer]]]]
  619. [[[yeartempdew]]]
  620. [[[[outTemp]]]]
  621. label = Average Daily Temperature
  622. [[[[dewpoint]]]]
  623. label = and Dewpoint
  624. # Daily high/lows:
  625. [[[yearhilow]]]
  626. [[[[hi]]]]
  627. data_type = outTemp
  628. aggregate_type = max
  629. label = High
  630. [[[[low]]]]
  631. data_type = outTemp
  632. aggregate_type = min
  633. label = Low Temperature
  634. [[[[dewpoint]]]]
  635. label = and Dewpoint
  636. #[[[yearwind]]]
  637. # [[[[windSpeed]]]]
  638. # [[[[windGust]]]]
  639. # aggregate_type = max
  640. [[[yearwind]]]
  641. [[[[windSpeed]]]]
  642. aggregate_type = max
  643. [[[[windGust]]]]
  644. aggregate_type = max
  645. [[[yearrain]]]
  646. yscale = None, None, 0.02
  647. plot_type = bar
  648. [[[[rain]]]]
  649. aggregate_type = sum
  650. # aggregate_interval = 2629800 # Magic number: the length of a nominal month
  651. aggregate_interval = 604800 # == 1 week
  652. label = Rain (Weekly Total)
  653. ##year totals
  654. #[[[yearrainyear1]]]
  655. # yscale = None, None, 0.02
  656. # plot_type = bar
  657. # [[[[rain]]]]
  658. # aggregate_type = sum
  659. # time_length = 315360000 # == 10 years
  660. # # aggregate_interval = 2629800 # Magic number: the length of a nominal month
  661. # aggregate_interval = 31536000 # == 1 year
  662. # label = Rain (Yearly Total)
  663. #[[[yearouthumid]]]
  664. # [[[[outHumidity]]]]
  665. #[[[yearpond]]]
  666. # yscale = None, None, 0.5
  667. # [[[[extraTemp1]]]]
  668. #[[[yearrx]]]
  669. # [[[[rxCheckPercent]]]]
  670. [[[yearwinddir]]]
  671. yscale = 0.0, 360.0, 45.0
  672. [[[[windDir]]]]
  673. line_type = none
  674. #aggregate_type = sum
  675. marker_size = 2
  676. marker_type = 'cross'
  677. [[[yearwindvec]]]
  678. [[[[windvec]]]]
  679. plot_type = vector
  680. [[[yeartempchill]]]
  681. [[[[windchill]]]]
  682. [[[[heatindex]]]]
  683. [[[yearinside]]]
  684. [[[[inTemp]]]]
  685. [[[yearinhumid]]]
  686. [[[[inHumidity]]]]
  687. [[[[outHumidity]]]]
  688. #[[[yearradiation]]]
  689. # [[[[radiation]]]]
  690. #[[[yearuv]]]
  691. # yscale = 0, 16, 1
  692. # [[[[UV]]]]
  693. ###############################################################################
  694. #
  695. # The list of generators that are to be run:
  696. #
  697. [Generators]
  698. generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator