123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489 |
- <!DOCTYPE html>
- <html lang="en" class="no-js">
- <head itemscope itemtype="http://schema.org/Website">
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta http-equiv="Refresh" content="180">
- #if $Extras.has_key('cwop')
- <meta name="description" content="Monthly Weather Summary for $station.location Weather Station ($Extras.cwop). This web site is powered by WeeWX">
- #else
- <meta name="description" content="Monthly Weather Summary for $station.location Weather Station. This web site is powered by WeeWX">
- #end if
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="profile" href="http://gmpg.org/xfn/11" />
- #if $Extras.has_key('web_url')
- <link href="$Extras.web_url/month.html" itemprop="url"/>
- #end if
- <title itemprop="name">$station.location Monthly Weather Summary</title>
- <!-- Open Graph -->
- <meta property="og:site_name" content="$station.location Monthly Weather Summary" />
- <meta property="og:title" content="Monthly Weather Summary for $station.location"/>
- #if $Extras.has_key('web_url')
- <meta property="og:url" content="$Extras.web_url/month.html"/>
- #end if
- <meta property="og:description" content="Monthly Weather Summary for $station.location Weather Station. This web site is powered by WeeWX" />
- <meta property="og:type" content="website" />
- <!-- FavIcons -->
- <link rel="icon" href="favicon.ico" type="image/png">
- <link rel="apple-touch-icon" href="touch-icon.png"/>
-
- <!-- Styles -->
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="css/main.css">
- <!-- Font Awesome site kit links -->
-
- <!-- If you have a pro license -->
- <script src="https://kit.fontawesome.com/20f41d8eed.js" crossorigin="anonymous"></script>
-
- <!-- Free license -->
- <!-- <script src="https://kit.fontawesome.com/b527f43d5a.js" crossorigin="anonymous"></script> -->
-
- <!-- Script -->
- <script src="js/modernizr-2.6.2.min.js"></script>
- <script src="js/checkdiff.js"></script>
- </head>
- <body>
- <header>
- <div class="container-fix" >
- <div class="h-left" >
- <h1><i class="fas fa-cloud" ></i> $station.location </h1>
- <p>$station.latitude[0]° $station.latitude[1]' $station.latitude[2] | $station.longitude[0]° $station.longitude[1]' $station.longitude[2] | $station.altitude | <a href="https://www.google.com/maps/?q=$station.latitude[0]°%20$station.latitude[1]%20$station.latitude[2],$station.longitude[0]°%20$station.longitude[1]%20$station.longitude[2]" target="_blank" ><i class="fas fa-map-marker-alt" ></i> Show on map</a></p>
- <h2>Monthly Weather Summary</h2>
- <p><i class="far fa-clock" ></i> $current.dateTime $current.dateTime.format("%Z")</p>
- <p id="freshweather" class="m-orange"></p>
- <script>
- window.onload = checkDiff("$current.dateTime ($current.dateTime.format('%Z'))");
- </script>
- </div>
- <div class="h-right" >
- <table>
- <tr>
- <td><b>Station:</b></td>
- <td>$station.hardware</td>
- </tr>
- <tr>
- <td><b>Software:</b></td>
- <td><a href="http://weewx.com/" target="_blank" >WeeWX v$station.version</a></td>
- </tr>
- <tr>
- <td><b>Weewx uptime:</b></td>
- <td>$station.uptime</td>
- </tr>
- <tr>
- <td><b>Server uptime:</b></td>
- <td>$station.os_uptime</td>
- </tr>
- </table>
- </div>
- <nav>
- <ul class="topnav" id="myTopnav">
- <li class="icon"><a href="javascript:void(0);" onclick="myFunction()"><i class="fas fa-bars" ></i></a></li>
- <li><a href="/" >Current</a></li>
- <li><a href="week.html" >Week</a></li>
- <li class="active"><a href="month.html" >Month</a></li>
- <li><a href="year.html" >Year</a></li>
- <li><a href="summary.html" >Summaries</a></li>
- <li><a href="about.html" >About</a></li>
- <li><a href="RSS/weewx_rss.xml" ><i class="fas fa-rss" ></i></a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="main" >
- <div class="container" >
- <div class="left" >
- <div class="card" >
- <h1><i class="far fa-calendar-alt m-orange" ></i> This Month</h1>
- <table class="tablespacer">
- <tr>
- <td>High Temperature</td>
- <td>$month.outTemp.max</td>
- <td>$month.outTemp.maxtime</td>
- </tr>
- <tr>
- <td>Low Temperature</td>
- <td>$month.outTemp.min</td>
- <td>$month.outTemp.mintime</td>
- </tr>
- <tr>
- <td>High Heat Index</td>
- <td>$month.heatindex.max</td>
- <td>$month.heatindex.maxtime</td>
- </tr>
- <tr>
- <td>Low Wind Chill</td>
- <td>$month.windchill.min</td>
- <td>$month.windchill.mintime</td>
- </tr>
- <tr>
- <td>High Dewpoint</td>
- <td>$month.dewpoint.max</td>
- <td>$month.dewpoint.maxtime</td>
- </tr>
- <tr>
- <td>Low Dewpoint</td>
- <td>$month.dewpoint.min</td>
- <td>$month.dewpoint.mintime</td>
- </tr>
- <tr>
- <td>High Humidity</td>
- <td>$month.outHumidity.max</td>
- <td>$month.outHumidity.maxtime</td>
- </tr>
- <tr>
- <td>Low Humidity</td>
- <td>$month.outHumidity.min</td>
- <td>$month.outHumidity.mintime</td>
- </tr>
- <tr>
- <td>High Barometer</td>
- <td>$month.barometer.max</td>
- <td>$month.barometer.maxtime</td>
- </tr>
- <tr>
- <td>Low Barometer</td>
- <td>$month.barometer.min</td>
- <td>$month.barometer.mintime</td>
- </tr>
- <tr>
- <td>Rain Total</td>
- <td>$month.rain.sum</td>
- <td></td>
- </tr>
- <tr>
- <td>High Rain Rate</td>
- <td>$month.rainRate.max</td>
- <td>$month.rainRate.maxtime</td>
- </tr>
- <tr>
- <td>High Wind Speed</td>
- <td>$month.wind.max <br>$month.wind.gustdir</td>
- <td>$month.wind.maxtime</td>
- </tr>
- <tr>
- <td>Average Wind</td>
- <td>$month.wind.avg</td>
- <td></td>
- </tr>
- <tr>
- <td>RMS Wind</td>
- <td>$month.wind.rms</td>
- <td></td>
- </tr>
- <tr>
- <td>Vector Average Speed</td>
- <td>$month.wind.vecavg</td>
- <td></td>
- </tr>
- <tr>
- <td>Vector Average Direction</td>
- <td>$month.wind.vecdir</td>
- <td></td>
- </tr>
- #if $month.inTemp.has_data
- <tr>
- <td>High Inside Temperature</td>
- <td>$month.inTemp.max</td>
- <td>$month.inTemp.maxtime</td>
- </tr>
- <tr>
- <td>Low Inside Temperature</td>
- <td>$month.inTemp.min</td>
- <td>$month.inTemp.mintime</td>
- </tr>
- #end if
- #if $month.extraTemp1.has_data
- <tr>
- <td>High Pond Temp</td>
- <td>$month.extraTemp1.max</td>
- <td>$month.extraTemp1.maxtime</td>
- </tr>
- <tr>
- <td>Low Pond Temp</td>
- <td>$month.extraTemp1.min</td>
- <td>$month.extraTemp1.mintime</td>
- </tr>
- #end if
- #if $month.UV.has_data
- <tr>
- <td>High UV Index</td>
- <td>$month.UV.max</td>
- <td>$month.UV.maxtime</td>
- </tr>
- #end if
- #if $month.ET.has_data and $month.ET.sum.raw >1
- <tr>
- <td>High ET</td>
- <td>$month.ET.max</td>
- <td>$month.ET.maxtime</td>
- </tr>
- <tr>
- <td>Low ET</td>
- <td>$month.ET.min</td>
- <td>$month.ET.mintime</td>
- </tr>
- #end if
- #if $month.radiation.has_data
- <tr>
- <td>High Radiation</td>
- <td>$month.radiation.max</td>
- <td>$month.radiation.maxtime</td>
- </tr>
- #end if
- #if $month.lux.has_data
- <tr>
- <td>High Brightness</td>
- <td>$month.lux.max</td>
- <td>$month.lux.maxtime</td>
- </tr>
- #end if
- #if $month.lightningStrikes.has_data
- <tr>
- <td>Max Lightning Day</td>
- <td>$month.lightningStrikes.max</td>
- <td>$month.lightningStrikes.maxtime</td>
- </tr>
- <tr>
- <td>Lightning Total</td>
- <td>$month.lightningStrikes.sum</td>
- <td></td>
- </tr>
- #end if
- </table>
- </div>
- #if $month($months_ago=12).outTemp.max.string != " N/A"
- <div class="card" >
- <h1><i class="far fa-calendar-alt m-orange" ></i> Last $month($months_ago=12).dateTime.format("%B %Y")</h1>
- <table class="tablespacer">
- <tr>
- <td>High Temperature</td>
- <td>$month($months_ago=12).outTemp.max</td>
- <td>$month($months_ago=12).outTemp.maxtime</td>
- </tr>
- <tr>
- <td>Low Temperature</td>
- <td>$month($months_ago=12).outTemp.min</td>
- <td>$month($months_ago=12).outTemp.mintime</td>
- </tr>
- <tr>
- <td>High Heat Index</td>
- <td>$month($months_ago=12).heatindex.max</td>
- <td>$month($months_ago=12).heatindex.maxtime</td>
- </tr>
- <tr>
- <td>Low Wind Chill</td>
- <td>$month($months_ago=12).windchill.min</td>
- <td>$month($months_ago=12).windchill.mintime</td>
- </tr>
- <tr>
- <td>High Dewpoint</td>
- <td>$month($months_ago=12).dewpoint.max</td>
- <td>$month($months_ago=12).dewpoint.maxtime</td>
- </tr>
- <tr>
- <td>Low Dewpoint</td>
- <td>$month($months_ago=12).dewpoint.min</td>
- <td>$month($months_ago=12).dewpoint.mintime</td>
- </tr>
- <tr>
- <td>High Humidity</td>
- <td>$month($months_ago=12).outHumidity.max</td>
- <td>$month($months_ago=12).outHumidity.maxtime</td>
- </tr>
- <tr>
- <td>Low Humidity</td>
- <td>$month($months_ago=12).outHumidity.min</td>
- <td>$month($months_ago=12).outHumidity.mintime</td>
- </tr>
- <tr>
- <td>High Barometer</td>
- <td>$month($months_ago=12).barometer.max</td>
- <td>$month($months_ago=12).barometer.maxtime</td>
- </tr>
- <tr>
- <td>Low Barometer</td>
- <td>$month($months_ago=12).barometer.min</td>
- <td>$month($months_ago=12).barometer.mintime</td>
- </tr>
- <tr>
- <td>Rain Total</td>
- <td>$month($months_ago=12).rain.sum</td>
- <td></td>
- </tr>
- <tr>
- <td>High Rain Rate</td>
- <td>$month($months_ago=12).rainRate.max</td>
- <td>$month($months_ago=12).rainRate.maxtime</td>
- </tr>
- <tr>
- <td>High Wind Speed</td>
- <td>$month($months_ago=12).wind.max <br>$month($months_ago=12).wind.gustdir</td>
- <td>$month($months_ago=12).wind.maxtime</td>
- </tr>
- <tr>
- <td>Average Wind</td>
- <td>$month($months_ago=12).wind.avg</td>
- <td></td>
- </tr>
- <tr>
- <td>RMS Wind</td>
- <td>$month($months_ago=12).wind.rms</td>
- <td></td>
- </tr>
- <tr>
- <td>Vector Average Speed</td>
- <td>$month($months_ago=12).wind.vecavg</td>
- <td></td>
- </tr>
- <tr>
- <td>Vector Average Direction</td>
- <td>$month($months_ago=12).wind.vecdir</td>
- <td></td>
- </tr>
- #if $month($months_ago=12).inTemp.has_data
- <tr>
- <td>High Inside Temperature</td>
- <td>$month($months_ago=12).inTemp.max</td>
- <td>$month($months_ago=12).inTemp.maxtime</td>
- </tr>
- <tr>
- <td>Low Inside Temperature</td>
- <td>$month($months_ago=12).inTemp.min</td>
- <td>$month($months_ago=12).inTemp.mintime</td>
- </tr>
- #end if
- #if $month($months_ago=12).extraTemp1.has_data
- <tr>
- <td>High Pond Temp</td>
- <td>$month($months_ago=12).extraTemp1.max</td>
- <td>$month($months_ago=12).extraTemp1.maxtime</td>
- </tr>
- <tr>
- <td>Low Pond Temp</td>
- <td>$month($months_ago=12).extraTemp1.min</td>
- <td>$month($months_ago=12).extraTemp1.mintime</td>
- </tr>
- #end if
- #if $month($months_ago=12).UV.has_data
- <tr>
- <td>High UV Index</td>
- <td>$month($months_ago=12).UV.max</td>
- <td>$month($months_ago=12).UV.maxtime</td>
- </tr>
- #end if
- #if $month($months_ago=12).ET.has_data and $month($months_ago=12).ET.sum.raw >1
- <tr>
- <td>High ET</td>
- <td>$month($months_ago=12).ET.max</td>
- <td>$month($months_ago=12).ET.maxtime</td>
- </tr>
- #end if
- #if $month($months_ago=12).radiation.has_data
- <tr>
- <td>High Radiation</td>
- <td>$month($months_ago=12).radiation.max</td>
- <td>$month($months_ago=12).radiation.maxtime</td>
- </tr>
- #end if
- #if $month($months_ago=12).lux.has_data
- <tr>
- <td>High Brightness</td>
- <td>$month($months_ago=12).lux.max</td>
- <td>$month($months_ago=12).lux.maxtime</td>
- </tr>
- #end if
- #if $month($months_ago=12).lightningStrikes.has_data
- <tr>
- <td>Max Lightning Day</td>
- <td>$month($months_ago=12).lightningStrikes.max</td>
- <td>$month($months_ago=12).lightningStrikes.maxtime</td>
- </tr>
- <tr>
- <td>Lightning Total</td>
- <td>$month($months_ago=12).lightningStrikes.sum</td>
- <td></td>
- </tr>
- #end if
- </table>
- </div>
- #end if
- </div>
- <div class="right" >
- <div class="card cc graphs" >
- <h1><i class="fas fa-chart-line m-gruen" ></i> Monthly Statistics and Plots</h1>
- <img src="monthtempdew.png" alt="temperatures" />
- <img src="monthrain.png" alt="rain" />
- <img src="monthwind.png" alt="wind" />
- <img src="monthwinddir.png" alt="Hi Wind" />
- <img src="monthwindvec.png" alt="Wind Vector" />
- <img src="monthbarometer.png" alt="barometer"/>
- #if $month.inTemp.has_data
- <img src="monthinside.png" alt="Inside" />
- #end if
- <img src="monthinhumid.png" alt="Inside/Outside Humidity" />
- #if $month.UV.has_data
- <img src="monthuv.png" alt="UV Index" />
- #end if
- #if $month.radiation.has_data
- <img src="monthradiation.png" alt="Radiation" />
- #end if
- #if $month.lightningStrikes.has_data
- <img src="monthlightning.png" alt="Lightning" />
- #end if
- #if $month.windBatteryStatus.has_data and $month.outTempBatteryStatus.has_data
- <img src="monthbattery.png" alt="battery"/>
- #end if
- #if $month.rxCheckPercent.has_data
- <img src="monthrx.png" alt="month rx percent"/>
- #end if
- #if $month.extraTemp1.has_data
- <img src="monthpond.png" alt="Pond Temperatures" />
- #end if
- </div>
- </div>
- </div>
- </div>
- <footer>
- <div class="container-fix">
- <div style="text-align:center">
- #if $Extras.has_key('you')
- <i class="fab fa-pied-piper-pp"> </i><a href=mailto:$Extras.email> $Extras.you</a>
- #end if
- ⋅
- Copyright <i class="far fa-copyright"></i> $latest.dateTime.format("%Y")
- <br>
- Sofaskin by <a href="http://neoground.com">Neoground</a>
- ⋅
- CW9009 Version by <a href="http://cw9009.x10host.com">JDS</a>
- ⋅
- Powered by<i class="fas fa-cog fa-spin fa-fw" aria-hidden="true"></i><a href="http://weewx.com/" target="_blank">WeeWX</a>
- </div>
- </div>
- </footer>
- #if $Extras.has_key('googleAnalyticsId')
- <!-- Google Analytics -->
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', '$Extras.googleAnalyticsId', 'auto');
- ga('send', 'pageview');
- </script>
- #end if
- <!-- Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon -->
- <script>
- function myFunction() {
- var x = document.getElementById("myTopnav");
- if (x.className === "topnav") {
- x.className += " responsive";
- } else {
- x.className = "topnav";
- }
- }
- </script>
- </body>
- </html>
|