WXforum.net
May 21, 2013, 06:33:36 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
Members: 6615  •  Posts: 178464  •  Topics: 18110
Please welcome Christea, our newest member.
Welcome to the the new hosting for WXforum.net.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: WD Templates  (Read 2694 times)
0 Members and 1 Guest are viewing this topic.
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« on: April 18, 2011, 11:11:48 PM »

I am trying out WD with the new template set.  There are a couple of things I can't get.  First, I'm not sure where the history comes from.  Second, what do I need to change to get the monthtodate.gif graph to be created and upload.  And third, my wxstatus page isn't updating.

http://www.jayswoodfurniture.com/wd/wxindex.php

Thanks,

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
mackbig
Forecaster
*****
Offline Offline

Posts: 4072



WWW
« Reply #1 on: April 19, 2011, 06:33:12 AM »

Looks like monthtodate.gif is working now.

The wxstatus page is "working" it just cant find your clientraw files.   What files/path is it looking for?  Your site appears to be up to date from a real time clientraw perspective.  But the files the status page has found are dated yesterday morning.   Your testtags.php has not been uploaded since 11:10am yesterday, which matches your status page.

What kind of history are wondering where it is?

Andrew
Logged


Andrew - Davis VP2+ 6163, serial weatherlink, wireless anemometer, running Weather Display.  Boltek PCI Stormtracker, Astrogenic Nexstorm, Strikestar - UNI, CWOP CW8618, GrLevel3, (Station 2 OS WMR968, VWS 13.01p09), Windows 7-64
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« Reply #2 on: April 19, 2011, 10:23:25 AM »

Andrew,

Well it seems that the monthtodate.gif and the station monthly reports have updated.  My guess is that they must update at midnight.  The status page is still wrong.  I will need to look at that page to see about paths.  Thanks for looking in.

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
mackbig
Forecaster
*****
Offline Offline

Posts: 4072



WWW
« Reply #3 on: April 19, 2011, 10:32:16 AM »

No problem.
Ya few things are midnight creation, might even be a few 6am ones.

Its a little steep at first, especially after using vws for years.  But once you click all the right switches and ask a bunch of questions, it just works.

Andrew
Logged


Andrew - Davis VP2+ 6163, serial weatherlink, wireless anemometer, running Weather Display.  Boltek PCI Stormtracker, Astrogenic Nexstorm, Strikestar - UNI, CWOP CW8618, GrLevel3, (Station 2 OS WMR968, VWS 13.01p09), Windows 7-64
mackbig
Forecaster
*****
Offline Offline

Posts: 4072



WWW
« Reply #4 on: April 19, 2011, 10:34:00 AM »

Jay,
Just remembered, since you are in beta mode for WD tempaltes, ......since you are not running the templates in the root, perhaps its looking there for testtags and clientraw, I think flipping the path in the status php to /wd/ or variation of that will fix it.

Andrew
Logged


Andrew - Davis VP2+ 6163, serial weatherlink, wireless anemometer, running Weather Display.  Boltek PCI Stormtracker, Astrogenic Nexstorm, Strikestar - UNI, CWOP CW8618, GrLevel3, (Station 2 OS WMR968, VWS 13.01p09), Windows 7-64
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« Reply #5 on: April 19, 2011, 12:03:02 PM »

Can't seem to get the wxstatus page to update.  Maybe Ken could take a look.

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
mayo9999
Senior Member
**
Offline Offline

Posts: 64



WWW
« Reply #6 on: April 19, 2011, 12:56:05 PM »

Can't seem to get the wxstatus page to update.  Maybe Ken could take a look.

Jay
Jay,

I'm no expert on Ken's revised 2 package scripts, as I've been using the old US WD version for over a year; however I do have them downloaded and noticed the wxstatus.php it's looking for the $SITE['clientrawfile'] for WD.  What do you have this configured in your "Settings-weather.php" file (on line 38)?

Code:
$SITE['clientrawfile']  = 'clientraw.txt';  // directory and name of Weather-Display realtime.txt file

As you mentioned your not running these templates in the root of your WEB Server, so the path needs to specific to where your clientraw.txt file is located so the script can see it's date/timestamp.

For FTP you might need to define "WXtags" on the next line to where your texttags.php file is located.

