Re: [weewx-user] Re: new to weewx - need help with couple of things...

2023-03-25 Thread Edgar Arroyo
VERY VERY happy with my stations (yes, added my 2nd station...). Now the last thing I want to do is change the default Windy view/layer, any way of doing this? Thanks! On Thursday, March 23, 2023 at 5:16:56 PM UTC-4 Edgar Arroyo wrote: > 😎 It worked... > > On Thursday, March 23, 2023 at 5:14:

[weewx-user] Lightning Sensor

2023-03-25 Thread 'Sebastian Eckelmann' via weewx-user
Hello, i am looking for a lightning sensor that is operated alone without an additional weather station, the data should be sent to weewx. is there something ? Many thanks for info -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe f

[weewx-user] What section of code contains the charting functions?

2023-03-25 Thread DR
Some time ago Tom, I believe, published a note on how to modify the Current Conditions part of the graphing, the part which goes along the left side of the page showing current data, the Celestial Data, High/Low and Station info.  I added a delta sign and he showed the code to pull in the tempe

Re: [weewx-user] What section of code contains the charting functions?

2023-03-25 Thread Tom Keffer
Which version? Version 4.6 has substantial changes in how this is done. On Sat, Mar 25, 2023 at 2:32 PM DR wrote: > Some time ago Tom, I believe, published a note on how to modify the > Current Conditions part of the graphing, the part which goes along the > left side of the page showing curren

Re: [weewx-user] What section of code contains the charting functions?

2023-03-25 Thread DR
Oh, I didn't realize that.  One instance I'm running on my Pi is 4.5.1 interfacing to an IP-100 driver and has been running for a long time, and the one I'm just working with now on a newer Pi (400) interfacing to a TWI-8000 is running 4.9.1. Should I update the one running 4.5.1 so as to not

Re: [weewx-user] What section of code contains the charting functions?

2023-03-25 Thread Tom Keffer
Before V4.6, whether a plot image was included was pretty much hardwired into index.html.tmpl. You simply delete or comment out anything you don't need. For example, to eliminate daily UV plots delete lines 55-57 in index.html.tmpl: *#if $day.UV.has_data#end

Re: [weewx-user] What section of code contains the charting functions?

2023-03-25 Thread DR
Thanks, I'm off to experiment.  Dale -- 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 v

[weewx-user] Belchertown and Tempest battery voltage

2023-03-25 Thread Dan Roman
I've been running stock Weewx for about a year and finally got around to trying other skins. First one I tried is Belchertown and I like it a lot. I have most things working but when I tried to update about.inc to display the Tempest battery voltage the same way I added it to the Seasons skin,

[weewx-user] Re: Belchertown and Tempest battery voltage

2023-03-25 Thread vince
You need to actually call the get_battery_status() routine too... Take a look at what the Seasons skin does... On Saturday, March 25, 2023 at 5:06:29 PM UTC-7 Dan Roman wrote: > I've been running stock Weewx for about a year and finally got around to > trying other skins. First one I tried is