changeset 90:302eebbf025f

myw: add radar and hourly
author paulo
date Fri, 24 Feb 2017 00:30:54 -0700
parents 18f8c214169f
children 6a45e46f0c05
files myw/index.html
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/myw/index.html	Sun Feb 19 19:45:31 2017 -0800
     1.2 +++ b/myw/index.html	Fri Feb 24 00:30:54 2017 -0700
     1.3 @@ -11,5 +11,11 @@
     1.4  <div id="mobileLink">
     1.5    <a href="http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558">Mobile</a>
     1.6  </div>
     1.7 +<div id="radarLink">
     1.8 +  <a href="http://radar.weather.gov/lite/N0R/MUX_loop.gif">Radar</a>
     1.9 +</div>
    1.10 +<div id="hourlyLink">
    1.11 +  <a href="http://forecast.weather.gov/meteograms/Plotter.php?lat=37.6305&lon=-122.4111&wfo=MTR&zcode=CAZ508&gset=18&gdiff=3&unit=0&tinfo=PY8&ahour=0&pcmd=11011111111110000000000000000000000000000000000000000000000&lg=en&indu=1!1!1!&dd=&bw=&hrspan=48&pqpfhr=6&psnwhr=6">Hourly</a>
    1.12 +</div>
    1.13  </body>
    1.14  </html>