# +-------------------------------------------------------------------------+ # | | # | () () _ _ _ | # | | \ | | ___ ___ __ _ _ __ ___ _ _ _ __ __| | | # | () () | \| |/ _ \/ _ \ / _` | '__/ _ \| | | | '_ \ / _` | | # | | |\ | __/ (_) | (_| | | | (_) | |_| | | | | (_| | | # | () () |_| \_|\___|\___/ \__, |_| \___/ \__,_|_| |_|\__,_| | # | |___/ | # | () () G m b H | # | | # | weather (at) neoground.com https://neoground.com | # | | # +-------------------------------------------------------------------------+ # # +-------------------------------------------------------------------------+ # | | # | N E O W X M A T E R I A L S K I N | # | | # | C O N F I G U R A T I O N F I L E | # | | # +-------------------------------------------------------------------------+ # # +-------------------------------------------------------------------------+ # | (c) 2020-2021 Neoground GmbH & Contributors | # | See https://neoground.com/projects/neowx-material for more information | # | Documentation: https://neoground.com/docs/neowx-material | # +-------------------------------------------------------------------------+ # # # Skin specific configuration # ----------------------------------------------------------------------------- # # Dear user: This is probably the only section you need to edit # [Extras] # Version # ------------------------------------------------------------------------- # # This is the current version of this skin. # You can check for updates on the project page. # version = 1.11 # Language # ------------------------------------------------------------------------- # # Set the language of this skin. # This is also the used key in the [[Translations]] section below. # # Note: Labels are defined in weewx.conf Labels -> Generic section # (ca. line 362) and need to be translated there. # # Available: en, ca, de, es, fi, fr, it # language = de # Color of your skin # ------------------------------------------------------------------------- # # This will change the primary color of your skin. The chart colors # can be changed in the [[Charts]] section below. # # Available: red, pink, purple, deep-purple, # indigo, blue, light-blue, cyan, # teal, green, light-green, lime, # yellow, amber, orange, deep-orange, # brown, grey, blue-grey # color = indigo # Header # ------------------------------------------------------------------------- # # This section contains config for the global HTML area # but also for the page header. # [[Header]] # Meta tags in of each page description = keywords = weather,weewx,neowx-material # Show these pages in the navigation menu? yes/no current_nav_link = yes yesterday_nav_link = yes week_nav_link = yes month_nav_link = yes year_nav_link = yes archive_nav_link = yes # You can add up to 2 more links at the end of the navigation menu # Empty URLs will be hidden custom1_label = custom1_url = custom2_label = custom2_url = # Show almanac in header? yes/no # If pyephem is available: sun + moon rise/set, more button # If pyephem is not available: sunrise + sunset show_almanac = yes # Show almanac as link in the navigation menu? yes/no # (if almanac is shown in header it contains a more button) almanac_nav_link = no # Show logo in header? yes/no show_logo = yes # If you don't like the logo you can specify the URL to your own custom_logo_url = # Footer # ------------------------------------------------------------------------- # # Empty fields / links will be hidden. # [[Footer]] # Your name to appear in the copyright line name = Wetterstation Kiel # Show hardware + altitude show_about_data = yes # Additional text content below about section of footer about = # Show link to telemetry page in about section of the footer? yes/no show_telemetry = yes # Text content for a custom text box in the middle of the footer box_title = box_content = # Up to 4 custom links in the right part of the footer link1_label = Lightning Maps link1_url = https://www.lightningmaps.org link2_label = Windy link2_url = https://www.windy.com link3_label = link3_url = link4_label = link4_url = # Links to imprint / privacy pages # These links will appear on the row below the footer imprint_label = imprint_url = privacy_label = privacy_url = # Do you want to support weewx and this skin by showing # small credits in the last footer line? yes/no # By default this displays: # "Powered by weewx vX.X.X" and "NeoWX Material skin vX.X" # With the current version of weewx and this skin (if enabled). # The names are also clickable and will redirect to the project # pages, but with "noopener" to increase privacy. # We thank you for your support. support_weewx = yes support_skin = yes show_version = yes # Date and time formatting # ------------------------------------------------------------------------- # [[Formatting]] # Datetime format (strftime) for generated HTML datetime_today = %H:%M datetime = %a %d %H:%M datetime_archive = %d.%m. %H:%M # Datetime format (javascript) for charts datetime_graph_label = dd DD HH:mm datetime_graph_tooltip = dd DD.MM. HH:MM datetime_graph_archive = DD.MM.YY # Appearance # ------------------------------------------------------------------------- # # Here you can change the order of all cards and their appearance. # You can also remove values to hide them. # Note: Cards and charts without data won't be shown. # [[Appearance]] # The order of values cards (left column) values_order = outTemp, outHumidity, barometer, windSpeed, rain, snowDepth, dewpoint, windchill, heatindex, inTemp, inHumidity, UV, ET, radiation, appTemp, cloudbase, extraTemp1, extraHumid1, extraTemp2, extraHumid2, extraTemp3, extraHumid3, extraTemp4, extraHumid4, extraTemp5, extraHumid5, extraTemp6, extraHumid6, extraTemp7, extraHumid7, extraTemp8, extraHumid8 # The order of chart cards (right column) charts_order = outTemp, windchill, barometer, rain, snowDepth, windSpeed, windvec, UV, ET, radiation, outHumidity, inTemp, inHumidity, appTemp, cloudbase, extraTemp1, extraHumid1, extraTemp2, extraHumid2, extraTemp3, extraHumid3, extraTemp4, extraHumid4, extraTemp5, extraHumid5, extraTemp6, extraHumid6, extraTemp7, extraHumid7, extraTemp8, extraHumid8 # The order of cards on telemetry page telemetry_order = rxCheckPercent, txBatteryStatus, windBatteryStatus, rainBatteryStatus, outTempBatteryStatus, inTempBatteryStatus, consBatteryVoltage, heatingVoltage, supplyVoltage, referenceVoltage, extraBatteryStatus1, extraBatteryStatus2, extraBatteryStatus3, extraBatteryStatus4, extraBatteryStatus5, extraBatteryStatus6, extraBatteryStatus7, extraBatteryStatus8 # Show trend arrow with tooltip at these values on the "current" page show_trend_on = barometer, outTemp, outHumidity, inTemp, inHumidity, UV # Should the coordinates (latitude, longitude) be shown in the # NOAA TXT reports? yes/no show_coordinates = yes # Light / Dark mode # By default the theme is set based on the user's device settings. # You can manually force to only display the light or dark mode. # Values: auto / light / dark mode = auto # Here you can set a hex code for the text color of low / high values # on all cards. By default they are grey. (quotes are needed on values) # lo_value_color = "#03a9f4" # hi_value_color = "#f44336" lo_value_color = hi_value_color = # Charts # ------------------------------------------------------------------------- # # Configuration of the charts / graphs # [[Charts]] # Color palette of charts # --------------------------------------------------------------------- # # There are 10 built in color palettes for the charts # You can use them as palette1 - palette10 # See: https://apexcharts.com/docs/options/theme/#palette # palette = palette1 # Height of charts in px height = 300 # Stroke settings # --------------------------------------------------------------------- # # The curve of line / area charts can be: # smooth - connects points in a curve fashion (spline) (default) # straight - connects points in straight lines # stepline - connects points by horizontal and vertical lines # # The width of the curve is set in px. Default: 2 # # The size of markers is set in px (dot on each datapoint). # Set to 0 to disable markers and only show the line. Default: 0 # stroke_curve = smooth stroke_width = 2 markers_size = 0 # Timespans between each data point # --------------------------------------------------------------------- # # Here you define the timespans between each data +---------------+ # point for each template. Setting a too short | All values | # timespan will result in charts with many | in seconds | # data points which will decrease performance. | | # | 600 = 10 min | # The XX_timespan value is for all charts except rain | 3600 = 1 hr | # The XX_rain_timespan is the timespan for each bar | 14400 = 4 hrs | # | 21600 = 6 hrs | # Year + month _archive_ templates will | 86400 = 1 day | # always have a 1 day timespan for each data point. +---------------+ # # Current / Yesterday current_timespan = 600 current_rain_timespan = 3600 # Week week_timespan = 14400 week_rain_timespan = 21600 # Month (only current month!) month_timespan = 21600 month_rain_timespan = 86400 # Year (only current year! 604800 = 1 week) year_timespan = 86400 year_rain_timespan = 604800 # Custom chart titles # --------------------------------------------------------------------- # # Here you can override the default title of a chart. # By default it's the label name of the first data of a chart. # Key is always the name of the chart. # Just uncomment this and add charts to this list. # #[[[Titles]]] # outTemp = "Outside Temperatures" # windchill = "Apparent Temperatures" # Translations # ------------------------------------------------------------------------- # # Feel free to add your own or adjust the values. # We robots sometimes no good at translating. Beep Boop. # [[Translations]] # These are the translations of text strings in the skin. # Each language has its own section. # Key just needs to be set in the language variable above. # # For general translations and custom units see the weewx.conf. # See: https://www.weewx.com/docs/customizing.htm#localization [[[en]]] weather = Weather current = Current yesterday = Yesterday week = Week month = Month year = Year archive = Archive more = More max = Max avg = Avg min = Min trend = Trend about = About hardware = Hardware altitude = Altitude links = Links almanac = Almanac noaa_export = TXT Report sun = Sun moon = Moon rise = Rise transit = Transit set = Set equinox = Equinox solstice = Solstice moonphases = Moon Phases currently = Currently next_new_moon = Next New Moon next_full_moon = Next Full Moon vernal_equinox = Vernal Equinox summer_solstice = Summer Solstice autumnal_equinox = Autumnal Equinox winter_solstice = Winter Solstice mars = Mars venus = Venus saturn = Saturn jupiter = Jupiter telemetry = Telemetry hemispheres = N, NE, E, SE, S, SW, W, NW [[[ca]]] weather = Oratge current = Actual yesterday = Ahir week = Setmana month = Mes year = Any archive = Arxiu more = Més max = Max avg = Mitjana min = Min trend = Trend about = Info hardware = Maquinari altitude = Altitud links = Enllaços almanac = Almanac noaa_export = Informes NOAA sun = Sol moon = Lluna rise = Eixida transit = Zenit set = Posta equinox = Equinocci solstice = Solstici moonphases = Fases de la lluna currently = Actualment next_new_moon = Pròxima lluna nova next_full_moon = Pròxima lluna plena vernal_equinox = Equinocci de primavera summer_solstice = Solstici d'estiu autumnal_equinox = Equinocci de tardor winter_solstice = Solstici d'hivern mars = Mart venus = Vènus hemispheres = N, NE, E, SE, S, SO, O, NO [[[de]]] weather = Wetter current = Aktuell yesterday = Gestern week = Woche month = Monat year = Jahr archive = Archiv more = Mehr max = Max avg = Durchschn. min = Min trend = Trend about = Über hardware = Hardware altitude = Höhe links = Links almanac = Astronomie noaa_export = TXT Report sun = Sonne moon = Mond rise = Aufgang transit = Transit set = Untergang equinox = Tagundnachtgleiche solstice = Sonnenwende moonphases = Mondphasen currently = Aktuell next_new_moon = Nächster Neumond next_full_moon = Nächster Vollmond vernal_equinox = Frühlingstagundnachtgleiche summer_solstice = Sommersonnenwende autumnal_equinox = Herbsttagundnachtgleiche winter_solstice = Wintersonnenwende mars = Mars venus = Venus saturn = Saturn jupiter = Jupiter telemetry = Telemetrie hemispheres = N, NO, O, SO, S, SW, W, NW [[[es]]] weather = Tiempo current = Actual yesterday = Ayer week = Semana month = Mes year = Año archive = Archivo more = Más max = Max avg = Promedio min = Min trend = Trend about = Info hardware = Hardware altitude = Altitud links = Links almanac = Astronomía noaa_export = TXT Report sun = Sol moon = Luna rise = Aumento transit = Tránsito set = Puesta equinox = Equinoccio solstice = Solsticio moonphases = Fases de la luna currently = Actualmente next_new_moon = Próxima luna nueva next_full_moon = Próxima luna llena vernal_equinox = Equinoccio de primavera summer_solstice = Solsticio de verano autumnal_equinox = Equinoccio de otoño winter_solstice = Solsticio de invierno mars = Mars venus = Venus saturn = Saturn jupiter = Jupiter telemetry = Telemetria hemispheres = N, NE, E, SE, S, SO, O, NO [[[fi]]] weather = Säätilanne current = Nykyinen yesterday = Eilen week = Viikko month = Kuukausi year = Vuosi archive = Arkisto more = Lisää max = Max avg = Keskim min = Min trend = Trend about = Tietoa hardware = Laitteisto altitude = Korkeus links = Linkit almanac = Kalenteri noaa_export = NOAA raportti sun = Aurinko moon = Kuu rise = Nousee transit = Kulku set = Asetus equinox = Päiväntasaus solstice = Päivänseisaus moonphases = Kuun vaiheet currently = Nykyinen next_new_moon = Seuraava Uusi Kuu next_full_moon = Seuraava Täysikuu vernal_equinox = Kevätpäiväntasaus summer_solstice = Kesäpäiväntasaus autumnal_equinox = Syyspäiväntasaus winter_solstice = Talvipäiväntasaus mars = Mars venus = Venus saturn = Saturn jupiter = Jupiter telemetry = Laitteisto hemispheres = N, NE, E, SE, S, SW, W, NW [[[fr]]] weather = Météo current = Actuel yesterday = Hier week = Semaine month = Mois year = Année archive = Archives more = Plus max = Max avg = Moyen min = Min trend = Trend about = Info hardware = Hardware altitude = Altitude links = Liens almanac = Astronomie noaa_export = TXT Report sun = Soleil moon = Lune rise = lever transit = transit set = coucher equinox = Èquinoxe solstice = Solstice moonphases = Phase de lune currently = Actuellement next_new_moon = Prochaine nouvelle lune next_full_moon = Prochaine pleine lune vernal_equinox = Èquinoxe vernal summer_solstice = Solstice d'été autumnal_equinox = Èquinoxe d'automne winter_solstice = Solstice d'hiver mars = Mars venus = Venus saturn = Saturn jupiter = Jupiter telemetry = Télémétrie hemispheres = N, NE, E, SE, S, SO, O, NO [[[it]]] weather = Tempo current = Attuale yesterday = Ieri week = Settimana month = Mese year = Anno archive = Archivio more = Continua max = Max avg = Media min = Min trend = Trend about = Informazioni hardware = Hardware altitude = Altitudine links = Links utili almanac = Almanacco noaa_export = Testo Report sun = Sole moon = Luna rise = Aumento transit = Transito set = Caduta equinox = Equinozio solstice = Solstizio moonphases = Fase lunare currently = Attuale next_new_moon = Prossima luna nuova next_full_moon = Prossima luna piena vernal_equinox = Equinozio primavera summer_solstice = Stolstizio estate autumnal_equinox = Equinozio autunno winter_solstice = Solstizio inverno mars = Marte venus = Venere saturn = Saturno jupiter = Giove telemetry = Telemetria hemispheres = N, NE, E, SE, S, SO, O, NO # Cheetah templating engine configuration # ----------------------------------------------------------------------------- # # This section describes all templates and their generated files # [CheetahGenerator] # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' encoding = utf8 [[SummaryByMonth]] # Reports which summarize by month [[[month_summary]]] template = month-%Y-%m.html.tmpl [[[month_NOAA]]] encoding = utf8 template = archive/NOAA-%Y-%m.txt.tmpl [[SummaryByYear]] # Reports which summarize by year [[[year_summary]]] template = year-%Y.html.tmpl [[[year_NOAA]]] encoding = utf8 template = archive/NOAA-%Y.txt.tmpl [[ToDate]] # Reports which show statistics (e.g. day) to date [[[day]]] template = index.html.tmpl [[[yesterday]]] template = yesterday.html.tmpl [[[week]]] template = week.html.tmpl [[[month]]] template = month.html.tmpl [[[year]]] template = year.html.tmpl [[[archive]]] template = archive.html.tmpl [[[almanac]]] template = almanac.html.tmpl [[[telemetry]]] template = telemetry.html.tmpl # File copy configuration # ----------------------------------------------------------------------------- # # This section describes all files which should be copied # [CopyGenerator] # List of files to be copied only the first time copy_once = css/*, js/*, weather-icons/*, img/*, fonts/*, manifest.json # List of files to be copied each run (except templates) # copy_always = # Generator configuration # ----------------------------------------------------------------------------- # # This section describes all generators mentioned above # [Generators] generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.reportengine.CopyGenerator