FAQ: Difference between revisions

1,006 bytes added ,  06:23, 9 May 2014
m
m (→‎Running a web server on the same PC as Cumulus: updating cross-reference as destination restructured)
Line 612: Line 612:


== I don't have a solar sensor. How do I remove the solar data from the supplied web 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'''


'''indexT.htm'''<br>
Remove the following code:


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 -->
  <tr class="td_temperature_data">
    <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>


&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>
'''todayT.htm'''


'''todayT.htm'''
Remove the following code:


Remove the following code:<br>
<pre>
<pre>
     <!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
     <!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
Line 629: Line 638:
       <td>Hours&nbsp;of&nbsp;Sunshine</td>
       <td>Hours&nbsp;of&nbsp;Sunshine</td>
       <td><#SunshineHours></td>
       <td><#SunshineHours></td>
       <td>&nbsp;</td>
       <td>&amp;nbsp;</td>
     </tr>
     </tr>
     <!-- End of solar data -->
     <!-- End of solar data -->
Line 636: Line 645:
'''yesterdayT.htm'''
'''yesterdayT.htm'''


Remove the following code:<br>
Remove the following code:
 
<pre>
<pre>
     <!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
     <!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
Line 642: Line 652:
       <td>Hours&nbsp;of&nbsp;Sunshine</td>
       <td>Hours&nbsp;of&nbsp;Sunshine</td>
       <td><#YSunshineHours></td>
       <td><#YSunshineHours></td>
       <td>&nbsp;</td>
       <td>&amp;nbsp;</td>
     </tr>
     </tr>
     <!-- End of solar data -->
     <!-- End of solar data -->
</pre>
</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? ==
== How do I include extra items on supplied web templates? ==
5,838

edits