├── AIR_QUALITY_MODULES.md ├── CHANGE_LOG.md ├── CODE_OF_CONDUCT.md ├── COLLABORATION and DEVELOPMENT.md ├── EUROPEAN_WEATHER_ALERTS.md ├── HIGHCHARTS_GUIDE.md ├── INSTALLATION_GUIDE.md ├── README.md ├── REMOTE_SERVER.md ├── TROUBLESHOOTING.md ├── license.txt ├── macos.conf ├── packaged.conf ├── pop_metarnearby.php ├── setup_py.conf ├── skins ├── Weather34 │ ├── serverdata │ │ ├── airqualitydata.php.tmpl │ │ ├── archivedata.php.tmpl │ │ └── lightningdata.php.tmpl │ └── skin.conf ├── w34Highcharts-day │ ├── json_day │ │ ├── bar_rain_week.json.tmpl │ │ ├── indoor_derived_week.json.tmpl │ │ ├── solar_week.json.tmpl │ │ ├── temp_day.json.tmpl │ │ ├── temp_week.json.tmpl │ │ ├── wind_rose_week.json.tmpl │ │ ├── wind_week.json.tmpl │ │ └── year.json.tmpl │ └── skin.conf └── w34Highcharts │ ├── json │ ├── bar_rain_week.json.tmpl │ ├── indoor_derived_week.json.tmpl │ ├── solar_week.json.tmpl │ ├── temp_day.json.tmpl │ ├── temp_week.json.tmpl │ ├── wind_rose_week.json.tmpl │ ├── wind_week.json.tmpl │ └── year.json.tmpl │ └── skin.conf ├── user ├── lastnonzero.py ├── lastrain.py ├── ml.py ├── stats.py ├── w34_db_backup.py ├── w34highchartsSearchX.py └── weather34.py ├── w34_installer.py ├── w34_uninstaller.py └── www ├── 404.html ├── _config.yml ├── airqualitymodule.php ├── aqi_info.php ├── aqi_pu.php ├── aqidatatext.php ├── aqiinfo.php ├── aqipopup.php ├── aqitextcreate.php ├── aurora.php ├── barometer.php ├── common.php ├── con_aeris_icons.php ├── css ├── aqi │ ├── cold.svg │ ├── goodair.svg │ ├── hazair.svg │ ├── hot.svg │ ├── mild.svg │ ├── modair.svg │ ├── relativelymild.svg │ ├── uhair.svg │ ├── uhfsair.svg │ ├── vhair.svg │ └── warm.svg ├── bootstrap.min.css ├── configure_css.css ├── daylightmap.css ├── fonts │ ├── clock3-webfont.woff │ ├── clock3-webfont.woff2 │ ├── clock3.ttf │ ├── sanfranciscodisplay-regular-webfont.woff │ ├── verbatim-regular.svg │ ├── verbatim-regular.ttf │ ├── verbatim-regular.woff │ ├── verbatim-regular.woff2 │ ├── weathertext.eot │ ├── weathertext.svg │ ├── weathertext.woff │ └── weathertext.woff2 ├── homeindoor.dark.css ├── homeindoor.light.css ├── icons │ ├── airport.svg │ ├── breezy.svg │ ├── chanceflurries.svg │ ├── chancefog.svg │ ├── chancerain.svg │ ├── chancesleet.svg │ ├── chancesnow.svg │ ├── chancetstorm.svg │ ├── chancetstorms.svg │ ├── clear-day.svg │ ├── clear-night.svg │ ├── clear.svg │ ├── cloudy.svg │ ├── cold.svg │ ├── dust.svg │ ├── fair.svg │ ├── flurries.svg │ ├── flurriesw.svg │ ├── fog.svg │ ├── foggy.svg │ ├── foggywarning.svg │ ├── gust.svg │ ├── gusting.svg │ ├── hail.svg │ ├── haze.svg │ ├── hazy.svg │ ├── heavy-showers.svg │ ├── heavyrain.svg │ ├── hot.svg │ ├── light-showers.svg │ ├── lightning.svg │ ├── mcloudysfn.svg │ ├── mostly-cloudy.svg │ ├── mostlyclear.svg │ ├── mostlycloudy.svg │ ├── mostlysunny.svg │ ├── n_partlycloudy.svg │ ├── nightnosun.svg │ ├── nosun.svg │ ├── nosunuv.svg │ ├── nsvrtsra.svg │ ├── nt_.svg │ ├── nt_27.svg │ ├── nt_28.svg │ ├── nt_29.svg │ ├── nt_30.svg │ ├── nt_chanceflurries.svg │ ├── nt_chancefog.svg │ ├── nt_chancerain.svg │ ├── nt_chancesleet.svg │ ├── nt_chancesnow.svg │ ├── nt_chancetstorm.svg │ ├── nt_chancetstorms.svg │ ├── nt_clear.svg │ ├── nt_clearclouds.svg │ ├── nt_cloudy.svg │ ├── nt_flurries.svg │ ├── nt_fog.svg │ ├── nt_haze.svg │ ├── nt_hazy.svg │ ├── nt_lightning.svg │ ├── nt_mostlyclear.svg │ ├── nt_mostlycloudy.svg │ ├── nt_overcast.svg │ ├── nt_partlycloudy.svg │ ├── nt_partlycloudyfew.svg │ ├── nt_rain.svg │ ├── nt_scatteredclouds.svg │ ├── nt_sleet.svg │ ├── nt_snow.svg │ ├── nt_tstorm.svg │ ├── nt_tstorms.svg │ ├── nt_warm.svg │ ├── nt_warmc.svg │ ├── nt_windy.svg │ ├── nt_windyclear.svg │ ├── nt_windyovercast.svg │ ├── offiline.svg │ ├── offline.svg │ ├── offlineforecast.svg │ ├── overcast.svg │ ├── partly-cloudy-day.svg │ ├── partly-cloudy-night.svg │ ├── partlycloudy.svg │ ├── partlycloudyfew.svg │ ├── partlysunny.svg │ ├── pcloudyt.svg │ ├── ph.txt │ ├── rain.svg │ ├── rainbow.svg │ ├── rainday.svg │ ├── rainvp.svg │ ├── scatteredclouds.svg │ ├── showersw.svg │ ├── showerswn.svg │ ├── sleet.svg │ ├── snow.svg │ ├── snoww.svg │ ├── sunny.svg │ ├── sunnyn.svg │ ├── sunnyperiods.svg │ ├── sunnyw.svg │ ├── sunnywithclouds.svg │ ├── sunnywn.svg │ ├── sunposition.svg │ ├── test.svg │ ├── thunder.svg │ ├── tstorm.svg │ ├── tstormn.svg │ ├── tstorms.svg │ ├── tstormsw.svg │ ├── tstormswn.svg │ ├── unknown.svg │ ├── uvdark.svg │ ├── uvhigh.svg │ ├── uvnormal.svg │ ├── uvstrong.svg │ ├── volcanoe.svg │ ├── warm.svg │ ├── wind.svg │ ├── windn.svg │ ├── windsvg.svg │ ├── windy.svg │ ├── windyclear.svg │ ├── windyovercast.svg │ ├── windyrain.svg │ ├── wintrymix.svg │ ├── wintrymixn.svg │ └── wuoffline.svg ├── main.dark.css ├── main.light.css ├── meteogram.dark.css ├── meteogram.light.css ├── metofficeicons │ ├── 0.svg │ ├── 1.svg │ ├── 10.svg │ ├── 11.svg │ ├── 12.svg │ ├── 13.svg │ ├── 14.svg │ ├── 15.svg │ ├── 16.svg │ ├── 17.svg │ ├── 18.svg │ ├── 19.svg │ ├── 2.svg │ ├── 20.svg │ ├── 21.svg │ ├── 22.svg │ ├── 23.svg │ ├── 24.svg │ ├── 25.svg │ ├── 26.svg │ ├── 27.svg │ ├── 28.svg │ ├── 29.svg │ ├── 3.svg │ ├── 30.svg │ ├── 5.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ └── 9.svg ├── mouse │ ├── weather34bluecursor.png │ ├── weather34redcursor.png │ └── weather34whitecursor.png ├── orrery.css ├── orrery.dark.css ├── orrery.light.css ├── rain │ ├── marker.svg │ ├── rainmarker.svg │ └── water.svg ├── svg │ ├── 0.svg │ ├── 01d.svg │ ├── 01dw.svg │ ├── 01m.svg │ ├── 01n.svg │ ├── 01nw.svg │ ├── 02d-sca.svg │ ├── 02d.svg │ ├── 02m.svg │ ├── 02n-sca.svg │ ├── 02n.svg │ ├── 03d-most.svg │ ├── 03d-part.svg │ ├── 03d.svg │ ├── 03m.svg │ ├── 03n-most.svg │ ├── 03n-part.svg │ ├── 03n.svg │ ├── 04.svg │ ├── 05d.svg │ ├── 05m.svg │ ├── 05n.svg │ ├── 06d.svg │ ├── 06m.svg │ ├── 06n.svg │ ├── 07d.svg │ ├── 07m.svg │ ├── 07n.svg │ ├── 08d.svg │ ├── 08m.svg │ ├── 08n.svg │ ├── 09.svg │ ├── 09.svg-animated │ ├── 1.svg │ ├── 10.svg │ ├── 10w.svg │ ├── 11.svg │ ├── 12.svg │ ├── 13.svg │ ├── 14.svg │ ├── 15.svg │ ├── 16.svg │ ├── 17.svg │ ├── 18.svg │ ├── 19.svg │ ├── 2.svg │ ├── 20.svg │ ├── 20d.svg │ ├── 20m.svg │ ├── 20n.svg │ ├── 21.svg │ ├── 21d.svg │ ├── 21m.svg │ ├── 21n.svg │ ├── 22.svg │ ├── 23.svg │ ├── 24d.svg │ ├── 24m.svg │ ├── 24n.svg │ ├── 25.svg │ ├── 25d.svg │ ├── 25m.svg │ ├── 25n.svg │ ├── 26.svg │ ├── 26d.svg │ ├── 26m.svg │ ├── 26n.svg │ ├── 27.svg │ ├── 27d.svg │ ├── 27m.svg │ ├── 27n.svg │ ├── 28.svg │ ├── 28d.svg │ ├── 28m.svg │ ├── 28n.svg │ ├── 29.svg │ ├── 29d.svg │ ├── 29m.svg │ ├── 29n.svg │ ├── 3.svg │ ├── 30.svg │ ├── 31.svg │ ├── 32.svg │ ├── 33.svg │ ├── 34.svg │ ├── 35.svg │ ├── 36.svg │ ├── 37.svg │ ├── 38.svg │ ├── 39.svg │ ├── 4.svg │ ├── 40.svg │ ├── 40d.svg │ ├── 40m.svg │ ├── 40n.svg │ ├── 41.svg │ ├── 41d.svg │ ├── 41m.svg │ ├── 41n.svg │ ├── 42.svg │ ├── 42d.svg │ ├── 42m.svg │ ├── 42n.svg │ ├── 43.svg │ ├── 43d.svg │ ├── 43m.svg │ ├── 43n.svg │ ├── 44d.svg │ ├── 44m.svg │ ├── 44n.svg │ ├── 45.svg │ ├── 45d.svg │ ├── 45m.svg │ ├── 45n.svg │ ├── 46.svg │ ├── 47.svg │ ├── 48.svg │ ├── 49.svg │ ├── 5.svg │ ├── 50.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ ├── 9.svg │ ├── AW.AV.EX.svg │ ├── AW.AV.MD.svg │ ├── AW.AV.MN.svg │ ├── AW.AV.SV.svg │ ├── AW.CE.EX.svg │ ├── AW.CE.MD.svg │ ├── AW.CE.MN.svg │ ├── AW.CE.SV.svg │ ├── AW.FG.EX.svg │ ├── AW.FG.MD.svg │ ├── AW.FG.MN.svg │ ├── AW.FG.SV.svg │ ├── AW.FL.EX.svg │ ├── AW.FL.MD.svg │ ├── AW.FL.MN.svg │ ├── AW.FL.SV.svg │ ├── AW.FR.EX.svg │ ├── AW.FR.MD.svg │ ├── AW.FR.MN.svg │ ├── AW.FR.SV.svg │ ├── AW.HT.EX.svg.txt │ ├── AW.HT.EX.svgt │ ├── AW.HT.MD.svg │ ├── AW.HT.MN.svg │ ├── AW.HT.SV.svg │ ├── AW.LI.EX.svg │ ├── AW.LI.MD.svg │ ├── AW.LI.MN.svg │ ├── AW.LI.SV.svg │ ├── AW.LT.EX.svg │ ├── AW.LT.MD.svg │ ├── AW.LT.MN.svg │ ├── AW.LT.SV.svg │ ├── AW.RA.EX.svg │ ├── AW.RA.MD.svg │ ├── AW.RA.MN.svg │ ├── AW.RA.SV.svg │ ├── AW.RF.EX.svg │ ├── AW.RF.MD.svg │ ├── AW.RF.MN.svg │ ├── AW.RF.SV.svg │ ├── AW.SI.EX.svg │ ├── AW.SI.MD.svg │ ├── AW.SI.MN.svg │ ├── AW.SI.SV.svg │ ├── AW.TS.EX.svg │ ├── AW.TS.MD.svg │ ├── AW.TS.MN.svg │ ├── AW.TS.SV.svg │ ├── AW.UK.EX.svg │ ├── AW.UK.MD.svg │ ├── AW.UK.MN.svg │ ├── AW.UK.SV.svg │ ├── AW.WI.EX.svg │ ├── AW.WI.MD.svg │ ├── AW.WI.MN.svg │ ├── AW.WI.SV.svg │ ├── No Warnings_LightGreen.svg │ ├── Noalert.svg │ ├── Noalert_LightGreen.svg │ ├── barometer.svg │ ├── celsius.svg │ ├── clear-day.svg │ ├── clear-night.svg │ ├── cloudy.svg │ ├── coldd.svg │ ├── coldn.svg │ ├── compass.svg │ ├── drizzle.svg │ ├── dust-day.svg │ ├── dust-night.svg │ ├── dust-wind.svg │ ├── dust.svg │ ├── fahrenheit.svg │ ├── falling-stars.svg │ ├── fog-day.svg │ ├── fog-night.svg │ ├── fog.svg │ ├── hail.svg │ ├── haze-day.svg │ ├── haze-night.svg │ ├── haze.svg │ ├── hazyd.svg │ ├── hazyn.svg │ ├── horizon.svg │ ├── hotd.svg │ ├── hotn.svg │ ├── humidity.svg │ ├── hurricane.svg │ ├── icon-warning-avalanches-orange.svg │ ├── icon-warning-avalanches-red.svg │ ├── icon-warning-avalanches-yellow.svg │ ├── icon-warning-drivingconditions-orange.svg │ ├── icon-warning-drivingconditions-red.svg │ ├── icon-warning-drivingconditions-yellow.svg │ ├── icon-warning-extreme.svg │ ├── icon-warning-flood-orange.svg │ ├── icon-warning-flood-red.svg │ ├── icon-warning-flood-yellow.svg │ ├── icon-warning-fog-orange.svg │ ├── icon-warning-fog-red.svg │ ├── icon-warning-fog-yellow.svg │ ├── icon-warning-forestfire-orange.svg │ ├── icon-warning-forestfire-red.svg │ ├── icon-warning-forestfire-yellow.svg │ ├── icon-warning-generic-orange.svg │ ├── icon-warning-generic-red.svg │ ├── icon-warning-generic-white.svg │ ├── icon-warning-generic-yellow.svg │ ├── icon-warning-heat-orange.svg │ ├── icon-warning-heat-red.svg │ ├── icon-warning-heat-yellow.svg │ ├── icon-warning-ice-orange.svg │ ├── icon-warning-ice-red.svg │ ├── icon-warning-ice-yellow.svg │ ├── icon-warning-landslide-orange.svg │ ├── icon-warning-landslide-red.svg │ ├── icon-warning-landslide-yellow.svg │ ├── icon-warning-lightning-orange.svg │ ├── icon-warning-lightning-red.svg │ ├── icon-warning-lightning-yellow.svg │ ├── icon-warning-noalert-white.svg │ ├── icon-warning-polarlow-orange.svg │ ├── icon-warning-polarlow-red.svg │ ├── icon-warning-polarlow-yellow.svg │ ├── icon-warning-rain-orange.svg │ ├── icon-warning-rain-red.svg │ ├── icon-warning-rain-yellow.svg │ ├── icon-warning-rainflood-orange.svg │ ├── icon-warning-rainflood-red.svg │ ├── icon-warning-rainflood-yellow.svg │ ├── icon-warning-snow-orange.svg │ ├── icon-warning-snow-red.svg │ ├── icon-warning-snow-yellow.svg │ ├── icon-warning-stormsurge-orange.svg │ ├── icon-warning-stormsurge-red.svg │ ├── icon-warning-stormsurge-yellow.svg │ ├── icon-warning-wind-orange.svg │ ├── icon-warning-wind-red.svg │ ├── icon-warning-wind-yellow.svg │ ├── lightning-bolt.svg │ ├── lightyellow_triangle.svg │ ├── mist.svg │ ├── moon-first-quarter.svg │ ├── moon-full.svg │ ├── moon-last-quarter.svg │ ├── moon-new.svg │ ├── moon-waning-crescent.svg │ ├── moon-waning-gibbous.svg │ ├── moon-waxing-crescent.svg │ ├── moon-waxing-gibbous.svg │ ├── moonrise.svg │ ├── moonset.svg │ ├── mostly-clear-day.svg │ ├── mostly-clear-night.svg │ ├── not-available.svg │ ├── nt_0.svg │ ├── nt_1.svg │ ├── nt_10.svg │ ├── offline.svg │ ├── orange_triangle.svg │ ├── overcast-day.svg │ ├── overcast-night.svg │ ├── overcast.svg │ ├── partly-cloudy-day-drizzle.svg │ ├── partly-cloudy-day-fog.svg │ ├── partly-cloudy-day-hail.svg │ ├── partly-cloudy-day-haze.svg │ ├── partly-cloudy-day-rain.svg │ ├── partly-cloudy-day-sleet.svg │ ├── partly-cloudy-day-smoke.svg │ ├── partly-cloudy-day-snow.svg │ ├── partly-cloudy-day.svg │ ├── partly-cloudy-night-drizzle.svg │ ├── partly-cloudy-night-fog.svg │ ├── partly-cloudy-night-hail.svg │ ├── partly-cloudy-night-haze.svg │ ├── partly-cloudy-night-rain.svg │ ├── partly-cloudy-night-sleet.svg │ ├── partly-cloudy-night-smoke.svg │ ├── partly-cloudy-night-snow.svg │ ├── partly-cloudy-night.svg │ ├── pressure-high-alt.svg │ ├── pressure-high.svg │ ├── pressure-low-alt.svg │ ├── pressure-low.svg │ ├── rain-wind.svg │ ├── rain.svg │ ├── raindrop.svg │ ├── raindrops.svg │ ├── red_triangle.svg │ ├── sleet.svg │ ├── smoke-particles.svg │ ├── smoke.svg │ ├── snow.svg │ ├── snowflake.svg │ ├── solar-eclipse.svg │ ├── star.svg │ ├── starry-night.svg │ ├── sunrise.svg │ ├── sunset.svg │ ├── thermometer-celsius.svg │ ├── thermometer-colder.svg │ ├── thermometer-fahrenheit.svg │ ├── thermometer-glass-celsius.svg │ ├── thermometer-glass-fahrenheit.svg │ ├── thermometer-glass.svg │ ├── thermometer-mercury-cold.svg │ ├── thermometer-mercury.svg │ ├── thermometer-warmer.svg │ ├── thermometer.svg │ ├── thunderstorms-day-rain.svg │ ├── thunderstorms-day-snow.svg │ ├── thunderstorms-day.svg │ ├── thunderstorms-night-rain.svg │ ├── thunderstorms-night-snow.svg │ ├── thunderstorms-night.svg │ ├── thunderstorms-rain.svg │ ├── thunderstorms-snow.svg │ ├── thunderstorms.svg │ ├── tornado.svg │ ├── umbrella.svg │ ├── uv-index-1.svg │ ├── uv-index-10.svg │ ├── uv-index-11.svg │ ├── uv-index-2.svg │ ├── uv-index-3.svg │ ├── uv-index-4.svg │ ├── uv-index-5.svg │ ├── uv-index-6.svg │ ├── uv-index-7.svg │ ├── uv-index-8.svg │ ├── uv-index-9.svg │ ├── uv-index.svg │ ├── wind-beaufort-0.svg │ ├── wind-beaufort-1.svg │ ├── wind-beaufort-10.svg │ ├── wind-beaufort-11.svg │ ├── wind-beaufort-12.svg │ ├── wind-beaufort-2.svg │ ├── wind-beaufort-3.svg │ ├── wind-beaufort-4.svg │ ├── wind-beaufort-5.svg │ ├── wind-beaufort-6.svg │ ├── wind-beaufort-7.svg │ ├── wind-beaufort-8.svg │ ├── wind-beaufort-9.svg │ ├── wind-rain.svg │ ├── wind.svg │ ├── wind2.svg │ ├── windsock.svg │ ├── wuicons │ │ ├── 0.svg │ │ ├── 1.svg │ │ ├── 10.svg │ │ ├── 11.svg │ │ ├── 12.svg │ │ ├── 13.svg │ │ ├── 14.svg │ │ ├── 15.svg │ │ ├── 16.svg │ │ ├── 17.svg │ │ ├── 18.svg │ │ ├── 19.svg │ │ ├── 2.svg │ │ ├── 20.svg │ │ ├── 21.svg │ │ ├── 22.svg │ │ ├── 23.svg │ │ ├── 24.svg │ │ ├── 25.svg │ │ ├── 26.svg │ │ ├── 27.svg │ │ ├── 28.svg │ │ ├── 29.svg │ │ ├── 3.svg │ │ ├── 30.svg │ │ ├── 31.svg │ │ ├── 32.svg │ │ ├── 33.svg │ │ ├── 34.svg │ │ ├── 35.svg │ │ ├── 36.svg │ │ ├── 37.svg │ │ ├── 38.svg │ │ ├── 39.svg │ │ ├── 4.svg │ │ ├── 40.svg │ │ ├── 41.svg │ │ ├── 42.svg │ │ ├── 43.svg │ │ ├── 45.svg │ │ ├── 46.svg │ │ ├── 47.svg │ │ ├── 5.svg │ │ ├── 6.svg │ │ ├── 7.svg │ │ ├── 8.svg │ │ ├── 9.svg │ │ ├── nt_0.svg │ │ ├── nt_1.svg │ │ ├── nt_10.svg │ │ ├── nt_11.svg │ │ ├── nt_12.svg │ │ ├── nt_13.svg │ │ ├── nt_14.svg │ │ ├── nt_15.svg │ │ ├── nt_16.svg │ │ ├── nt_17.svg │ │ ├── nt_18.svg │ │ ├── nt_19.svg │ │ ├── nt_2.svg │ │ ├── nt_20.svg │ │ ├── nt_21.svg │ │ ├── nt_22.svg │ │ ├── nt_23.svg │ │ ├── nt_24.svg │ │ ├── nt_26.svg │ │ ├── nt_27.svg │ │ ├── nt_28.svg │ │ ├── nt_29.svg │ │ ├── nt_3.svg │ │ ├── nt_30.svg │ │ ├── nt_31.svg │ │ ├── nt_32.svg │ │ ├── nt_33.svg │ │ ├── nt_34.svg │ │ ├── nt_35.svg │ │ ├── nt_36.svg │ │ ├── nt_37.svg │ │ ├── nt_38.svg │ │ ├── nt_39.svg │ │ ├── nt_4.svg │ │ ├── nt_40.svg │ │ ├── nt_41.svg │ │ ├── nt_42.svg │ │ ├── nt_43.svg │ │ ├── nt_45.svg │ │ ├── nt_46.svg │ │ ├── nt_47.svg │ │ ├── nt_5.svg │ │ ├── nt_6.svg │ │ ├── nt_7.svg │ │ ├── nt_8.svg │ │ ├── nt_9.svg │ │ ├── nt_lightning.svg │ │ └── nt_tstorm.svg │ └── yellow_triangle.svg ├── templateSetup.css ├── windicons │ └── avgw.svg └── wuicons │ ├── 0.svg │ ├── 1.svg │ ├── 10.svg │ ├── 11.svg │ ├── 12.svg │ ├── 13.svg │ ├── 14.svg │ ├── 15.svg │ ├── 16.svg │ ├── 17.svg │ ├── 18.svg │ ├── 19.svg │ ├── 2.svg │ ├── 20.svg │ ├── 21.svg │ ├── 22.svg │ ├── 23.svg │ ├── 24.svg │ ├── 25.svg │ ├── 26.svg │ ├── 27.svg │ ├── 28.svg │ ├── 29.svg │ ├── 3.svg │ ├── 30.svg │ ├── 31.svg │ ├── 32.svg │ ├── 33.svg │ ├── 34.svg │ ├── 35.svg │ ├── 36.svg │ ├── 37.svg │ ├── 38.svg │ ├── 39.svg │ ├── 4.svg │ ├── 40.svg │ ├── 41.svg │ ├── 42.svg │ ├── 43.svg │ ├── 45.svg │ ├── 46.svg │ ├── 47.svg │ ├── 5.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ ├── 9.svg │ ├── nt_0.svg │ ├── nt_1.svg │ ├── nt_10.svg │ ├── nt_11.svg │ ├── nt_12.svg │ ├── nt_13.svg │ ├── nt_14.svg │ ├── nt_15.svg │ ├── nt_16.svg │ ├── nt_17.svg │ ├── nt_18.svg │ ├── nt_19.svg │ ├── nt_2.svg │ ├── nt_20.svg │ ├── nt_21.svg │ ├── nt_22.svg │ ├── nt_23.svg │ ├── nt_24.svg │ ├── nt_26.svg │ ├── nt_27.svg │ ├── nt_28.svg │ ├── nt_29.svg │ ├── nt_3.svg │ ├── nt_30.svg │ ├── nt_31.svg │ ├── nt_32.svg │ ├── nt_33.svg │ ├── nt_34.svg │ ├── nt_35.svg │ ├── nt_36.svg │ ├── nt_37.svg │ ├── nt_38.svg │ ├── nt_39.svg │ ├── nt_4.svg │ ├── nt_40.svg │ ├── nt_41.svg │ ├── nt_42.svg │ ├── nt_43.svg │ ├── nt_45.svg │ ├── nt_46.svg │ ├── nt_47.svg │ ├── nt_5.svg │ ├── nt_6.svg │ ├── nt_7.svg │ ├── nt_8.svg │ ├── nt_9.svg │ ├── nt_lightning.svg │ └── nt_tstorm.svg ├── currentconditionsw34.php ├── davisconsoleoutlook.php ├── dsuvindex.php ├── earthquake.php ├── eq.php ├── eq_uk.php ├── european_alert_codes.txt ├── ew_airqualitymodule.php ├── favicon.ico ├── favicon.icoold ├── forecast3aw.php ├── forecast3awlarge.php ├── forecast3wu.php ├── forecast3wularge.php ├── img ├── Arch.png ├── Arch.svg ├── Arch.svg.png ├── Contents.json ├── DAVISCONSOLEVUEVECTOR.svg ├── Pi.jpg ├── TP-LINK.svg ├── WH2650.jpg ├── WH2650.svg ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── android-icon-144x144.png ├── android-icon-192x192.png ├── android-icon-36x36.png ├── android-icon-48x48.png ├── android-icon-72x72.png ├── android-icon-96x96.png ├── apple-icon-114x114.png ├── apple-icon-120x120.png ├── apple-icon-144x144.png ├── apple-icon-152x152.png ├── apple-icon-180x180.png ├── apple-icon-57x57.png ├── apple-icon-60x60.png ├── apple-icon-72x72.png ├── apple-icon-76x76.png ├── apple-icon-precomposed.png ├── apple-icon.png ├── apple-touch-icon-114x114.png ├── apple-touch-icon-120x120-precomposed.png ├── apple-touch-icon-120x120.png ├── apple-touch-icon-144x144.png ├── apple-touch-icon-152x152-precomposed.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180-precomposed.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-57x57.png ├── apple-touch-icon-60x60-precomposed.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-72x72.png ├── apple-touch-icon-76x76-precomposed.png ├── apple-touch-icon-76x76.png ├── apple-touch-icon-precomposed.png ├── apple-touch-icon.png ├── aqisvg.svg ├── arrow34iconlink.svg ├── awekas.svg ├── basmilius.svg ├── browserconfig.xml ├── checkwx.svg ├── checkwx.svg-old ├── code.txt ├── davisvp2proconsole.svg ├── davisvue.svg ├── davisw34.svg ├── designedfor-1.svg ├── designedfordavisenvoy8x.svg ├── designedfordavisvue.svg ├── easyweathersetupweather34.svg ├── ecowitt.svg ├── europe_warnings │ ├── avalanches.svg │ ├── coastal-event.svg │ ├── flooding.svg │ ├── fog.svg │ ├── forest-fire.svg │ ├── generic-black.svg │ ├── generic-white.svg │ ├── generic.svg1 │ ├── high-temperature.svg │ ├── icon-warning-noalert-white.svg │ ├── info.svg │ ├── low-temperature.svg │ ├── none.svg │ ├── rain-flood.svg │ ├── rain.svg │ ├── snow-ice.svg │ ├── thunderstorm.svg │ └── wind.svg ├── favicon-128.png ├── favicon-16x16.png ├── favicon-196x196.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── favicon.icoold ├── flags │ ├── a.svg │ ├── ar.svg │ ├── aus.svg │ ├── b.svg │ ├── be.svg │ ├── c.svg │ ├── can.svg │ ├── cat.svg │ ├── cata.svg │ ├── ch.svg │ ├── dk.svg │ ├── dl.svg │ ├── en.svg │ ├── eng.svg │ ├── fr.svg │ ├── gr.svg │ ├── hu.svg │ ├── iom.svg │ ├── ire.svg │ ├── it.svg │ ├── nl.svg │ ├── no.svg │ ├── nz.svg │ ├── ph.txt │ ├── pl.svg │ ├── pol.svg │ ├── pt.svg │ ├── sa.svg │ ├── scot.svg │ ├── singapore.svg │ ├── sp.svg │ ├── sw.svg │ ├── tr.svg │ ├── uk.svg │ ├── us.svg │ └── wal.svg ├── hp2650.png ├── icon-weewx-arch.svg ├── icon-weewx.svg ├── iframe.jpg ├── languages.png ├── lightningalert.svg ├── manifest.json ├── mesowest.svg ├── metoffice.svg ├── moonphasesweather34svg.svg ├── mouse.png ├── mousedark.png ├── ms-icon-144x144.png ├── ms-icon-150x150.png ├── ms-icon-310x310.png ├── ms-icon-70x70.png ├── mstile-144x144.png ├── mstile-150x150.png ├── mstile-310x150.png ├── mstile-310x310.png ├── mstile-70x70.png ├── nano.svg ├── newlogo34.png ├── noaa.svg ├── noaa_logo.svg ├── nws_logo.svg ├── picam.jpg ├── purpleair.svg ├── pwslogo.svg ├── safari-pinned-tab.svg ├── thermo-bottom.svg ├── weather34_meta.png ├── weather34logo.svg ├── weather34vp2hardware.svg ├── weathercloud.svg ├── weatherflow.svg ├── weatherlogo34.png ├── weatherlogo34.svg ├── wflogo.svg ├── windy.svg ├── wulogo.svg ├── wunderground.svg ├── wunderground1.svg ├── yr.png └── yr.svg ├── index.php ├── indoortemperature.php ├── info.php ├── initial_settings1.php ├── js ├── bootstrap.min.js ├── d3.v3.min.js ├── d3.v4.min.js ├── ekko-lightbox.min.js ├── gauge.js ├── gauge.min.js ├── guage.js ├── highlight.pack.js ├── iopctrl.js ├── jquerry-ui.min.js ├── jquery.js ├── jquery.thermometer.js ├── marchjquery.js ├── oldjquery.js ├── pointerevents.js ├── pointergestures.js └── two.js ├── jsondata ├── advisoryLookup.json ├── aqiJson.txt ├── awa.txt ├── awc.txt ├── awd.txt ├── awh.txt ├── awm.txt ├── awp.txt ├── dr.txt ├── eq.txt ├── favicon.ico ├── forecastIcons.json ├── ki.txt ├── lookupTable.json ├── ma.txt ├── me.txt ├── meta.txt ├── mg.txt ├── mm.txt ├── moscd.txt ├── mosch.txt ├── no.txt ├── uk.txt ├── vc.txt └── wu.txt ├── languages ├── create_translations.php ├── lang.blank.php ├── lang.cat.php ├── lang.dk.php ├── lang.dl.php ├── lang.en.php ├── lang.fr.php ├── lang.gr.php ├── lang.hu.php ├── lang.it.php ├── lang.nl.php ├── lang.no.php ├── lang.pl.php ├── lang.sp.php ├── lang.sw.php ├── lang.tr.php ├── lang.us.php └── translations.js ├── license.txt ├── lightning34.php ├── manifest.php ├── max-mintemp.php ├── max-minwind.php ├── menu.php ├── metar └── metar34get.php ├── metar34get.php ├── metarnearby.php ├── meteorshowers.php ├── metofficealerts.php ├── moonphase.php ├── notify.php ├── orrery.php ├── outlookds.php ├── outlookwu.php ├── placeholder.txt ├── pop_aeris_daynight.php ├── pop_aeris_daynight_table.php ├── pop_aeris_hourly.php ├── pop_aeris_hourly_table.php ├── pop_airqualityinfo.php ├── pop_alerts_aw_uk.php ├── pop_aqinfo.php ├── pop_aurora.php ├── pop_barometeralmanac.php ├── pop_bio.php ├── pop_bom_alerts.php ├── pop_cam.php ├── pop_daylightmap.php ├── pop_eqlist.php ├── pop_eqlist_uk.php ├── pop_europealerts.php ├── pop_forecast_graph.php ├── pop_history.php ├── pop_homeindoor.php ├── pop_lightningalmanac.php ├── pop_menu_barometer.php ├── pop_menu_forecast.php ├── pop_menu_rain.php ├── pop_menu_solar.php ├── pop_menu_temperature.php ├── pop_menu_wind.php ├── pop_metarnearby.php ├── pop_meteogram.php ├── pop_meteorshowers.php ├── pop_metoffice_daynight.php ├── pop_metoffice_daynight_table.php ├── pop_metoffice_hourly.php ├── pop_metoffice_hourly_table.php ├── pop_mooninfo.php ├── pop_noaa.php ├── pop_nwsalerts.php ├── pop_orrery.php ├── pop_outlookwu.php ├── pop_rainfallalmanac.php ├── pop_solaralmanac.php ├── pop_tempalmanac.php ├── pop_ukalerts.php ├── pop_uvalmanac.php ├── pop_uvindex.php ├── pop_windalmanac.php ├── pop_windyradar.php ├── pop_windywind.php ├── pop_yr_hourly_table.php ├── purpleair.php ├── purpleairqualitymodule.php ├── rainfall.php ├── serverdata ├── archivedata.php ├── filepileformat.txt ├── w34realtime.txt └── weewxserverinfo.txt ├── settings.php ├── settings1.php ├── shared.php ├── solaruvds.php ├── solaruvwu.php ├── stationinfo.php ├── sun3.php ├── sun4.php ├── sw.js ├── temperature.php ├── temperaturein.php ├── template.php ├── templateSetup.php ├── theme.php ├── time_offset.php ├── timelapse.php ├── todaybarometersmall.php ├── todayrainfallsmall.php ├── todaytempsmall.php ├── todaywindspeedsmall.php ├── top_advisory_au.php ├── top_advisory_aw_uk.php ├── top_advisory_eu.php ├── top_advisory_nws.php ├── top_advisory_rw.php ├── top_advisory_uk.php ├── top_aqi_daqi.php ├── top_aqi_uk.php ├── top_aqi_world.php ├── top_lightning.php ├── top_lightning_ew.php ├── top_lightning_sb.php ├── top_lightning_wf.php ├── top_rainfallfyearmonth.php ├── top_temperatureyear.php ├── top_windgustyear.php ├── updater.php ├── updatesection.php ├── uvindexds.php ├── uvindexwf.php ├── uvindexwu.php ├── uvsolar.php ├── uvsolarbri.php ├── w34CombinedData.php ├── w34highcharts ├── css │ ├── meteogram.dark.css │ ├── meteogram.light.css │ └── yricons │ │ ├── 01d.svg │ │ ├── 01m.svg │ │ ├── 01n.svg │ │ ├── 02d.svg │ │ ├── 02m.svg │ │ ├── 02n.svg │ │ ├── 03d.svg │ │ ├── 03m.svg │ │ ├── 03n.svg │ │ ├── 04.svg │ │ ├── 05d.svg │ │ ├── 05m.svg │ │ ├── 05n.svg │ │ ├── 06d.svg │ │ ├── 06m.svg │ │ ├── 06n.svg │ │ ├── 07d.svg │ │ ├── 07m.svg │ │ ├── 07n.svg │ │ ├── 08d.svg │ │ ├── 08m.svg │ │ ├── 08n.svg │ │ ├── 09.svg │ │ ├── 10.svg │ │ ├── 11.svg │ │ ├── 12.svg │ │ ├── 13.svg │ │ ├── 14.svg │ │ ├── 15.svg │ │ ├── 20d.svg │ │ ├── 20m.svg │ │ ├── 20n.svg │ │ ├── 21d.svg │ │ ├── 21m.svg │ │ ├── 21n.svg │ │ ├── 22.svg │ │ ├── 23.svg │ │ ├── 24d.svg │ │ ├── 24m.svg │ │ ├── 24n.svg │ │ ├── 25d.svg │ │ ├── 25m.svg │ │ ├── 25n.svg │ │ ├── 26d.svg │ │ ├── 26m.svg │ │ └── 26n.svg ├── dark-charts.html ├── dark-meteogram.php ├── getDayChart.php ├── json │ ├── bar_rain_week.json │ ├── indoor_derived_week.json │ ├── solar_week.json │ ├── temp_week.json │ ├── test.json │ ├── wind_rose_mod.csv │ ├── wind_rose_mod.txt │ ├── wind_rose_week.json │ ├── wind_week.json │ ├── windroseday.txt │ ├── windroseday2.txt │ └── year.json ├── json_day │ ├── bar_rain_week.json │ ├── indoor_derived_week.json │ ├── indoor_derived_week1.json │ ├── readme │ ├── solar_week.json │ ├── temp_week.json │ ├── temp_week1.json │ ├── wind_week.json │ └── wind_week1.json ├── jsonp.php ├── jsonparse.php ├── light-charts.html ├── light-meteogram.html-org ├── light-meteogram.php ├── scripts │ ├── convert_units.js │ ├── dark-theme.js │ ├── light-theme.js │ ├── plots.js │ └── plots_config.js ├── swindroseday2.htm--- ├── swindroseday2.html ├── w34_reports ├── w34highcharts │ ├── css │ │ ├── meteogram.dark.css │ │ ├── meteogram.light.css │ │ └── yricons │ │ │ ├── 01d.svg │ │ │ ├── 01m.svg │ │ │ ├── 01n.svg │ │ │ ├── 02d.svg │ │ │ ├── 02m.svg │ │ │ ├── 02n.svg │ │ │ ├── 03d.svg │ │ │ ├── 03m.svg │ │ │ ├── 03n.svg │ │ │ ├── 04.svg │ │ │ ├── 05d.svg │ │ │ ├── 05m.svg │ │ │ ├── 05n.svg │ │ │ ├── 06d.svg │ │ │ ├── 06m.svg │ │ │ ├── 06n.svg │ │ │ ├── 07d.svg │ │ │ ├── 07m.svg │ │ │ ├── 07n.svg │ │ │ ├── 08d.svg │ │ │ ├── 08m.svg │ │ │ ├── 08n.svg │ │ │ ├── 09.svg │ │ │ ├── 10.svg │ │ │ ├── 11.svg │ │ │ ├── 12.svg │ │ │ ├── 13.svg │ │ │ ├── 14.svg │ │ │ ├── 15.svg │ │ │ ├── 20d.svg │ │ │ ├── 20m.svg │ │ │ ├── 20n.svg │ │ │ ├── 21d.svg │ │ │ ├── 21m.svg │ │ │ ├── 21n.svg │ │ │ ├── 22.svg │ │ │ ├── 23.svg │ │ │ ├── 24d.svg │ │ │ ├── 24m.svg │ │ │ ├── 24n.svg │ │ │ ├── 25d.svg │ │ │ ├── 25m.svg │ │ │ ├── 25n.svg │ │ │ ├── 26d.svg │ │ │ ├── 26m.svg │ │ │ └── 26n.svg │ ├── dark-charts.html │ ├── dark-meteogram.php │ ├── getDayChart.php │ ├── json │ │ ├── bar_rain_week.json │ │ ├── indoor_derived_week.json │ │ ├── solar_week.json │ │ ├── temp_week.json │ │ ├── test.json │ │ ├── wind_rose_week.json │ │ ├── wind_week.json │ │ ├── windroseday.txt │ │ ├── windroseday2.txt │ │ └── year.json │ ├── json_day │ │ ├── bar_rain_week.json │ │ ├── indoor_derived_week.json │ │ ├── indoor_derived_week1.json │ │ ├── readme │ │ ├── solar_week.json │ │ ├── temp_week.json │ │ ├── temp_week1.json │ │ ├── wind_week.json │ │ └── wind_week1.json │ ├── jsonp.php │ ├── jsonparse.php │ ├── light-charts.html │ ├── light-meteogram.html-org │ ├── light-meteogram.php │ ├── scripts │ │ ├── convert_units.js │ │ ├── dark-theme.js │ │ ├── light-theme.js │ │ ├── plots.js │ │ └── plots_config.js │ ├── swindroseday2.htm │ └── w34_reports ├── windroseday2.txt └── windspeeddirection.php ├── weather34_template_info.php ├── weather34clock.php ├── weather34skydata.php ├── weather34uvsolar.php ├── weatherboard.html ├── weatherflow.php ├── weatherflowuvsolar.php ├── webcamsmall.php ├── webserver_ip_address.php ├── weewx_lookup.php ├── wfdatatotext.php ├── windspeeddirection.php ├── wireframe.php └── wxcharts.php /AIR_QUALITY_MODULES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/AIR_QUALITY_MODULES.md -------------------------------------------------------------------------------- /CHANGE_LOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/CHANGE_LOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /EUROPEAN_WEATHER_ALERTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/EUROPEAN_WEATHER_ALERTS.md -------------------------------------------------------------------------------- /HIGHCHARTS_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/HIGHCHARTS_GUIDE.md -------------------------------------------------------------------------------- /INSTALLATION_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/INSTALLATION_GUIDE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/README.md -------------------------------------------------------------------------------- /REMOTE_SERVER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/REMOTE_SERVER.md -------------------------------------------------------------------------------- /TROUBLESHOOTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/TROUBLESHOOTING.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/license.txt -------------------------------------------------------------------------------- /macos.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/macos.conf -------------------------------------------------------------------------------- /packaged.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/packaged.conf -------------------------------------------------------------------------------- /pop_metarnearby.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/pop_metarnearby.php -------------------------------------------------------------------------------- /setup_py.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/setup_py.conf -------------------------------------------------------------------------------- /skins/Weather34/skin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/skins/Weather34/skin.conf -------------------------------------------------------------------------------- /skins/w34Highcharts/skin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/skins/w34Highcharts/skin.conf -------------------------------------------------------------------------------- /user/lastnonzero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/lastnonzero.py -------------------------------------------------------------------------------- /user/lastrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/lastrain.py -------------------------------------------------------------------------------- /user/ml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/ml.py -------------------------------------------------------------------------------- /user/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/stats.py -------------------------------------------------------------------------------- /user/w34_db_backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/w34_db_backup.py -------------------------------------------------------------------------------- /user/w34highchartsSearchX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/w34highchartsSearchX.py -------------------------------------------------------------------------------- /user/weather34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/user/weather34.py -------------------------------------------------------------------------------- /w34_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/w34_installer.py -------------------------------------------------------------------------------- /w34_uninstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/w34_uninstaller.py -------------------------------------------------------------------------------- /www/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/404.html -------------------------------------------------------------------------------- /www/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/_config.yml -------------------------------------------------------------------------------- /www/airqualitymodule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/airqualitymodule.php -------------------------------------------------------------------------------- /www/aqi_info.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqi_info.php -------------------------------------------------------------------------------- /www/aqi_pu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqi_pu.php -------------------------------------------------------------------------------- /www/aqidatatext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqidatatext.php -------------------------------------------------------------------------------- /www/aqiinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqiinfo.php -------------------------------------------------------------------------------- /www/aqipopup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqipopup.php -------------------------------------------------------------------------------- /www/aqitextcreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aqitextcreate.php -------------------------------------------------------------------------------- /www/aurora.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/aurora.php -------------------------------------------------------------------------------- /www/barometer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/barometer.php -------------------------------------------------------------------------------- /www/common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/common.php -------------------------------------------------------------------------------- /www/con_aeris_icons.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/con_aeris_icons.php -------------------------------------------------------------------------------- /www/css/aqi/cold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/cold.svg -------------------------------------------------------------------------------- /www/css/aqi/goodair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/goodair.svg -------------------------------------------------------------------------------- /www/css/aqi/hazair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/hazair.svg -------------------------------------------------------------------------------- /www/css/aqi/hot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/hot.svg -------------------------------------------------------------------------------- /www/css/aqi/mild.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/mild.svg -------------------------------------------------------------------------------- /www/css/aqi/modair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/modair.svg -------------------------------------------------------------------------------- /www/css/aqi/relativelymild.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/relativelymild.svg -------------------------------------------------------------------------------- /www/css/aqi/uhair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/uhair.svg -------------------------------------------------------------------------------- /www/css/aqi/uhfsair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/uhfsair.svg -------------------------------------------------------------------------------- /www/css/aqi/vhair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/vhair.svg -------------------------------------------------------------------------------- /www/css/aqi/warm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/aqi/warm.svg -------------------------------------------------------------------------------- /www/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/bootstrap.min.css -------------------------------------------------------------------------------- /www/css/configure_css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/configure_css.css -------------------------------------------------------------------------------- /www/css/daylightmap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/daylightmap.css -------------------------------------------------------------------------------- /www/css/fonts/clock3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/fonts/clock3.ttf -------------------------------------------------------------------------------- /www/css/fonts/weathertext.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/fonts/weathertext.eot -------------------------------------------------------------------------------- /www/css/fonts/weathertext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/fonts/weathertext.svg -------------------------------------------------------------------------------- /www/css/fonts/weathertext.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/fonts/weathertext.woff -------------------------------------------------------------------------------- /www/css/homeindoor.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/homeindoor.dark.css -------------------------------------------------------------------------------- /www/css/homeindoor.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/homeindoor.light.css -------------------------------------------------------------------------------- /www/css/icons/airport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/airport.svg -------------------------------------------------------------------------------- /www/css/icons/breezy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/breezy.svg -------------------------------------------------------------------------------- /www/css/icons/chancefog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/chancefog.svg -------------------------------------------------------------------------------- /www/css/icons/chancerain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/chancerain.svg -------------------------------------------------------------------------------- /www/css/icons/chancesleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/chancesleet.svg -------------------------------------------------------------------------------- /www/css/icons/chancesnow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/chancesnow.svg -------------------------------------------------------------------------------- /www/css/icons/chancetstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/chancetstorm.svg -------------------------------------------------------------------------------- /www/css/icons/clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/clear-day.svg -------------------------------------------------------------------------------- /www/css/icons/clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/clear-night.svg -------------------------------------------------------------------------------- /www/css/icons/clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/clear.svg -------------------------------------------------------------------------------- /www/css/icons/cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/cloudy.svg -------------------------------------------------------------------------------- /www/css/icons/cold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/cold.svg -------------------------------------------------------------------------------- /www/css/icons/dust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/dust.svg -------------------------------------------------------------------------------- /www/css/icons/fair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/fair.svg -------------------------------------------------------------------------------- /www/css/icons/flurries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/flurries.svg -------------------------------------------------------------------------------- /www/css/icons/flurriesw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/flurriesw.svg -------------------------------------------------------------------------------- /www/css/icons/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/fog.svg -------------------------------------------------------------------------------- /www/css/icons/foggy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/foggy.svg -------------------------------------------------------------------------------- /www/css/icons/foggywarning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/foggywarning.svg -------------------------------------------------------------------------------- /www/css/icons/gust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/gust.svg -------------------------------------------------------------------------------- /www/css/icons/gusting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/gusting.svg -------------------------------------------------------------------------------- /www/css/icons/hail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/hail.svg -------------------------------------------------------------------------------- /www/css/icons/haze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/haze.svg -------------------------------------------------------------------------------- /www/css/icons/hazy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/hazy.svg -------------------------------------------------------------------------------- /www/css/icons/heavyrain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/heavyrain.svg -------------------------------------------------------------------------------- /www/css/icons/hot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/hot.svg -------------------------------------------------------------------------------- /www/css/icons/lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/lightning.svg -------------------------------------------------------------------------------- /www/css/icons/mcloudysfn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/mcloudysfn.svg -------------------------------------------------------------------------------- /www/css/icons/mostlyclear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/mostlyclear.svg -------------------------------------------------------------------------------- /www/css/icons/mostlycloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/mostlycloudy.svg -------------------------------------------------------------------------------- /www/css/icons/mostlysunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/mostlysunny.svg -------------------------------------------------------------------------------- /www/css/icons/nightnosun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nightnosun.svg -------------------------------------------------------------------------------- /www/css/icons/nosun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nosun.svg -------------------------------------------------------------------------------- /www/css/icons/nosunuv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nosunuv.svg -------------------------------------------------------------------------------- /www/css/icons/nsvrtsra.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nsvrtsra.svg -------------------------------------------------------------------------------- /www/css/icons/nt_.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_.svg -------------------------------------------------------------------------------- /www/css/icons/nt_27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_27.svg -------------------------------------------------------------------------------- /www/css/icons/nt_28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_28.svg -------------------------------------------------------------------------------- /www/css/icons/nt_29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_29.svg -------------------------------------------------------------------------------- /www/css/icons/nt_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_30.svg -------------------------------------------------------------------------------- /www/css/icons/nt_chancefog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_chancefog.svg -------------------------------------------------------------------------------- /www/css/icons/nt_clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_clear.svg -------------------------------------------------------------------------------- /www/css/icons/nt_cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_cloudy.svg -------------------------------------------------------------------------------- /www/css/icons/nt_flurries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_flurries.svg -------------------------------------------------------------------------------- /www/css/icons/nt_fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_fog.svg -------------------------------------------------------------------------------- /www/css/icons/nt_haze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_haze.svg -------------------------------------------------------------------------------- /www/css/icons/nt_hazy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_hazy.svg -------------------------------------------------------------------------------- /www/css/icons/nt_lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_lightning.svg -------------------------------------------------------------------------------- /www/css/icons/nt_overcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_overcast.svg -------------------------------------------------------------------------------- /www/css/icons/nt_rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_rain.svg -------------------------------------------------------------------------------- /www/css/icons/nt_sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_sleet.svg -------------------------------------------------------------------------------- /www/css/icons/nt_snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_snow.svg -------------------------------------------------------------------------------- /www/css/icons/nt_tstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_tstorm.svg -------------------------------------------------------------------------------- /www/css/icons/nt_tstorms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_tstorms.svg -------------------------------------------------------------------------------- /www/css/icons/nt_warm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_warm.svg -------------------------------------------------------------------------------- /www/css/icons/nt_warmc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_warmc.svg -------------------------------------------------------------------------------- /www/css/icons/nt_windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/nt_windy.svg -------------------------------------------------------------------------------- /www/css/icons/offiline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/offiline.svg -------------------------------------------------------------------------------- /www/css/icons/offline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/offline.svg -------------------------------------------------------------------------------- /www/css/icons/overcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/overcast.svg -------------------------------------------------------------------------------- /www/css/icons/partlycloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/partlycloudy.svg -------------------------------------------------------------------------------- /www/css/icons/partlysunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/partlysunny.svg -------------------------------------------------------------------------------- /www/css/icons/pcloudyt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/pcloudyt.svg -------------------------------------------------------------------------------- /www/css/icons/ph.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /www/css/icons/rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/rain.svg -------------------------------------------------------------------------------- /www/css/icons/rainbow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/rainbow.svg -------------------------------------------------------------------------------- /www/css/icons/rainday.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/rainday.svg -------------------------------------------------------------------------------- /www/css/icons/rainvp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/rainvp.svg -------------------------------------------------------------------------------- /www/css/icons/showersw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/showersw.svg -------------------------------------------------------------------------------- /www/css/icons/showerswn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/showerswn.svg -------------------------------------------------------------------------------- /www/css/icons/sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sleet.svg -------------------------------------------------------------------------------- /www/css/icons/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/snow.svg -------------------------------------------------------------------------------- /www/css/icons/snoww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/snoww.svg -------------------------------------------------------------------------------- /www/css/icons/sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunny.svg -------------------------------------------------------------------------------- /www/css/icons/sunnyn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunnyn.svg -------------------------------------------------------------------------------- /www/css/icons/sunnyperiods.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunnyperiods.svg -------------------------------------------------------------------------------- /www/css/icons/sunnyw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunnyw.svg -------------------------------------------------------------------------------- /www/css/icons/sunnywn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunnywn.svg -------------------------------------------------------------------------------- /www/css/icons/sunposition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/sunposition.svg -------------------------------------------------------------------------------- /www/css/icons/test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/test.svg -------------------------------------------------------------------------------- /www/css/icons/thunder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/thunder.svg -------------------------------------------------------------------------------- /www/css/icons/tstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/tstorm.svg -------------------------------------------------------------------------------- /www/css/icons/tstormn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/tstormn.svg -------------------------------------------------------------------------------- /www/css/icons/tstorms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/tstorms.svg -------------------------------------------------------------------------------- /www/css/icons/tstormsw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/tstormsw.svg -------------------------------------------------------------------------------- /www/css/icons/tstormswn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/tstormswn.svg -------------------------------------------------------------------------------- /www/css/icons/unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/unknown.svg -------------------------------------------------------------------------------- /www/css/icons/uvdark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/uvdark.svg -------------------------------------------------------------------------------- /www/css/icons/uvhigh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/uvhigh.svg -------------------------------------------------------------------------------- /www/css/icons/uvnormal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/uvnormal.svg -------------------------------------------------------------------------------- /www/css/icons/uvstrong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/uvstrong.svg -------------------------------------------------------------------------------- /www/css/icons/volcanoe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/volcanoe.svg -------------------------------------------------------------------------------- /www/css/icons/warm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/warm.svg -------------------------------------------------------------------------------- /www/css/icons/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/wind.svg -------------------------------------------------------------------------------- /www/css/icons/windn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/windn.svg -------------------------------------------------------------------------------- /www/css/icons/windsvg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/windsvg.svg -------------------------------------------------------------------------------- /www/css/icons/windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/windy.svg -------------------------------------------------------------------------------- /www/css/icons/windyclear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/windyclear.svg -------------------------------------------------------------------------------- /www/css/icons/windyrain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/windyrain.svg -------------------------------------------------------------------------------- /www/css/icons/wintrymix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/wintrymix.svg -------------------------------------------------------------------------------- /www/css/icons/wintrymixn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/wintrymixn.svg -------------------------------------------------------------------------------- /www/css/icons/wuoffline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/icons/wuoffline.svg -------------------------------------------------------------------------------- /www/css/main.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/main.dark.css -------------------------------------------------------------------------------- /www/css/main.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/main.light.css -------------------------------------------------------------------------------- /www/css/meteogram.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/meteogram.dark.css -------------------------------------------------------------------------------- /www/css/meteogram.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/meteogram.light.css -------------------------------------------------------------------------------- /www/css/metofficeicons/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/0.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/1.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/2.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/3.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/5.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/6.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/7.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/8.svg -------------------------------------------------------------------------------- /www/css/metofficeicons/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/metofficeicons/9.svg -------------------------------------------------------------------------------- /www/css/orrery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/orrery.css -------------------------------------------------------------------------------- /www/css/orrery.dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/orrery.dark.css -------------------------------------------------------------------------------- /www/css/orrery.light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/orrery.light.css -------------------------------------------------------------------------------- /www/css/rain/marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/rain/marker.svg -------------------------------------------------------------------------------- /www/css/rain/rainmarker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/rain/rainmarker.svg -------------------------------------------------------------------------------- /www/css/rain/water.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/rain/water.svg -------------------------------------------------------------------------------- /www/css/svg/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/0.svg -------------------------------------------------------------------------------- /www/css/svg/01d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/01d.svg -------------------------------------------------------------------------------- /www/css/svg/01dw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/01dw.svg -------------------------------------------------------------------------------- /www/css/svg/01m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/01m.svg -------------------------------------------------------------------------------- /www/css/svg/01n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/01n.svg -------------------------------------------------------------------------------- /www/css/svg/01nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/01nw.svg -------------------------------------------------------------------------------- /www/css/svg/02d-sca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/02d-sca.svg -------------------------------------------------------------------------------- /www/css/svg/02d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/02d.svg -------------------------------------------------------------------------------- /www/css/svg/02m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/02m.svg -------------------------------------------------------------------------------- /www/css/svg/02n-sca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/02n-sca.svg -------------------------------------------------------------------------------- /www/css/svg/02n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/02n.svg -------------------------------------------------------------------------------- /www/css/svg/03d-most.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03d-most.svg -------------------------------------------------------------------------------- /www/css/svg/03d-part.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03d-part.svg -------------------------------------------------------------------------------- /www/css/svg/03d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03d.svg -------------------------------------------------------------------------------- /www/css/svg/03m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03m.svg -------------------------------------------------------------------------------- /www/css/svg/03n-most.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03n-most.svg -------------------------------------------------------------------------------- /www/css/svg/03n-part.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03n-part.svg -------------------------------------------------------------------------------- /www/css/svg/03n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/03n.svg -------------------------------------------------------------------------------- /www/css/svg/04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/04.svg -------------------------------------------------------------------------------- /www/css/svg/05d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/05d.svg -------------------------------------------------------------------------------- /www/css/svg/05m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/05m.svg -------------------------------------------------------------------------------- /www/css/svg/05n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/05n.svg -------------------------------------------------------------------------------- /www/css/svg/06d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/06d.svg -------------------------------------------------------------------------------- /www/css/svg/06m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/06m.svg -------------------------------------------------------------------------------- /www/css/svg/06n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/06n.svg -------------------------------------------------------------------------------- /www/css/svg/07d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/07d.svg -------------------------------------------------------------------------------- /www/css/svg/07m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/07m.svg -------------------------------------------------------------------------------- /www/css/svg/07n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/07n.svg -------------------------------------------------------------------------------- /www/css/svg/08d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/08d.svg -------------------------------------------------------------------------------- /www/css/svg/08m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/08m.svg -------------------------------------------------------------------------------- /www/css/svg/08n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/08n.svg -------------------------------------------------------------------------------- /www/css/svg/09.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/09.svg -------------------------------------------------------------------------------- /www/css/svg/09.svg-animated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/09.svg-animated -------------------------------------------------------------------------------- /www/css/svg/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/1.svg -------------------------------------------------------------------------------- /www/css/svg/10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/10.svg -------------------------------------------------------------------------------- /www/css/svg/10w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/10w.svg -------------------------------------------------------------------------------- /www/css/svg/11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/11.svg -------------------------------------------------------------------------------- /www/css/svg/12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/12.svg -------------------------------------------------------------------------------- /www/css/svg/13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/13.svg -------------------------------------------------------------------------------- /www/css/svg/14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/14.svg -------------------------------------------------------------------------------- /www/css/svg/15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/15.svg -------------------------------------------------------------------------------- /www/css/svg/16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/16.svg -------------------------------------------------------------------------------- /www/css/svg/17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/17.svg -------------------------------------------------------------------------------- /www/css/svg/18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/18.svg -------------------------------------------------------------------------------- /www/css/svg/19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/19.svg -------------------------------------------------------------------------------- /www/css/svg/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/2.svg -------------------------------------------------------------------------------- /www/css/svg/20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/20.svg -------------------------------------------------------------------------------- /www/css/svg/20d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/20d.svg -------------------------------------------------------------------------------- /www/css/svg/20m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/20m.svg -------------------------------------------------------------------------------- /www/css/svg/20n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/20n.svg -------------------------------------------------------------------------------- /www/css/svg/21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/21.svg -------------------------------------------------------------------------------- /www/css/svg/21d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/21d.svg -------------------------------------------------------------------------------- /www/css/svg/21m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/21m.svg -------------------------------------------------------------------------------- /www/css/svg/21n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/21n.svg -------------------------------------------------------------------------------- /www/css/svg/22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/22.svg -------------------------------------------------------------------------------- /www/css/svg/23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/23.svg -------------------------------------------------------------------------------- /www/css/svg/24d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/24d.svg -------------------------------------------------------------------------------- /www/css/svg/24m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/24m.svg -------------------------------------------------------------------------------- /www/css/svg/24n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/24n.svg -------------------------------------------------------------------------------- /www/css/svg/25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/25.svg -------------------------------------------------------------------------------- /www/css/svg/25d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/25d.svg -------------------------------------------------------------------------------- /www/css/svg/25m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/25m.svg -------------------------------------------------------------------------------- /www/css/svg/25n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/25n.svg -------------------------------------------------------------------------------- /www/css/svg/26.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/26.svg -------------------------------------------------------------------------------- /www/css/svg/26d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/26d.svg -------------------------------------------------------------------------------- /www/css/svg/26m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/26m.svg -------------------------------------------------------------------------------- /www/css/svg/26n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/26n.svg -------------------------------------------------------------------------------- /www/css/svg/27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/27.svg -------------------------------------------------------------------------------- /www/css/svg/27d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/27d.svg -------------------------------------------------------------------------------- /www/css/svg/27m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/27m.svg -------------------------------------------------------------------------------- /www/css/svg/27n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/27n.svg -------------------------------------------------------------------------------- /www/css/svg/28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/28.svg -------------------------------------------------------------------------------- /www/css/svg/28d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/28d.svg -------------------------------------------------------------------------------- /www/css/svg/28m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/28m.svg -------------------------------------------------------------------------------- /www/css/svg/28n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/28n.svg -------------------------------------------------------------------------------- /www/css/svg/29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/29.svg -------------------------------------------------------------------------------- /www/css/svg/29d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/29d.svg -------------------------------------------------------------------------------- /www/css/svg/29m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/29m.svg -------------------------------------------------------------------------------- /www/css/svg/29n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/29n.svg -------------------------------------------------------------------------------- /www/css/svg/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/3.svg -------------------------------------------------------------------------------- /www/css/svg/30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/30.svg -------------------------------------------------------------------------------- /www/css/svg/31.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/31.svg -------------------------------------------------------------------------------- /www/css/svg/32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/32.svg -------------------------------------------------------------------------------- /www/css/svg/33.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/33.svg -------------------------------------------------------------------------------- /www/css/svg/34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/34.svg -------------------------------------------------------------------------------- /www/css/svg/35.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/35.svg -------------------------------------------------------------------------------- /www/css/svg/36.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/36.svg -------------------------------------------------------------------------------- /www/css/svg/37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/37.svg -------------------------------------------------------------------------------- /www/css/svg/38.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/38.svg -------------------------------------------------------------------------------- /www/css/svg/39.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/39.svg -------------------------------------------------------------------------------- /www/css/svg/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/4.svg -------------------------------------------------------------------------------- /www/css/svg/40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/40.svg -------------------------------------------------------------------------------- /www/css/svg/40d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/40d.svg -------------------------------------------------------------------------------- /www/css/svg/40m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/40m.svg -------------------------------------------------------------------------------- /www/css/svg/40n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/40n.svg -------------------------------------------------------------------------------- /www/css/svg/41.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/41.svg -------------------------------------------------------------------------------- /www/css/svg/41d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/41d.svg -------------------------------------------------------------------------------- /www/css/svg/41m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/41m.svg -------------------------------------------------------------------------------- /www/css/svg/41n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/41n.svg -------------------------------------------------------------------------------- /www/css/svg/42.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/42.svg -------------------------------------------------------------------------------- /www/css/svg/42d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/42d.svg -------------------------------------------------------------------------------- /www/css/svg/42m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/42m.svg -------------------------------------------------------------------------------- /www/css/svg/42n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/42n.svg -------------------------------------------------------------------------------- /www/css/svg/43.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/43.svg -------------------------------------------------------------------------------- /www/css/svg/43d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/43d.svg -------------------------------------------------------------------------------- /www/css/svg/43m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/43m.svg -------------------------------------------------------------------------------- /www/css/svg/43n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/43n.svg -------------------------------------------------------------------------------- /www/css/svg/44d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/44d.svg -------------------------------------------------------------------------------- /www/css/svg/44m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/44m.svg -------------------------------------------------------------------------------- /www/css/svg/44n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/44n.svg -------------------------------------------------------------------------------- /www/css/svg/45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/45.svg -------------------------------------------------------------------------------- /www/css/svg/45d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/45d.svg -------------------------------------------------------------------------------- /www/css/svg/45m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/45m.svg -------------------------------------------------------------------------------- /www/css/svg/45n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/45n.svg -------------------------------------------------------------------------------- /www/css/svg/46.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/46.svg -------------------------------------------------------------------------------- /www/css/svg/47.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/47.svg -------------------------------------------------------------------------------- /www/css/svg/48.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/48.svg -------------------------------------------------------------------------------- /www/css/svg/49.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/49.svg -------------------------------------------------------------------------------- /www/css/svg/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/5.svg -------------------------------------------------------------------------------- /www/css/svg/50.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/50.svg -------------------------------------------------------------------------------- /www/css/svg/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/6.svg -------------------------------------------------------------------------------- /www/css/svg/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/7.svg -------------------------------------------------------------------------------- /www/css/svg/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/8.svg -------------------------------------------------------------------------------- /www/css/svg/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/9.svg -------------------------------------------------------------------------------- /www/css/svg/AW.AV.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.AV.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.AV.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.AV.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.AV.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.AV.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.AV.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.AV.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.CE.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.CE.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.CE.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.CE.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.CE.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.CE.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.CE.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.CE.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FG.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FG.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FG.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FG.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FG.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FG.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FG.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FG.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FL.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FL.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FL.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FL.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FL.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FL.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FL.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FL.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FR.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FR.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FR.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FR.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FR.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FR.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.FR.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.FR.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.HT.EX.svg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.HT.EX.svg.txt -------------------------------------------------------------------------------- /www/css/svg/AW.HT.EX.svgt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.HT.EX.svgt -------------------------------------------------------------------------------- /www/css/svg/AW.HT.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.HT.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.HT.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.HT.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.HT.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.HT.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LI.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LI.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LI.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LI.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LI.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LI.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LI.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LI.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LT.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LT.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LT.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LT.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LT.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LT.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.LT.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.LT.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RA.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RA.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RA.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RA.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RA.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RA.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RA.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RA.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RF.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RF.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RF.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RF.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RF.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RF.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.RF.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.RF.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.SI.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.SI.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.SI.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.SI.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.SI.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.SI.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.SI.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.SI.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.TS.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.TS.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.TS.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.TS.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.TS.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.TS.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.TS.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.TS.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.UK.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.UK.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.UK.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.UK.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.UK.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.UK.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.UK.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.UK.SV.svg -------------------------------------------------------------------------------- /www/css/svg/AW.WI.EX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.WI.EX.svg -------------------------------------------------------------------------------- /www/css/svg/AW.WI.MD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.WI.MD.svg -------------------------------------------------------------------------------- /www/css/svg/AW.WI.MN.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.WI.MN.svg -------------------------------------------------------------------------------- /www/css/svg/AW.WI.SV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/AW.WI.SV.svg -------------------------------------------------------------------------------- /www/css/svg/Noalert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/Noalert.svg -------------------------------------------------------------------------------- /www/css/svg/barometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/barometer.svg -------------------------------------------------------------------------------- /www/css/svg/celsius.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/celsius.svg -------------------------------------------------------------------------------- /www/css/svg/clear-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/clear-day.svg -------------------------------------------------------------------------------- /www/css/svg/clear-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/clear-night.svg -------------------------------------------------------------------------------- /www/css/svg/cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/cloudy.svg -------------------------------------------------------------------------------- /www/css/svg/coldd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/coldd.svg -------------------------------------------------------------------------------- /www/css/svg/coldn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/coldn.svg -------------------------------------------------------------------------------- /www/css/svg/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/compass.svg -------------------------------------------------------------------------------- /www/css/svg/drizzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/drizzle.svg -------------------------------------------------------------------------------- /www/css/svg/dust-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/dust-day.svg -------------------------------------------------------------------------------- /www/css/svg/dust-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/dust-night.svg -------------------------------------------------------------------------------- /www/css/svg/dust-wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/dust-wind.svg -------------------------------------------------------------------------------- /www/css/svg/dust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/dust.svg -------------------------------------------------------------------------------- /www/css/svg/fahrenheit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/fahrenheit.svg -------------------------------------------------------------------------------- /www/css/svg/fog-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/fog-day.svg -------------------------------------------------------------------------------- /www/css/svg/fog-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/fog-night.svg -------------------------------------------------------------------------------- /www/css/svg/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/fog.svg -------------------------------------------------------------------------------- /www/css/svg/hail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hail.svg -------------------------------------------------------------------------------- /www/css/svg/haze-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/haze-day.svg -------------------------------------------------------------------------------- /www/css/svg/haze-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/haze-night.svg -------------------------------------------------------------------------------- /www/css/svg/haze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/haze.svg -------------------------------------------------------------------------------- /www/css/svg/hazyd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hazyd.svg -------------------------------------------------------------------------------- /www/css/svg/hazyn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hazyn.svg -------------------------------------------------------------------------------- /www/css/svg/horizon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/horizon.svg -------------------------------------------------------------------------------- /www/css/svg/hotd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hotd.svg -------------------------------------------------------------------------------- /www/css/svg/hotn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hotn.svg -------------------------------------------------------------------------------- /www/css/svg/humidity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/humidity.svg -------------------------------------------------------------------------------- /www/css/svg/hurricane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/hurricane.svg -------------------------------------------------------------------------------- /www/css/svg/mist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/mist.svg -------------------------------------------------------------------------------- /www/css/svg/moon-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/moon-full.svg -------------------------------------------------------------------------------- /www/css/svg/moon-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/moon-new.svg -------------------------------------------------------------------------------- /www/css/svg/moonrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/moonrise.svg -------------------------------------------------------------------------------- /www/css/svg/moonset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/moonset.svg -------------------------------------------------------------------------------- /www/css/svg/nt_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/nt_0.svg -------------------------------------------------------------------------------- /www/css/svg/nt_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/nt_1.svg -------------------------------------------------------------------------------- /www/css/svg/nt_10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/nt_10.svg -------------------------------------------------------------------------------- /www/css/svg/offline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/offline.svg -------------------------------------------------------------------------------- /www/css/svg/overcast-day.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/overcast-day.svg -------------------------------------------------------------------------------- /www/css/svg/overcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/overcast.svg -------------------------------------------------------------------------------- /www/css/svg/pressure-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/pressure-low.svg -------------------------------------------------------------------------------- /www/css/svg/rain-wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/rain-wind.svg -------------------------------------------------------------------------------- /www/css/svg/rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/rain.svg -------------------------------------------------------------------------------- /www/css/svg/raindrop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/raindrop.svg -------------------------------------------------------------------------------- /www/css/svg/raindrops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/raindrops.svg -------------------------------------------------------------------------------- /www/css/svg/red_triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/red_triangle.svg -------------------------------------------------------------------------------- /www/css/svg/sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/sleet.svg -------------------------------------------------------------------------------- /www/css/svg/smoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/smoke.svg -------------------------------------------------------------------------------- /www/css/svg/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/snow.svg -------------------------------------------------------------------------------- /www/css/svg/snowflake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/snowflake.svg -------------------------------------------------------------------------------- /www/css/svg/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/star.svg -------------------------------------------------------------------------------- /www/css/svg/starry-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/starry-night.svg -------------------------------------------------------------------------------- /www/css/svg/sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/sunrise.svg -------------------------------------------------------------------------------- /www/css/svg/sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/sunset.svg -------------------------------------------------------------------------------- /www/css/svg/thermometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/thermometer.svg -------------------------------------------------------------------------------- /www/css/svg/tornado.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/tornado.svg -------------------------------------------------------------------------------- /www/css/svg/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/umbrella.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-1.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-10.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-11.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-2.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-3.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-4.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-5.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-6.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-7.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-8.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index-9.svg -------------------------------------------------------------------------------- /www/css/svg/uv-index.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/uv-index.svg -------------------------------------------------------------------------------- /www/css/svg/wind-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wind-rain.svg -------------------------------------------------------------------------------- /www/css/svg/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wind.svg -------------------------------------------------------------------------------- /www/css/svg/wind2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wind2.svg -------------------------------------------------------------------------------- /www/css/svg/windsock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/windsock.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/0.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/1.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/10.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/11.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/12.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/13.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/14.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/15.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/16.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/17.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/18.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/19.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/2.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/20.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/21.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/22.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/23.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/24.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/25.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/26.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/26.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/27.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/28.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/29.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/3.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/30.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/31.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/31.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/32.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/33.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/33.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/34.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/35.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/35.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/36.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/36.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/37.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/38.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/38.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/39.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/39.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/4.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/40.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/41.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/41.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/42.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/42.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/43.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/43.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/45.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/46.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/46.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/47.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/47.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/5.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/6.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/7.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/8.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/9.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_0.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_1.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_2.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_3.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_4.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_5.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_6.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_7.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_8.svg -------------------------------------------------------------------------------- /www/css/svg/wuicons/nt_9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/svg/wuicons/nt_9.svg -------------------------------------------------------------------------------- /www/css/templateSetup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/templateSetup.css -------------------------------------------------------------------------------- /www/css/windicons/avgw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/windicons/avgw.svg -------------------------------------------------------------------------------- /www/css/wuicons/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/0.svg -------------------------------------------------------------------------------- /www/css/wuicons/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/1.svg -------------------------------------------------------------------------------- /www/css/wuicons/10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/10.svg -------------------------------------------------------------------------------- /www/css/wuicons/11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/11.svg -------------------------------------------------------------------------------- /www/css/wuicons/12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/12.svg -------------------------------------------------------------------------------- /www/css/wuicons/13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/13.svg -------------------------------------------------------------------------------- /www/css/wuicons/14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/14.svg -------------------------------------------------------------------------------- /www/css/wuicons/15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/15.svg -------------------------------------------------------------------------------- /www/css/wuicons/16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/16.svg -------------------------------------------------------------------------------- /www/css/wuicons/17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/17.svg -------------------------------------------------------------------------------- /www/css/wuicons/18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/18.svg -------------------------------------------------------------------------------- /www/css/wuicons/19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/19.svg -------------------------------------------------------------------------------- /www/css/wuicons/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/2.svg -------------------------------------------------------------------------------- /www/css/wuicons/20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/20.svg -------------------------------------------------------------------------------- /www/css/wuicons/21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/21.svg -------------------------------------------------------------------------------- /www/css/wuicons/22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/22.svg -------------------------------------------------------------------------------- /www/css/wuicons/23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/23.svg -------------------------------------------------------------------------------- /www/css/wuicons/24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/24.svg -------------------------------------------------------------------------------- /www/css/wuicons/25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/25.svg -------------------------------------------------------------------------------- /www/css/wuicons/26.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/26.svg -------------------------------------------------------------------------------- /www/css/wuicons/27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/27.svg -------------------------------------------------------------------------------- /www/css/wuicons/28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/28.svg -------------------------------------------------------------------------------- /www/css/wuicons/29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/29.svg -------------------------------------------------------------------------------- /www/css/wuicons/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/3.svg -------------------------------------------------------------------------------- /www/css/wuicons/30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/30.svg -------------------------------------------------------------------------------- /www/css/wuicons/31.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/31.svg -------------------------------------------------------------------------------- /www/css/wuicons/32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/32.svg -------------------------------------------------------------------------------- /www/css/wuicons/33.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/33.svg -------------------------------------------------------------------------------- /www/css/wuicons/34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/34.svg -------------------------------------------------------------------------------- /www/css/wuicons/35.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/35.svg -------------------------------------------------------------------------------- /www/css/wuicons/36.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/36.svg -------------------------------------------------------------------------------- /www/css/wuicons/37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/37.svg -------------------------------------------------------------------------------- /www/css/wuicons/38.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/38.svg -------------------------------------------------------------------------------- /www/css/wuicons/39.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/39.svg -------------------------------------------------------------------------------- /www/css/wuicons/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/4.svg -------------------------------------------------------------------------------- /www/css/wuicons/40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/40.svg -------------------------------------------------------------------------------- /www/css/wuicons/41.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/41.svg -------------------------------------------------------------------------------- /www/css/wuicons/42.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/42.svg -------------------------------------------------------------------------------- /www/css/wuicons/43.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/43.svg -------------------------------------------------------------------------------- /www/css/wuicons/45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/45.svg -------------------------------------------------------------------------------- /www/css/wuicons/46.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/46.svg -------------------------------------------------------------------------------- /www/css/wuicons/47.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/47.svg -------------------------------------------------------------------------------- /www/css/wuicons/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/5.svg -------------------------------------------------------------------------------- /www/css/wuicons/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/6.svg -------------------------------------------------------------------------------- /www/css/wuicons/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/7.svg -------------------------------------------------------------------------------- /www/css/wuicons/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/8.svg -------------------------------------------------------------------------------- /www/css/wuicons/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/9.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_0.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_1.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_10.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_11.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_12.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_13.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_14.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_15.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_16.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_17.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_18.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_19.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_2.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_20.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_21.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_22.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_23.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_24.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_26.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_26.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_27.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_28.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_29.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_3.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_30.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_31.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_31.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_32.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_33.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_33.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_34.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_35.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_35.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_36.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_36.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_37.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_38.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_38.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_39.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_39.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_4.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_40.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_41.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_41.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_42.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_42.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_43.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_43.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_45.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_46.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_46.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_47.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_47.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_5.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_6.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_7.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_8.svg -------------------------------------------------------------------------------- /www/css/wuicons/nt_9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/css/wuicons/nt_9.svg -------------------------------------------------------------------------------- /www/currentconditionsw34.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/currentconditionsw34.php -------------------------------------------------------------------------------- /www/davisconsoleoutlook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/davisconsoleoutlook.php -------------------------------------------------------------------------------- /www/dsuvindex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/dsuvindex.php -------------------------------------------------------------------------------- /www/earthquake.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/earthquake.php -------------------------------------------------------------------------------- /www/eq.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/eq.php -------------------------------------------------------------------------------- /www/eq_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/eq_uk.php -------------------------------------------------------------------------------- /www/european_alert_codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/european_alert_codes.txt -------------------------------------------------------------------------------- /www/ew_airqualitymodule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/ew_airqualitymodule.php -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/favicon.icoold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/favicon.icoold -------------------------------------------------------------------------------- /www/forecast3aw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/forecast3aw.php -------------------------------------------------------------------------------- /www/forecast3awlarge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/forecast3awlarge.php -------------------------------------------------------------------------------- /www/forecast3wu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/forecast3wu.php -------------------------------------------------------------------------------- /www/forecast3wularge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/forecast3wularge.php -------------------------------------------------------------------------------- /www/img/Arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/Arch.png -------------------------------------------------------------------------------- /www/img/Arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/Arch.svg -------------------------------------------------------------------------------- /www/img/Arch.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/Arch.svg.png -------------------------------------------------------------------------------- /www/img/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/Contents.json -------------------------------------------------------------------------------- /www/img/Pi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/Pi.jpg -------------------------------------------------------------------------------- /www/img/TP-LINK.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/TP-LINK.svg -------------------------------------------------------------------------------- /www/img/WH2650.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/WH2650.jpg -------------------------------------------------------------------------------- /www/img/WH2650.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/WH2650.svg -------------------------------------------------------------------------------- /www/img/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-icon-57x57.png -------------------------------------------------------------------------------- /www/img/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-icon-60x60.png -------------------------------------------------------------------------------- /www/img/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-icon-72x72.png -------------------------------------------------------------------------------- /www/img/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-icon-76x76.png -------------------------------------------------------------------------------- /www/img/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-icon.png -------------------------------------------------------------------------------- /www/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/apple-touch-icon.png -------------------------------------------------------------------------------- /www/img/aqisvg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/aqisvg.svg -------------------------------------------------------------------------------- /www/img/arrow34iconlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/arrow34iconlink.svg -------------------------------------------------------------------------------- /www/img/awekas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/awekas.svg -------------------------------------------------------------------------------- /www/img/basmilius.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/basmilius.svg -------------------------------------------------------------------------------- /www/img/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/browserconfig.xml -------------------------------------------------------------------------------- /www/img/checkwx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/checkwx.svg -------------------------------------------------------------------------------- /www/img/checkwx.svg-old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/checkwx.svg-old -------------------------------------------------------------------------------- /www/img/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/code.txt -------------------------------------------------------------------------------- /www/img/davisvue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/davisvue.svg -------------------------------------------------------------------------------- /www/img/davisw34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/davisw34.svg -------------------------------------------------------------------------------- /www/img/designedfor-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/designedfor-1.svg -------------------------------------------------------------------------------- /www/img/ecowitt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/ecowitt.svg -------------------------------------------------------------------------------- /www/img/favicon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon-128.png -------------------------------------------------------------------------------- /www/img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon-16x16.png -------------------------------------------------------------------------------- /www/img/favicon-196x196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon-196x196.png -------------------------------------------------------------------------------- /www/img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon-32x32.png -------------------------------------------------------------------------------- /www/img/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon-96x96.png -------------------------------------------------------------------------------- /www/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon.ico -------------------------------------------------------------------------------- /www/img/favicon.icoold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/favicon.icoold -------------------------------------------------------------------------------- /www/img/flags/a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/a.svg -------------------------------------------------------------------------------- /www/img/flags/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/ar.svg -------------------------------------------------------------------------------- /www/img/flags/aus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/aus.svg -------------------------------------------------------------------------------- /www/img/flags/b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/b.svg -------------------------------------------------------------------------------- /www/img/flags/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/be.svg -------------------------------------------------------------------------------- /www/img/flags/c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/c.svg -------------------------------------------------------------------------------- /www/img/flags/can.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/can.svg -------------------------------------------------------------------------------- /www/img/flags/cat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/cat.svg -------------------------------------------------------------------------------- /www/img/flags/cata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/cata.svg -------------------------------------------------------------------------------- /www/img/flags/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/ch.svg -------------------------------------------------------------------------------- /www/img/flags/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/dk.svg -------------------------------------------------------------------------------- /www/img/flags/dl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/dl.svg -------------------------------------------------------------------------------- /www/img/flags/en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/en.svg -------------------------------------------------------------------------------- /www/img/flags/eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/eng.svg -------------------------------------------------------------------------------- /www/img/flags/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/fr.svg -------------------------------------------------------------------------------- /www/img/flags/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/gr.svg -------------------------------------------------------------------------------- /www/img/flags/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/hu.svg -------------------------------------------------------------------------------- /www/img/flags/iom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/iom.svg -------------------------------------------------------------------------------- /www/img/flags/ire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/ire.svg -------------------------------------------------------------------------------- /www/img/flags/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/it.svg -------------------------------------------------------------------------------- /www/img/flags/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/nl.svg -------------------------------------------------------------------------------- /www/img/flags/no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/no.svg -------------------------------------------------------------------------------- /www/img/flags/nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/nz.svg -------------------------------------------------------------------------------- /www/img/flags/ph.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /www/img/flags/pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/pl.svg -------------------------------------------------------------------------------- /www/img/flags/pol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/pol.svg -------------------------------------------------------------------------------- /www/img/flags/pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/pt.svg -------------------------------------------------------------------------------- /www/img/flags/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/sa.svg -------------------------------------------------------------------------------- /www/img/flags/scot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/scot.svg -------------------------------------------------------------------------------- /www/img/flags/singapore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/singapore.svg -------------------------------------------------------------------------------- /www/img/flags/sp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/sp.svg -------------------------------------------------------------------------------- /www/img/flags/sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/sw.svg -------------------------------------------------------------------------------- /www/img/flags/tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/tr.svg -------------------------------------------------------------------------------- /www/img/flags/uk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/uk.svg -------------------------------------------------------------------------------- /www/img/flags/us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/us.svg -------------------------------------------------------------------------------- /www/img/flags/wal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/flags/wal.svg -------------------------------------------------------------------------------- /www/img/hp2650.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/hp2650.png -------------------------------------------------------------------------------- /www/img/icon-weewx-arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/icon-weewx-arch.svg -------------------------------------------------------------------------------- /www/img/icon-weewx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/icon-weewx.svg -------------------------------------------------------------------------------- /www/img/iframe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/iframe.jpg -------------------------------------------------------------------------------- /www/img/languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/languages.png -------------------------------------------------------------------------------- /www/img/lightningalert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/lightningalert.svg -------------------------------------------------------------------------------- /www/img/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/manifest.json -------------------------------------------------------------------------------- /www/img/mesowest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mesowest.svg -------------------------------------------------------------------------------- /www/img/metoffice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/metoffice.svg -------------------------------------------------------------------------------- /www/img/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mouse.png -------------------------------------------------------------------------------- /www/img/mousedark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mousedark.png -------------------------------------------------------------------------------- /www/img/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/ms-icon-144x144.png -------------------------------------------------------------------------------- /www/img/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/ms-icon-150x150.png -------------------------------------------------------------------------------- /www/img/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/ms-icon-310x310.png -------------------------------------------------------------------------------- /www/img/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/ms-icon-70x70.png -------------------------------------------------------------------------------- /www/img/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mstile-144x144.png -------------------------------------------------------------------------------- /www/img/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mstile-150x150.png -------------------------------------------------------------------------------- /www/img/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mstile-310x150.png -------------------------------------------------------------------------------- /www/img/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mstile-310x310.png -------------------------------------------------------------------------------- /www/img/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/mstile-70x70.png -------------------------------------------------------------------------------- /www/img/nano.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/nano.svg -------------------------------------------------------------------------------- /www/img/newlogo34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/newlogo34.png -------------------------------------------------------------------------------- /www/img/noaa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/noaa.svg -------------------------------------------------------------------------------- /www/img/noaa_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/noaa_logo.svg -------------------------------------------------------------------------------- /www/img/nws_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/nws_logo.svg -------------------------------------------------------------------------------- /www/img/picam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/picam.jpg -------------------------------------------------------------------------------- /www/img/purpleair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/purpleair.svg -------------------------------------------------------------------------------- /www/img/pwslogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/pwslogo.svg -------------------------------------------------------------------------------- /www/img/thermo-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/thermo-bottom.svg -------------------------------------------------------------------------------- /www/img/weather34_meta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weather34_meta.png -------------------------------------------------------------------------------- /www/img/weather34logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weather34logo.svg -------------------------------------------------------------------------------- /www/img/weathercloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weathercloud.svg -------------------------------------------------------------------------------- /www/img/weatherflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weatherflow.svg -------------------------------------------------------------------------------- /www/img/weatherlogo34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weatherlogo34.png -------------------------------------------------------------------------------- /www/img/weatherlogo34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/weatherlogo34.svg -------------------------------------------------------------------------------- /www/img/wflogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/wflogo.svg -------------------------------------------------------------------------------- /www/img/windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/windy.svg -------------------------------------------------------------------------------- /www/img/wulogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/wulogo.svg -------------------------------------------------------------------------------- /www/img/wunderground.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/wunderground.svg -------------------------------------------------------------------------------- /www/img/wunderground1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/wunderground1.svg -------------------------------------------------------------------------------- /www/img/yr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/yr.png -------------------------------------------------------------------------------- /www/img/yr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/img/yr.svg -------------------------------------------------------------------------------- /www/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/index.php -------------------------------------------------------------------------------- /www/indoortemperature.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/indoortemperature.php -------------------------------------------------------------------------------- /www/info.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/info.php -------------------------------------------------------------------------------- /www/initial_settings1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/initial_settings1.php -------------------------------------------------------------------------------- /www/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/bootstrap.min.js -------------------------------------------------------------------------------- /www/js/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/d3.v3.min.js -------------------------------------------------------------------------------- /www/js/d3.v4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/d3.v4.min.js -------------------------------------------------------------------------------- /www/js/ekko-lightbox.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/ekko-lightbox.min.js -------------------------------------------------------------------------------- /www/js/gauge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/gauge.js -------------------------------------------------------------------------------- /www/js/gauge.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/gauge.min.js -------------------------------------------------------------------------------- /www/js/guage.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /www/js/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/highlight.pack.js -------------------------------------------------------------------------------- /www/js/iopctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/iopctrl.js -------------------------------------------------------------------------------- /www/js/jquerry-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/jquerry-ui.min.js -------------------------------------------------------------------------------- /www/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/jquery.js -------------------------------------------------------------------------------- /www/js/jquery.thermometer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/jquery.thermometer.js -------------------------------------------------------------------------------- /www/js/marchjquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/marchjquery.js -------------------------------------------------------------------------------- /www/js/oldjquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/oldjquery.js -------------------------------------------------------------------------------- /www/js/pointerevents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/pointerevents.js -------------------------------------------------------------------------------- /www/js/pointergestures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/pointergestures.js -------------------------------------------------------------------------------- /www/js/two.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/js/two.js -------------------------------------------------------------------------------- /www/jsondata/aqiJson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/aqiJson.txt -------------------------------------------------------------------------------- /www/jsondata/awa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awa.txt -------------------------------------------------------------------------------- /www/jsondata/awc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awc.txt -------------------------------------------------------------------------------- /www/jsondata/awd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awd.txt -------------------------------------------------------------------------------- /www/jsondata/awh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awh.txt -------------------------------------------------------------------------------- /www/jsondata/awm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awm.txt -------------------------------------------------------------------------------- /www/jsondata/awp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/awp.txt -------------------------------------------------------------------------------- /www/jsondata/dr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/dr.txt -------------------------------------------------------------------------------- /www/jsondata/eq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/eq.txt -------------------------------------------------------------------------------- /www/jsondata/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/favicon.ico -------------------------------------------------------------------------------- /www/jsondata/ki.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/ki.txt -------------------------------------------------------------------------------- /www/jsondata/ma.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/ma.txt -------------------------------------------------------------------------------- /www/jsondata/me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/me.txt -------------------------------------------------------------------------------- /www/jsondata/meta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/meta.txt -------------------------------------------------------------------------------- /www/jsondata/mg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/mg.txt -------------------------------------------------------------------------------- /www/jsondata/mm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/mm.txt -------------------------------------------------------------------------------- /www/jsondata/moscd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/moscd.txt -------------------------------------------------------------------------------- /www/jsondata/mosch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/mosch.txt -------------------------------------------------------------------------------- /www/jsondata/no.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/no.txt -------------------------------------------------------------------------------- /www/jsondata/uk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/uk.txt -------------------------------------------------------------------------------- /www/jsondata/vc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/vc.txt -------------------------------------------------------------------------------- /www/jsondata/wu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/jsondata/wu.txt -------------------------------------------------------------------------------- /www/languages/lang.blank.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.blank.php -------------------------------------------------------------------------------- /www/languages/lang.cat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.cat.php -------------------------------------------------------------------------------- /www/languages/lang.dk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.dk.php -------------------------------------------------------------------------------- /www/languages/lang.dl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.dl.php -------------------------------------------------------------------------------- /www/languages/lang.en.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.en.php -------------------------------------------------------------------------------- /www/languages/lang.fr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.fr.php -------------------------------------------------------------------------------- /www/languages/lang.gr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.gr.php -------------------------------------------------------------------------------- /www/languages/lang.hu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.hu.php -------------------------------------------------------------------------------- /www/languages/lang.it.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.it.php -------------------------------------------------------------------------------- /www/languages/lang.nl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.nl.php -------------------------------------------------------------------------------- /www/languages/lang.no.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.no.php -------------------------------------------------------------------------------- /www/languages/lang.pl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.pl.php -------------------------------------------------------------------------------- /www/languages/lang.sp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.sp.php -------------------------------------------------------------------------------- /www/languages/lang.sw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.sw.php -------------------------------------------------------------------------------- /www/languages/lang.tr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.tr.php -------------------------------------------------------------------------------- /www/languages/lang.us.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/languages/lang.us.php -------------------------------------------------------------------------------- /www/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/license.txt -------------------------------------------------------------------------------- /www/lightning34.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/lightning34.php -------------------------------------------------------------------------------- /www/manifest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/manifest.php -------------------------------------------------------------------------------- /www/max-mintemp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/max-mintemp.php -------------------------------------------------------------------------------- /www/max-minwind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/max-minwind.php -------------------------------------------------------------------------------- /www/menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/menu.php -------------------------------------------------------------------------------- /www/metar/metar34get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/metar/metar34get.php -------------------------------------------------------------------------------- /www/metar34get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/metar34get.php -------------------------------------------------------------------------------- /www/metarnearby.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/metarnearby.php -------------------------------------------------------------------------------- /www/meteorshowers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/meteorshowers.php -------------------------------------------------------------------------------- /www/metofficealerts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/metofficealerts.php -------------------------------------------------------------------------------- /www/moonphase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/moonphase.php -------------------------------------------------------------------------------- /www/notify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/notify.php -------------------------------------------------------------------------------- /www/orrery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/orrery.php -------------------------------------------------------------------------------- /www/outlookds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/outlookds.php -------------------------------------------------------------------------------- /www/outlookwu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/outlookwu.php -------------------------------------------------------------------------------- /www/placeholder.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /www/pop_aeris_daynight.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_aeris_daynight.php -------------------------------------------------------------------------------- /www/pop_aeris_hourly.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_aeris_hourly.php -------------------------------------------------------------------------------- /www/pop_airqualityinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_airqualityinfo.php -------------------------------------------------------------------------------- /www/pop_alerts_aw_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_alerts_aw_uk.php -------------------------------------------------------------------------------- /www/pop_aqinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_aqinfo.php -------------------------------------------------------------------------------- /www/pop_aurora.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_aurora.php -------------------------------------------------------------------------------- /www/pop_barometeralmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_barometeralmanac.php -------------------------------------------------------------------------------- /www/pop_bio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_bio.php -------------------------------------------------------------------------------- /www/pop_bom_alerts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_bom_alerts.php -------------------------------------------------------------------------------- /www/pop_cam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_cam.php -------------------------------------------------------------------------------- /www/pop_daylightmap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_daylightmap.php -------------------------------------------------------------------------------- /www/pop_eqlist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_eqlist.php -------------------------------------------------------------------------------- /www/pop_eqlist_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_eqlist_uk.php -------------------------------------------------------------------------------- /www/pop_europealerts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_europealerts.php -------------------------------------------------------------------------------- /www/pop_forecast_graph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_forecast_graph.php -------------------------------------------------------------------------------- /www/pop_history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_history.php -------------------------------------------------------------------------------- /www/pop_homeindoor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_homeindoor.php -------------------------------------------------------------------------------- /www/pop_lightningalmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_lightningalmanac.php -------------------------------------------------------------------------------- /www/pop_menu_barometer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_barometer.php -------------------------------------------------------------------------------- /www/pop_menu_forecast.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_forecast.php -------------------------------------------------------------------------------- /www/pop_menu_rain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_rain.php -------------------------------------------------------------------------------- /www/pop_menu_solar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_solar.php -------------------------------------------------------------------------------- /www/pop_menu_temperature.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_temperature.php -------------------------------------------------------------------------------- /www/pop_menu_wind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_menu_wind.php -------------------------------------------------------------------------------- /www/pop_metarnearby.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_metarnearby.php -------------------------------------------------------------------------------- /www/pop_meteogram.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_meteogram.php -------------------------------------------------------------------------------- /www/pop_meteorshowers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_meteorshowers.php -------------------------------------------------------------------------------- /www/pop_metoffice_hourly.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_metoffice_hourly.php -------------------------------------------------------------------------------- /www/pop_mooninfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_mooninfo.php -------------------------------------------------------------------------------- /www/pop_noaa.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_noaa.php -------------------------------------------------------------------------------- /www/pop_nwsalerts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_nwsalerts.php -------------------------------------------------------------------------------- /www/pop_orrery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_orrery.php -------------------------------------------------------------------------------- /www/pop_outlookwu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_outlookwu.php -------------------------------------------------------------------------------- /www/pop_rainfallalmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_rainfallalmanac.php -------------------------------------------------------------------------------- /www/pop_solaralmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_solaralmanac.php -------------------------------------------------------------------------------- /www/pop_tempalmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_tempalmanac.php -------------------------------------------------------------------------------- /www/pop_ukalerts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_ukalerts.php -------------------------------------------------------------------------------- /www/pop_uvalmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_uvalmanac.php -------------------------------------------------------------------------------- /www/pop_uvindex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_uvindex.php -------------------------------------------------------------------------------- /www/pop_windalmanac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_windalmanac.php -------------------------------------------------------------------------------- /www/pop_windyradar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_windyradar.php -------------------------------------------------------------------------------- /www/pop_windywind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_windywind.php -------------------------------------------------------------------------------- /www/pop_yr_hourly_table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/pop_yr_hourly_table.php -------------------------------------------------------------------------------- /www/purpleair.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/purpleair.php -------------------------------------------------------------------------------- /www/rainfall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/rainfall.php -------------------------------------------------------------------------------- /www/serverdata/filepileformat.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /www/serverdata/weewxserverinfo.txt: -------------------------------------------------------------------------------- 1 | 192.168.1.233:25252::/home/weewx/bin -------------------------------------------------------------------------------- /www/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/settings.php -------------------------------------------------------------------------------- /www/settings1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/settings1.php -------------------------------------------------------------------------------- /www/shared.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/shared.php -------------------------------------------------------------------------------- /www/solaruvds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/solaruvds.php -------------------------------------------------------------------------------- /www/solaruvwu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/solaruvwu.php -------------------------------------------------------------------------------- /www/stationinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/stationinfo.php -------------------------------------------------------------------------------- /www/sun3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/sun3.php -------------------------------------------------------------------------------- /www/sun4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/sun4.php -------------------------------------------------------------------------------- /www/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/sw.js -------------------------------------------------------------------------------- /www/temperature.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/temperature.php -------------------------------------------------------------------------------- /www/temperaturein.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/temperaturein.php -------------------------------------------------------------------------------- /www/template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/template.php -------------------------------------------------------------------------------- /www/templateSetup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/templateSetup.php -------------------------------------------------------------------------------- /www/theme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/theme.php -------------------------------------------------------------------------------- /www/time_offset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/time_offset.php -------------------------------------------------------------------------------- /www/timelapse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/timelapse.php -------------------------------------------------------------------------------- /www/todaybarometersmall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/todaybarometersmall.php -------------------------------------------------------------------------------- /www/todayrainfallsmall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/todayrainfallsmall.php -------------------------------------------------------------------------------- /www/todaytempsmall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/todaytempsmall.php -------------------------------------------------------------------------------- /www/todaywindspeedsmall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/todaywindspeedsmall.php -------------------------------------------------------------------------------- /www/top_advisory_au.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_au.php -------------------------------------------------------------------------------- /www/top_advisory_aw_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_aw_uk.php -------------------------------------------------------------------------------- /www/top_advisory_eu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_eu.php -------------------------------------------------------------------------------- /www/top_advisory_nws.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_nws.php -------------------------------------------------------------------------------- /www/top_advisory_rw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_rw.php -------------------------------------------------------------------------------- /www/top_advisory_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_advisory_uk.php -------------------------------------------------------------------------------- /www/top_aqi_daqi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_aqi_daqi.php -------------------------------------------------------------------------------- /www/top_aqi_uk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_aqi_uk.php -------------------------------------------------------------------------------- /www/top_aqi_world.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_aqi_world.php -------------------------------------------------------------------------------- /www/top_lightning.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_lightning.php -------------------------------------------------------------------------------- /www/top_lightning_ew.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_lightning_ew.php -------------------------------------------------------------------------------- /www/top_lightning_sb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_lightning_sb.php -------------------------------------------------------------------------------- /www/top_lightning_wf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_lightning_wf.php -------------------------------------------------------------------------------- /www/top_temperatureyear.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_temperatureyear.php -------------------------------------------------------------------------------- /www/top_windgustyear.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/top_windgustyear.php -------------------------------------------------------------------------------- /www/updater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/updater.php -------------------------------------------------------------------------------- /www/updatesection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/updatesection.php -------------------------------------------------------------------------------- /www/uvindexds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/uvindexds.php -------------------------------------------------------------------------------- /www/uvindexwf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/uvindexwf.php -------------------------------------------------------------------------------- /www/uvindexwu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/uvindexwu.php -------------------------------------------------------------------------------- /www/uvsolar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/uvsolar.php -------------------------------------------------------------------------------- /www/uvsolarbri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/uvsolarbri.php -------------------------------------------------------------------------------- /www/w34CombinedData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/w34CombinedData.php -------------------------------------------------------------------------------- /www/w34highcharts/json_day/readme: -------------------------------------------------------------------------------- 1 | Need to create the json_day directory 2 | -------------------------------------------------------------------------------- /www/w34highcharts/jsonp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/w34highcharts/jsonp.php -------------------------------------------------------------------------------- /www/w34highcharts/w34highcharts/json_day/readme: -------------------------------------------------------------------------------- 1 | Need to create the json_day directory 2 | -------------------------------------------------------------------------------- /www/weather34clock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weather34clock.php -------------------------------------------------------------------------------- /www/weather34skydata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weather34skydata.php -------------------------------------------------------------------------------- /www/weather34uvsolar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weather34uvsolar.php -------------------------------------------------------------------------------- /www/weatherboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weatherboard.html -------------------------------------------------------------------------------- /www/weatherflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weatherflow.php -------------------------------------------------------------------------------- /www/weatherflowuvsolar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weatherflowuvsolar.php -------------------------------------------------------------------------------- /www/webcamsmall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/webcamsmall.php -------------------------------------------------------------------------------- /www/webserver_ip_address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/webserver_ip_address.php -------------------------------------------------------------------------------- /www/weewx_lookup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/weewx_lookup.php -------------------------------------------------------------------------------- /www/wfdatatotext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/wfdatatotext.php -------------------------------------------------------------------------------- /www/windspeeddirection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/windspeeddirection.php -------------------------------------------------------------------------------- /www/wireframe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/wireframe.php -------------------------------------------------------------------------------- /www/wxcharts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steepleian/weewx-Weather34/HEAD/www/wxcharts.php --------------------------------------------------------------------------------