>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# configuration file for the simple skin
# $Id: skin.conf 1123 2014-11-17 19:37:23Z mwall $
# The simple-for-weewx skin was created by Matthew Wall.
#
# This skin can be copied, modified, and distributed as long as this notice
# is included in any derivative work.
#
# This skin uses the dejavu sans mono font:
#   apt-get install ttf-dejavu-core
#   apt-get install ttf-dejavu-extra

[Extras]
    version = 0.4

    # light background
#    BG_COLOR = '#ffffff'
#    FG_COLOR = '#000000'
#    LINK_COLOR = '#207070'
#    HOVER_COLOR = '#30a0a0'
#    HOVER_BG_COLOR = '#ffffff'
#    VISITED_COLOR = '#207070'
#    LARGE_COLOR = '#207070'
#    HEATINDEX_COLOR = '#aa4444'
#    WINDCHILL_COLOR = '#4444aa'

    # dark background
    BG_COLOR = '#000000'
    FG_COLOR = '#ffffff'
    LINK_COLOR = '#50a0a0'
    HOVER_COLOR = '#50c0c0'
    HOVER_BG_COLOR = '#b8d8d8'
    VISITED_COLOR = '#50a0a0'
    LARGE_COLOR = '#50a0a0'
    HEATINDEX_COLOR = '#dd7777'
    WINDCHILL_COLOR = '#7777dd'

[Units]
    [[Groups]]
        group_altitude     = meter                # Options are 'foot' or 
'meter'
        group_degree_day   = degree_C_day         # Options are 'degree_F_day' 
or 'degree_C_day'
        group_direction    = degree_compass
        group_moisture     = centibar
        group_percent      = percent
        group_pressure     = hPa                  # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
        group_radiation    = watt_per_meter_squared
        group_rain         = mm                   # Options are 'inch', 'cm', 
or 'mm'
        group_rainrate     = mm_per_hour          # Options are 
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
        group_speed        = km_per_hour          # Options are 
'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
        group_speed2       = km_per_hour2         # Options are 
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
        group_temperature  = degree_C             # Options are 'degree_F' or 
'degree_C'
        group_uv           = uv_index
        group_volt         = volt 

 # The following are used internally and should not be changed:
        group_count        = count
        group_interval     = minute
        group_time         = unix_epoch
        group_elapsed      = second
       
[[StringFormats]]
        # This section sets the string formatting for each type of unit.

        centibar           = %.0f
        cm                 = %.2f
        cm_per_hour        = %.2f
        degree_C           = %.1f
        degree_F           = %.1f
        degree_compass     = %.0f
        foot               = %.0f
        hPa                = %.1f
        hour               = %.1f
        inHg               = %.3f
        inch               = %.2f
        inch_per_hour      = %.2f
        km_per_hour        = %.0f
        km_per_hour2       = %.1f
        knot               = %.0f
        knot2              = %.1f
        mbar               = %.1f
        meter              = %.0f
        meter_per_second   = %.1f
        meter_per_second2  = %.1f
        mile_per_hour      = %.0f
        mile_per_hour2     = %.1f
        mm                 = %.1f
        mmHg               = %.1f
        mm_per_hour        = %.1f
        percent            = %.0f
        second             = %.0f
        uv_index           = %.1f
        volt               = %.1f
        watt_per_meter_squared = %.0f
        NONE               = "   N/A"

    [[Labels]]
        # This section sets a label to be used for each type of unit.

        centibar          = " cb"
        cm                = " cm"
        cm_per_hour       = " cm/hr"
        degree_C          =   °C
        degree_F          =   °F
        degree_compass    =   °
        foot              = " feet"
        hPa               = " hPa"
        inHg              = " inHg"
        inch              = " in"
        km_per_hour       = " km/h"
        km_per_hour2      = " km/h"
        knot              = " knots"
        knot2             = " knots"
        mbar              = " mbar"
        meter             = " meters"
        meter_per_second  = " m/s"
        meter_per_second2 = " m/s"
        mile_per_hour     = " mph"
        mile_per_hour2    = " mph"
        mm                = " mm"
        mmHg              = " mmHg"
        mm_per_hour       = " mm/hr"
        percent           =   %
        volt              = " V"
        watt_per_meter_squared = " W/m²"
        day               = " day",    " days"
        hour              = " hour",   " hours"
        minute            = " minute", " minutes"
        second            = " second", " seconds"
        NONE              = ""

    [[TimeFormats]]
        day        = %X
        week       = %X %A
        month      = %x
        year       = %x
        rainyear   = %x
        current    = %x %X
        ephem_day  = %X
        ephem_year = %x %X

    [[Ordinates]]
        # The ordinal directions. The last one should be for no wind direction
        directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, 
