<img src="dayhumidity.png" alt="humidity" />
Have a look here for the proper information http://weewx.com/docs/customizing.htm#[ImageGenerator]
On Tuesday, 28 January 2014 00:25:10 UTC+11, pgeenhuizen wrote:
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
You mean html file?--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/mCHcu4DFUNA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
<div class="card cc graphs" > <h1><i class="fa fa-line-chart m-gruen" ></i> Weekly Statistics and Plots</h1> <img src="weektempdew.png" alt="temperatures" /> <img src="weektempchill.png" alt="heatchill" /> <img src="weekrain.png" alt="rain" /> <img src="weekwind.png" alt="wind" /> <img src="weekbarometer.png" alt="barometer"/> <img src="weekhumidity.png" alt="OutHumidity" /> <img src="weekwinddir.png" alt="Hi Wind" /> <img src="weekinside.png" alt="Inside" /> <img src="weekinhumidity.png" alt="InHumidity" /> <img src="weekwindvec.png" alt="Wind Vector" /> <img src="weekuv.png" alt="UV index" /> <img src="weekradiation.png" alt="Radiation" /> <img src="weekuv.png" alt="UV Index" /> </div>
2)
Open and edit the month.html.tmpl
and add the yellow line:
<div class="card cc graphs" > <h1><i class="fa fa-line-chart m-gruen" ></i> Monthly Statistics and Plots</h1> <img src="monthtempdew.png" alt="temperatures" /> <img src="monthtempchill.png" alt="heatchill" /> <img src="monthrain.png" alt="rain" /> <img src="monthwind.png" alt="wind" /> <img src="monthbarometer.png" alt="barometer"/>
<img src="monthhumidity.png" alt="OutHumidity" />
<img src="monthwinddir.png" alt="Hi Wind" /> <img src="monthinside.png" alt="Inside" /> <img src="monthwindvec.png" alt="Wind Vector" /> <img src="monthuv.png" alt="UV Index" /> <img src="monthradiation.png" alt="Radiation" /> <img src="monthuv.png" alt="UV Index" /> </div>
3)
Open and edit the year.html.tmpl
and add the yellow line:
<div class="card cc graphs" > <h1><i class="fa fa-line-chart m-gruen" ></i> Yearly Statistics and Plots</h1> <img src="yeartempdew.png" alt="temperatures" /> <img src="yeartempchill.png" alt="heatchill" /> <img src="yearhilow.png" alt="Daily highs and lows for the year" title="Daily highs and lows for the year"/> <img src="yearrain.png" alt="rain" /> <img src="yearwind.png" alt="wind" /> <img src="yearbarometer.png" alt="barometer"/> <img src="yearhumidity.png" alt="OutHumidity" /> <img src="yearwinddir.png" alt="Hi Wind" /> <img src="yearinside.png" alt="Inside" /> <img src="yearinhumidity.png" alt="InHumidity" /> <img src="yearwindvec.png" alt="Wind Vector" /> <img src="yearuv.png" alt="UV Index" /> <img src="yearradiation.png" alt="Radiation" /> <img src="yearuv.png" alt="UV Index" /> </div>