BTW- You can always force a file to be created in WD (Control panel > Internet File Creation & Uploads > Press "Set" on item > "Create this file now" then "Upload this file now")
          monthtodate.gif = (Setup Page #2) File #32
          moondetail1.gif & moondetail2.gif = (Setup Page #2) File #31
Logged

Jerry-
http://www.lakemaryweather.com
CWOP = DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless Vantage Pro2 / 6316 Wireless Weather Envoy
Weatherlink * Virtual Weather Station * VirtualIP * StartWatch * Windows Display * Windows Display Live * iWDL
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« Reply #7 on: April 19, 2011, 01:06:51 PM »

It doesn't seem to be a script problem.  I have done some investigating.  In WD Control Panel->Internet File creation and uploads there is an override switch.  If left on I get the clientraw.txt to update the AJAX but the testtags.php doesn't update.  If I turn the override switch off the testtags.php updates every 5 minutes as it is supposed to, but the clientraw.txt doesn't.  I have no files selected on the  and no lights on on any of the tabs of the Internet File creation and Uploads.  Not sure where to go from here.

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
mayo9999
Senior Member
**
Offline Offline

Posts: 64



WWW
« Reply #8 on: April 19, 2011, 01:21:52 PM »

It doesn't seem to be a script problem.  I have done some investigating.  In WD Control Panel->Internet File creation and uploads there is an override switch.  If left on I get the clientraw.txt to update the AJAX but the testtags.php doesn't update.  If I turn the override switch off the testtags.php updates every 5 minutes as it is supposed to, but the clientraw.txt doesn't.  I have no files selected on the  and no lights on on any of the tabs of the Internet File creation and Uploads.  Not sure where to go from here.

Jay

Set "Control Panel->Internet File creation" Override and MAIN to "ON".  Then set up File #29 to ON with "testtags.txt" as Local file name and "testtags.php" as Remote file name (I have Update every minute checked).  I also update clientraw.txt every 3 seconds; however that's set elsewhere in Control Panel.
Logged

Jerry-
http://www.lakemaryweather.com
CWOP = DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless Vantage Pro2 / 6316 Wireless Weather Envoy
Weatherlink * Virtual Weather Station * VirtualIP * StartWatch * Windows Display * Windows Display Live * iWDL
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« Reply #9 on: April 19, 2011, 01:40:33 PM »

Jerry,

That seems to have solved the issue.  Thanks for the help.

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
jay_hoehn
Forecaster
*****
Offline Offline

Posts: 422



WWW
« Reply #10 on: April 19, 2011, 03:02:24 PM »

Seems the learning curve of WD is much greater than VWS.  Going to have to work more with this.

Jay
Logged

Davis Vantage Pro2 Plus
VVP
VWS
VP Live
Cumulus
WeatherFlash
Image Salsa
Movie Salsa
mayo9999
Senior Member
**
Offline Offline

Posts: 64



WWW
« Reply #11 on: April 19, 2011, 07:13:07 PM »

Seems the learning curve of WD is much greater than VWS.  Going to have to work more with this.

Jay
Very True......  WD is very frustrating to configure.  I was in the same boat as you a year and 1/2 ago when I was just running VWS.  Then I added VirtualVP (for DavisVP only) and added WD because I wanted WDL.  Then I added PHP pages and fully converted to them lat Jan.  I have to say it's well worth it (sometimes).  I found a ton of help on WD at http://www.weather-watch.com/smf .  The folks on this and that Forum are very helpful.  Glad I was able to solve your issue....
Logged

Jerry-
http://www.lakemaryweather.com
CWOP = DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless Vantage Pro2 / 6316 Wireless Weather Envoy
Weatherlink * Virtual Weather Station * VirtualIP * StartWatch * Windows Display * Windows Display Live * iWDL
DaculaWeather
It's a Jeep thing... you wouldn't understand.
Forecaster
*****
Offline Offline

Posts: 2716


SCCA EM #156


WWW
« Reply #12 on: April 23, 2011, 07:41:48 AM »

WD can be a nightmare. I still have trouble with it and trying to explain to someone what to do is even worse.

I can say this here on this forum (MAYBE no one will get pissed) but Brian needs to take a break, quit adding features, and fix his interface. It's got to be the WORSE I've ever seen. I know he tries to be accommodating but please. IT looks like someone took a bunch of code and threw it at the wall, where ever it stuck is where it went.

I love all the things it does, but trying to figure that out takes years.
Logged

Steve
Davis Vue, VWS, WDisplay, VVP, StartWatch CWOP 

CNYWeather
Forecaster
*****
Offline Offline

Posts: 1386



WWW
« Reply #13 on: April 23, 2011, 07:52:57 AM »

I agree with you.

Brian is SO accommodating with everyones requests. That's probably the reason it sometimes
looks like a hodge podge. It's a fantastic program though, dont get me wrong.
I can't imagine the hours he actually puts into it.
Logged

DaculaWeather
It's a Jeep thing... you wouldn't understand.
Forecaster
*****
Offline Offline

Posts: 2716


SCCA EM #156


WWW
« Reply #14 on: April 23, 2011, 07:55:55 AM »

I agree but... like I said, he needs to take a break, consolidate and re-organize to make things easier to use.

I've got another problem with WD now. Since the last several versions, when it first loads, it won't connect to the console (through VVP). Never had a problem before. Now I have to unload it and reload, sometimes twice, before it starts working.
Logged

Steve
Davis Vue, VWS, WDisplay, VVP, StartWatch CWOP 

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.206 seconds with 20 queries.
anything