NW, NNW, N/A

    [[DegreeDays]]
        # This section sets the base temperatures used for the calculation
        # of heating and cooling degree-days.

        # Base temperature for heating days, with unit:
        heating_base = 65, degree_C
        # Base temperature for cooling days, with unit:
        cooling_base = 65, degree_C

    [[Trend]]
        time_delta = 10800  # 3 hours
        time_grace = 300    # 5 minutes


[Labels]
    # Labels used in this skin

    # Set to hemisphere abbreviations suitable for your location:
    hemispheres = N, S, E, W
    # Formats to be used for latitude whole degrees, longitude whole degrees,
    # and minutes:
    latlon_formats = "%02d", "%03d", "%05.2f"

    [[Generic]]
        barometer      = Baromètre
        dewpoint       = Point de rosé
        heatindex      = Indice de Chaleur
        inHumidity     = Humidité Intérieur
        inTemp         = Temperature Intérieur
        outHumidity    = Humidité Extérieur
        outTemp        = Temperature Extérieur
        radiation      = Radiation
        rain           = Précipitation
        rainRate       = Taux de Précipitation
        windDir        = Direction du Vent
        windGust       = Vitesse Rafale
        windGustDir    = Direction Rafale
        windSpeed      = Vitesse du Vent
        windchill      = Température ressentie
        windgustvec    = Rafale Vector
        windvec        = Vent Vector

[Almanac]
    # The labels to be used for the phases of the moon:
    moon_phases = New, Waxing crescent, First quarter, Waxing gibbous, Full, 
Waning gibbous, Last quarter, Waning crescent

[CheetahGenerator]
    # This section is used by the generator CheetahGenerator, and specifies
    # which files are to be generated from which template.

    # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii'
    encoding = html_entities

    [[SummaryByMonth]]
        # Reports that summarize "by month"
        [[[NOAA_month]]]
            encoding = strict_ascii
            template = NOAA/NOAA-YYYY-MM.txt.tmpl

    [[SummaryByYear]]
        # Reports that summarize "by year"
        [[[NOAA_year]]]
            encoding = strict_ascii
            template = NOAA/NOAA-YYYY.txt.tmpl

    [[ToDate]]
        # Reports that show statistics "to date", such as day-to-date,
        # week-to-date, month-to-date, etc.
        [[[day]]]
            template = index.html.tmpl
        [[[week]]]
            template = week.html.tmpl

        [[[month]]]
            template = month.html.tmpl

        [[[year]]]
            template = year.html.tmpl

        [[[RSS]]]
            template = RSS/weewx_rss.xml.tmpl

        [[[Mobile]]]
            template = mobile.html.tmpl

        [[[xml]]]
            template = current.xml.tmpl

    search_list_extension = user.forecast.ForecastVariables

