FAQ: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
1,006 bytes added ,  9 May 2014
m
m (→‎Running a web server on the same PC as Cumulus: updating cross-reference as destination restructured)
 
== 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):<br>
 
'''indexT.htm'''<br>
Locate the Cumulus 'web' folder on your PC and edit the following files (there are comments in the html to guide you):<br>
 
Remove the following code:<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">
&lt;tr class="td_temperature_data"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Solar Radiation&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;#SolarRad&gt;&amp;nbsp;W/m&amp;sup2;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Evapotranspiration Today&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;#ET&gt;&amp;nbsp;&lt;#rainunit&gt;&lt;/td&gt;<br>&lt;/tr&gt;<br>
<td>Solar Radiation</td>
<td><#SolarRad>&nbsp;W/m&sup2;</td>
<td>Evapotranspiration Today</td>
<td><#ET>&nbsp;<#rainunit></td>
</tr>
<!-- End of solar data -->
</pre>
 
'''todayT.htm'''
 
Remove the following code:<br>
 
<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&nbsp;of&nbsp;Sunshine</td>
<td><#SunshineHours></td>
<td>&amp;nbsp;</td>
</tr>
<!-- End of solar data -->
'''yesterdayT.htm'''
 
Remove the following code:<br>
 
<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&nbsp;of&nbsp;Sunshine</td>
<td><#YSunshineHours></td>
<td>&amp;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? ==
5,838

edits

Navigation menu