5,838
edits
m (→Running a web server on the same PC as Cumulus: updating cross-reference as destination restructured) |
m (→I don't have a solar sensor. How do I remove the solar data from the supplied web templates?: Update to match pages) |
||
== I don't have a solar sensor. How do I remove the solar data from the supplied web pages? ==
Locate the Cumulus 'web' folder on your PC and edit the following files (there are comments in the html to guide you):
▲Locate the Cumulus 'web' folder on your PC and edit the following files (there are comments in the html to guide you):<br>
▲'''indexT.htm'''<br>
<pre>
▲Remove the following code:<br>
<!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
<tr class="td_temperature_data">
<td>Solar Radiation</td>
<td><#SolarRad> W/m²</td>
<td>Evapotranspiration Today</td>
<td><#ET> <#rainunit></td>
</tr>
<!-- End of solar data -->
</pre>
'''todayT.htm'''
Remove the following code:
<pre>
<!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
<td>Hours of Sunshine</td>
<td><#SunshineHours></td>
<td>&nbsp;</td>
</tr>
<!-- End of solar data -->
'''yesterdayT.htm'''
Remove the following code:
<pre>
<!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
<td>Hours of Sunshine</td>
<td><#YSunshineHours></td>
<td>&nbsp;</td>
</tr>
<!-- End of solar data -->
</pre>
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==
Locate the Cumulus 'web' folder on your PC and edit the following file:
'''trendsT.htm'''
Modify the following code:
<pre>
<td class="td_thumbnails"><a onclick='changeImage("images/intemp.png")'><img src="images/intempsm.png" alt="Inside Temperature Graph Thumbnail" width="150" height="100" style="border:0" /></a></td>
</pre>
*For solar, replace 'intemp.png' with 'solar.png', replace 'intempsm.png' with 'solarsm.png', and change the wording of the value associated with the alt property.
*For sunshine, replace 'intemp.png' with 'sunshine.png', replace 'intempsm.png' with 'sunshinesm.png', and change the wording of the value associated with the alt property.
*For UV, replace 'intemp.png' with 'uv.png', replace 'intempsm.png' with 'uvsm.png', and change the wording of the value associated with the alt property.
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm|here]].
== How do I include extra items on supplied web templates? ==
|
edits