[CopyGenerator]

    # This section is used by the generator CopyGenerator

    # List of files to be copied only the first time the generator runs
    copy_once = backgrounds/*, weewx.css, mobile.css, favicon.ico, 
smartphone/icons/*, smartphone/custom.js

    # List of files to be copied each time the generator runs
    # copy_always =


[ImageGenerator]

    # light background
#    image_background_color = 0xffffff
#    chart_background_color = 0xffffff
#    chart_gridline_color = 0xeaeaea
#    unit_label_font_color = 0xaaaaaa
#    bottom_label_font_color = 0xaaaaaa
#    axis_label_font_color = 0xaaaaaa
#    rose_label_font_color = 0x888888
#    rose_color = 0xaaaaaa
#    chart_line_colors = 0xa0a030, 0xd0d080, 0x0a0a01
#    chart_fill_colors = 0xd0d090, 0xdfdfd0, 0x5a5a51
#    daynight_day_color = 0xffffff
#    daynight_night_color = 0xf6f6f8
#    daynight_edge_color = 0xafefef

    # dark background
    image_background_color = 0x000000
    chart_background_color = 0x000000
    chart_gridline_color = 0x333333
    unit_label_font_color = 0xeeeeee
    bottom_label_font_color = 0xeeeeee
    axis_label_font_color = 0xeeeeee
    rose_label_font_color = 0xeeeeee
    rose_color = 0xaaaaaa
    chart_line_colors = 0xa0a030, 0xd0d080, 0x8a8a81
    chart_fill_colors = 0xd0d090, 0xdfdfd0, 0xbabab1
    daynight_day_color = 0x555555
    daynight_night_color = 0x222222
    daynight_edge_color = 0x4f8f8f

    image_width = 500
    image_height = 150
    
    top_label_font_path = 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed-Bold.ttf
    top_label_font_size = 10
    
    unit_label_font_path = 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf
    unit_label_font_size = 10
    
    bottom_label_font_path = 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf
    bottom_label_font_size = 10
 
    axis_label_font_path = 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf   
    axis_label_font_size = 10
    
    rose_label = N
    rose_label_font_path = 
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf
    rose_label_font_size  = 8

    line_type = 'solid'

    marker_size = 2
    marker_type ='none'
    plot_type = line
    aggregate_type = none
    width = 1
    time_length = 86400    # 24 hours
    yscale = None, None, None
    vector_rotate = 90
    line_gap_fraction = 0.01
    bar_gap_fraction = 0.2

    [[day_images]]
        x_label_format = %H:%M
        show_daynight = true

        [[[daybarometer]]]
            [[[[barometer]]]]

        [[[dayrain]]]
            yscale = None, None, 0.02
            plot_type = bar
            [[[[rain]]]]
                aggregate_type = sum
                aggregate_interval = 3600
                label = Rain (hourly total)
        
        [[[daywind]]]
            [[[[windSpeed]]]]
            [[[[windGust]]]]
        
        [[[daywinddir]]]
            line_type = None
            marker_type = 'box'
            marker_size = 2
            yscale = 0.0, 360.0, 45.0
            [[[[windDir]]]]
    
        [[[daywindvec]]]
            [[[[windvec]]]]
                plot_type = vector
            [[[[windgustvec]]]]
                plot_type = vector
                aggregate_type = max
                aggregate_interval = 3600

        [[[dayintemp]]]
            [[[[inTemp]]]]

        [[[dayouttemp]]]
            [[[[outTemp]]]]

        [[[dayinouttemp]]]
            [[[[outTemp]]]]
            [[[[inTemp]]]]

        [[[dayinhum]]]
            yscale = 0, 100, 10
            [[[[inHumidity]]]]

        [[[dayouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]

        [[[dayinouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]
            [[[[inHumidity]]]]
        
        [[[daytempchill]]]
            [[[[windchill]]]]
            [[[[heatindex]]]]

        [[[dayinouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]
            [[[[inTemp]]]]

        [[[dayouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]

        [[[dayradiation]]]
            [[[[radiation]]]]

        [[[dayuv]]]
            [[[[UV]]]]

    [[week_images]]
        x_label_format = %d
        time_length = 604800    # 7 days
        aggregate_type = avg
        aggregate_interval = 3600
        show_daynight = true

        [[[weekbarometer]]]
            [[[[barometer]]]]

        [[[weekrain]]]
            yscale = None, None, 0.02
            plot_type = bar
            [[[[rain]]]]
                aggregate_type = sum
                aggregate_interval = 14400
                label = Rain (4-hour total)
        
        [[[weekwind]]]
            [[[[windSpeed]]]]
            [[[[windGust]]]]
        
        [[[weekwinddir]]]
            line_type = None
            marker_type = 'box'
            marker_size = 2
            yscale = 0.0, 360.0, 45.0
            [[[[windDir]]]]
    
        [[[weekwindvec]]]
            [[[[windvec]]]]
                plot_type = vector
            [[[[windgustvec]]]]
                plot_type = vector
                aggregate_type = max

        [[[weekintemp]]]
            [[[[inTemp]]]]

        [[[weekouttemp]]]
            [[[[outTemp]]]]

        [[[weekinouttemp]]]
            [[[[outTemp]]]]
            [[[[inTemp]]]]

        [[[weekinhum]]]
            yscale = 0, 100, 10
            [[[[inHumidity]]]]

        [[[weekouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]

        [[[weekinouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]
            [[[[inHumidity]]]]
        
        [[[weektempchill]]]
            [[[[windchill]]]]
            [[[[heatindex]]]]

        [[[weekinouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]
            [[[[inTemp]]]]

        [[[weekouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]

        [[[weekradiation]]]
            [[[[radiation]]]]

        [[[weekuv]]]
            [[[[UV]]]]

    [[month_images]]
        x_label_format = %d
        time_length = 2592000    # 30 days
        aggregate_type = avg
        aggregate_interval = 10800    # 3 hours

        [[[monthbarometer]]]
            [[[[barometer]]]]

        [[[monthrain]]]
            yscale = None, None, 0.02
            plot_type = bar
            [[[[rain]]]]
                aggregate_type = sum
                aggregate_interval = 86400
                label = Rain (daily total)
        
        [[[monthwind]]]
            [[[[windSpeed]]]]
            [[[[windGust]]]]
        
        [[[monthwinddir]]]
            line_type = None
            marker_type = 'box'
            marker_size = 2
            yscale = 0.0, 360.0, 45.0
            [[[[windDir]]]]
    
        [[[monthwindvec]]]
            [[[[windvec]]]]
                plot_type = vector
            [[[[windgustvec]]]]
                plot_type = vector
                aggregate_type = max

        [[[monthintemp]]]
            [[[[inTemp]]]]

        [[[monthouttemp]]]
            [[[[outTemp]]]]

        [[[monthinouttemp]]]
            [[[[outTemp]]]]
            [[[[inTemp]]]]

        [[[monthinhum]]]
            yscale = 0, 100, 10
            [[[[inHumidity]]]]

        [[[monthouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]

        [[[monthinouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]
            [[[[inHumidity]]]]
        
        [[[monthtempchill]]]
            [[[[windchill]]]]
            [[[[heatindex]]]]

        [[[monthinouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]
            [[[[inTemp]]]]

        [[[monthouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]

        [[[monthradiation]]]
            [[[[radiation]]]]

        [[[monthuv]]]
            [[[[UV]]]]

    [[year_images]]
        x_label_format = %b
#        x_label_format = %d.%m
        time_length = 31536000    # 365 days
        aggregate_type = avg
        aggregate_interval = 86400

        [[[yearbarometer]]]
            [[[[barometer]]]]

        [[[yearrain]]]
            yscale = None, None, 0.02
            plot_type = bar
            [[[[rain]]]]
                aggregate_type = sum
                aggregate_interval = 604800
                label = Rain (weekly total)
        
        [[[yearwind]]]
            [[[[windSpeed]]]]
            [[[[windGust]]]]
        
        [[[yearwinddir]]]
            line_type = None
            marker_type = 'box'
            marker_size = 2
            yscale = 0.0, 360.0, 45.0
            [[[[windDir]]]]
    
        [[[yearwindvec]]]
            [[[[windvec]]]]
                plot_type = vector
            [[[[windgustvec]]]]
                plot_type = vector
                aggregate_type = max

        [[[yearintemp]]]
            [[[[inTemp]]]]

        [[[yearouttemp]]]
            [[[[outTemp]]]]

        [[[yearinouttemp]]]
            [[[[outTemp]]]]
            [[[[inTemp]]]]

        [[[yearinhum]]]
            yscale = 0, 100, 10
            [[[[inHumidity]]]]

        [[[yearouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]

        [[[yearinouthum]]]
            yscale = 0, 100, 10
            [[[[outHumidity]]]]
            [[[[inHumidity]]]]
        
        [[[yeartempchill]]]
            [[[[windchill]]]]
            [[[[heatindex]]]]

        [[[yearinouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]
            [[[[inTemp]]]]

        [[[yearouttempdew]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]

        [[[yearradiation]]]
            [[[[radiation]]]]

        [[[yearuv]]]
            [[[[UV]]]]

[Generators]
        generator_list = weewx.cheetahgenerator.CheetahGenerator, 
weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator

Reply via email to