Yes, that worked.  Thank you!

On Mon, Mar 25, 2024, at 12:45 PM, Tom Keffer wrote:
> If you don't want it to appear at all, comment out the widget that is 
> responsible for displaying it. Go into file Seasons/index.html.tmpl and 
> change this:
>
> <div id="widget_group">
>   #include "current.inc"
>   #include "sunmoon.inc"
>   #include "hilo.inc"
>   #include "sensors.inc"
>   #include "about.inc"
>   #include "radar.inc"
>   #include "satellite.inc"
>   #include "map.inc"
> </div>
> to this:
> <div id="widget_group">
>   #include "current.inc"
>   #include "sunmoon.inc"
>   #include "hilo.inc"
>   ##include "sensors.inc"
>   #include "about.inc"
>   #include "radar.inc"
>   #include "satellite.inc"
>   #include "map.inc"
> </div>
> In summary, the hash mark "#" becomes a double hash "##" in order to 
> comment something out.
>
> -tk
>
> On Mon, Mar 25, 2024 at 10:04 AM Wayne <nm73weewx_u...@fastmail.com> wrote:
>> Hello -  Am running weewx V 5.0.2 on a RPi 4 (DEB install) currently running 
>> the simulator driver.  My weather station is hardwired and therefore I have 
>> no need to display sensor signal, voltage, or battery status in reports.  
>> For the Seasons skin how do I remove the "Sensor Status" html from being 
>> generated?  This info appears on left side of the Seasons default web page.  
>> Tried commenting-out what I thought was the responsible section in 
>> skins.conf but that did not work.  
>> 
>> So I'm guessing the lines below from skins.conf are responsible.  Do I 
>> delete all values to the right of "=" for sensor_connections, 
>> sensor_batteries, and sensor_voltages?  Comment out these lines entirely?  
>> Something else?
>> 
>> Guidance please.  Thank you.
>> 
>> ==========================================================================
>>     # The sensor status information is used in the sensor pages.  These lists
>>     # determine which database fields will be shown, as well as the order in
>>     # which they will be displayed.
>>     sensor_connections = rxCheckPercent, signal1, signal2, signal3, signal4, 
>> signal5, signal6, signal7, signal8
>>     sensor_batteries = outTempBatteryStatus, inTempBatteryStatus, 
>> rainBatteryStatus, hailBatteryStatus, snowBatteryStatus, windBatteryStatus, 
>> uvBatteryStatus, txBatteryStatus, batteryStatus1, batteryStatus2, 
>> batteryStatus3, batteryStatus4, batteryStatus5, batteryStatus6, 
>> batteryStatus7, batteryStatus8
>>     sensor_voltages = consBatteryVoltage, heatingVoltage, supplyVoltage, 
>> referenceVoltage
>> 
>> ==================================================================================
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+unsubscr...@googlegroups.com 
>> <mailto:weewx-user%2bunsubscr...@googlegroups.com>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/c313baf6-1aa2-46e5-a1fa-f36035da3380%40app.fastmail.com.
>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEBsyUJK4jjD6YwxhGBNSraC1e-zvAJZnQvpTjB8dvDPOQ%40mail.gmail.com
>  
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEBsyUJK4jjD6YwxhGBNSraC1e-zvAJZnQvpTjB8dvDPOQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/63e54c85-9b6b-4967-92af-14d8f62aa075%40app.fastmail.com.

Reply via email to