Re: [weewx-development] Dynamic History Plots using D3

2016-09-10 Thread Thomas Keffer
On Sat, Sep 10, 2016 at 11:06 AM, Chris Matteri wrote: > > I would certainly be open to real-time updates, but that would probably > work better with WeeRT as a backend, because there's no way to get the data > between the last archive record and the time the webpage

[weewx-development] Re: How to Incorporat PHP code in Weewx Website?

2016-09-10 Thread Vince Skahan
Hard to speculate what 'simply does not run' means. I cooked up a quick couple pages on debian which work ok as a test. p1.php: p2.php: Drop both of them in your web document root and open http://hostname/p1.php and you should see it execute the stuff in p2.php

[weewx-development] How to Incorporat PHP code in Weewx Website?

2016-09-10 Thread Jim Jaltuch
I am pretty new to all this, and I'm trying to show forecast data on my website. The php code will actually generate the all the forecast data, so I used the following code in the index.html.tmpl file And the php code simply does not run. I looked around and found that adjustments