Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-10-21 Thread DaveStLou
I'm suspect it's related to a recent power outage that I recovered from. Some how bad data has found it's way into the database. On Wednesday, October 21, 2020 at 7:17:46 PM UTC-5 tke...@gmail.com wrote: > In WeeWX, the value None is used to signal missing or bad data. You must > be constantly

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-10-21 Thread Tom Keffer
In WeeWX, the value None is used to signal missing or bad data. You must be constantly vigilant to its possible presence. Can't help you on why the value went to None. On Wed, Oct 21, 2020 at 4:41 PM DaveStLou wrote: > For many months I've been using the formula below in a twitter template > I'

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-10-21 Thread DaveStLou
For many months I've been using the formula below in a twitter template I've created today it started throwing this error. Oct 21 16:00:23 pi4 weewx[8659] ERROR weewx.cheetahgenerator: Generate failed with exception '' Oct 21 16:00:23 pi4 weewx[8659] ERROR weewx.cheetahgenerator: Ignoring

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread Greg Ledet
On Saturday, February 8, 2020 at 11:39:44 AM UTC-5, mwall wrote: > > > anyone want to do a merge request to make weewx-twitter support cheetah > variables? > > m > If I had any idea what I was doing, I'd give it a shot, but I'm a network security guy, not a programmer. -- You received this m

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread mwall
On Saturday, February 8, 2020 at 11:11:48 AM UTC-5, Thomas Keffer wrote: > > You can add the text in the template. The key is to test for the raw > value, using the .raw suffix. Something like (NOT TESTED): > > #set trend_raw = $trend.barometer.raw > that works for cheetah templates, but the wee

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread Greg Ledet
THanks Tom. I'll dig into that and see what I can come up with. On Saturday, February 8, 2020 at 11:11:48 AM UTC-5, Thomas Keffer wrote: > > You can add the text in the template. The key is to test for the raw > value, using the .raw suffix. Something like (NOT TESTED): > > #set trend_raw = $tren

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread Thomas Keffer
You can add the text in the template. The key is to test for the raw value, using the .raw suffix. Something like (NOT TESTED): #set trend_raw = $trend.barometer.raw Wind $current.windSpeed Barometer $current.barometer #slurp #if $trend_raw < -0.05 falling rapidly#slurp #elif $trend_raw < -0.01 f

Re: [weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread p q
Start here: http://www.weewx.com/docs/customizing.htm#_Tag_$trend_ I don't know how you'd get it as text but this should get you started. On Sat, Feb 8, 2020 at 7:45 AM Greg Ledet wrote: > Hi guys, first post in the group and a rather new user to weewx as a whole. > > Many

[weewx-user] How to show a barometer trend (rising, falling, steady)

2020-02-08 Thread Greg Ledet
Hi guys, first post in the group and a rather new user to weewx as a whole. Many moons ago, I used Cumulus connected to my old wx station and it had a great feature that would update Twitter once per hour with the weather info from the station. When I moved on to a new station back in 2014, I lo