Re: [weewx-user] Re: Adding archive data to daily report

2018-04-27 Thread Thomas Carlin
Hey Martin, Thank you for your interest! I don't know if I mentioned it here, but even cooler than that IMHO, the color scale on all the charts is dynamic, and will adjust as the range does. The font colors also change dynamically for better visibility. For the record, I am not a python

Re: [weewx-user] Re: Adding archive data to daily report

2018-04-27 Thread RothMa
Hello Thomas, I want to create my own skin for Weewx. My search on how to display historical data on the websites led me to https://github.com/brewster76/fuzzy-archer and https://github.com/weatherstorm/Sofaskin-CW9009. I also found this thread. Thanks for the detailed explanations. Now I

Re: [weewx-user] Re: Adding archive data to daily report

2018-03-31 Thread Thomas Carlin
Hi Chris, Sorry it took so long, I started a new job a few weeks ago, and hobbies have taken a back seat! Let me start by saying that all the information, and better descriptions of what is happening can be found in the Weewx Customization Guide that TK and the guys have put together.

Re: [weewx-user] Re: Adding archive data to daily report

2018-03-05 Thread Chris Alemany
The history cards are totally cool! Would love to see how you made them. Thanks for this! On Monday, March 5, 2018 at 8:15:43 AM UTC-8, Thomas Carlin wrote: > > Hi Chris! > > Thank you for the kind words. I did not make this available anywhere, but > I would be happy to post it here if you are

Re: [weewx-user] Re: Adding archive data to daily report

2018-03-04 Thread Chris Alemany
Hi Thomas! This is a great addition, love how you presented it on your website too. Do you have the extensions you made available to download anywhere? Thanks! Chris On Sunday, February 5, 2017 at 10:58:11 AM UTC-8, Thomas Carlin wrote: > > That did the trick. Thanks again Tom > -- You

Re: [weewx-user] Re: Adding archive data to daily report

2017-02-05 Thread Thomas Carlin
That did the trick. Thanks again Tom -- 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. For more options, visit

Re: [weewx-user] Re: Adding archive data to daily report

2017-02-05 Thread Thomas Keffer
The initializer for the TimespanBinder object takes an argument 'context', which is what formatting to use for time. The default is "current". Other options are "hour", "day", "week", "month", "year", and "rainyear". Choose one of those, depending on whether you are displaying an aggregate over a

Re: [weewx-user] Re: Adding archive data to daily report

2017-02-04 Thread Thomas Carlin
Thanks Tom, I knew it had to be there somewhere! On Saturday, February 4, 2017 at 1:38:49 PM UTC-7, Tom Keffer wrote: > > http://weewx.com/docs/customizing.htm#wee_reports > > -tk > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] Re: Adding archive data to daily report

2017-02-04 Thread Thomas Keffer
http://weewx.com/docs/customizing.htm#wee_reports -tk On Sat, Feb 4, 2017 at 12:03 PM, Thomas Carlin wrote: > I'm making pretty good progress on this, but it is slow going to > troubleshoot my extension script since I have to wait for the Cheetah > Generator to run.

[weewx-user] Re: Adding archive data to daily report

2017-02-02 Thread Thomas Carlin
That was the missing link, and should get me going in the right direction! Hopefully I'll have a chance to play with it this weekend a bit. Thanks Gary! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

[weewx-user] Re: Adding archive data to daily report

2017-02-01 Thread gjr80
Hi, What you really need to do is to create some new tags that you can use in your report template. This can be done in a number of ways, for simple cases, such as 'what is the current air density' you could do this with some in-line python code in the template. For more advanced cases, for