WXforum.net
May 19, 2013, 10:43:22 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
Members: 6609  •  Posts: 178238  •  Topics: 18102
Please welcome TargY, our newest member.
Welcome to the the new hosting for WXforum.net.
 
   Home   Help Search Login Register  
Pages: 1 ... 25 26 [27] 28   Go Down
  Print  
Author Topic: Alternative-Dashboard Version 6.21  (Read 55171 times)
0 Members and 1 Guest are viewing this topic.
BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #650 on: February 17, 2012, 07:51:30 PM »

Can anyone tell me why dashboard updates fine but my wind rose icon won't unless I refresh?

www.inclinemedialive.com

See this message:

http://www.wxforum.net/index.php?topic=14691.0

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
i_fiorentino
Contributor
***
Offline Offline

Posts: 132


Davis Vantage Vue, Boltek Stormtr., Mobotix M22-IT


WWW
« Reply #651 on: February 18, 2012, 09:32:47 AM »

Hi Scott!
I don't remember if i've already asked this question....  Confused
Do you know why the Last YTD Rain tag shows 0 instead of correct amount?
And how to set this tag with the correct amount in WD?
Thanks in advance,

Alessandro
Logged

BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #652 on: February 18, 2012, 10:48:21 AM »

Hi Scott!
I don't remember if i've already asked this question....  Confused
Do you know why the Last YTD Rain tag shows 0 instead of correct amount?
And how to set this tag with the correct amount in WD?

Alessandro

Have you checked to see if you have the tag that is called there in your testtags.txt.  If it is there, then it's one of the uploaded files from WD that you have turned off.  I'm not sure which ones do what so if thats the case you may need to ask Brian or do a search on the WD forum. 

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #653 on: February 18, 2012, 10:54:05 AM »

Second question is which part of the CSS files do I need to change the colour of the background outside of the frames on the webpage

Phil

I think you have answers for the rest of your questions, this one is done in the files called weather-screen-green-narrow.css and since you have the color selection turned on, you will need to modify each .css file that has "narrow" in the file name.  (one for each possible color).


In there you will find the settings for background as well as all the other sections of the script.  If you need more help finding the right place, drop a note, either I will or someone else will gladly point you to the right spot to edit!

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
i_fiorentino
Contributor
***
Offline Offline

Posts: 132


Davis Vantage Vue, Boltek Stormtr., Mobotix M22-IT


WWW
« Reply #654 on: February 18, 2012, 12:40:55 PM »

Have you checked to see if you have the tag that is called there in your testtags.txt.  If it is there, then it's one of the uploaded files from WD that you have turned off.  I'm not sure which ones do what so if thats the case you may need to ask Brian or do a search on the WD forum.  

Scott


Thanks Scott,
I've found the problem.
Trend.gif didn't updated correctly....but i don't know if that file updating itself.  Brick wall
Regards,

Alessandro
Logged

jdee
Member
*
Offline Offline

Posts: 30


WWW
« Reply #655 on: February 18, 2012, 02:50:36 PM »

Many thanks for the help folks - getting this right will be my job of tomorrow!

Phil
Logged

jdee
Member
*
Offline Offline

Posts: 30


WWW
« Reply #656 on: February 29, 2012, 05:10:15 PM »

Me gain LOL

Got most of the dashboard working properly (www.carrowhawny.com) with one exception - I have added the cloud-base.php to the webpage but for some reason it is showing night  instead of day - can someone point me int he the right direction to rectify this.  I have checked the new dashboard, dashboard settings, ajaxWD.js and the cloud-base.php and am still none the wiser. _ i am fairly sure its a time zone setting but where I don't know.

Phil
Logged

BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #657 on: March 01, 2012, 09:14:20 PM »

Phil,

Since that is actually an add-in module to the dashboard and written by someone else, you may want to start a new thread and ask specifically about that.  You may have better luck.  Mine doesn't work 100% correct either so I can't be of much help myself!

Scott

Got most of the dashboard working properly (www.carrowhawny.com) with one exception - I have added the cloud-base.php to the webpage but for some reason it is showing night  instead of day - can someone point me int he the right direction to rectify this.  I have checked the new dashboard, dashboard settings, ajaxWD.js and the cloud-base.php and am still none the wiser. _ i am fairly sure its a time zone setting but where I don't know.
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
southhedland
Member
*
Offline Offline

Posts: 14



« Reply #658 on: March 01, 2012, 09:32:03 PM »

Hey Folks

any idea on how to fix this ongoing issue

The Station all time records are displaying to Correct Temp but Dates are wrong, ????


HIGHS:   
42.0°C
1-Jan-2014   

Record Dew
Point:    23.6°C
1-Sep-2013

Thanks

Steve
Logged
jdee
Member
*
Offline Offline

Posts: 30


WWW
« Reply #659 on: March 02, 2012, 02:25:22 PM »

Scott

I was having a look on the board and found this

$ourTZ = "America/Phoenix";
# Set timezone in PHP5/PHP4 manner
  if (!function_exists('date_default_timezone_set')) {
   putenv("TZ=" . $ourTZ);
    } else {
   date_default_timezone_set("$ourTZ");
   }

that Ken had posted in this thread http://www.wxforum.net/index.php?topic=10730.0 

I added this into your alt-dashboard and it now works as it was intended - I changed the"America/Phoenix" to "Europe/Dublin"

Thank you once again!
Logged

BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #660 on: March 02, 2012, 08:34:38 PM »

I was having a look on the board and found this

$ourTZ = "America/Phoenix";
# Set timezone in PHP5/PHP4 manner
  if (!function_exists('date_default_timezone_set')) {
   putenv("TZ=" . $ourTZ);
    } else {
   date_default_timezone_set("$ourTZ");
   }

that Ken had posted in this thread http://www.wxforum.net/index.php?topic=10730.0 

Thanks for the tip, I'll try it on mine too!

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
mickopla
Senior Contributor
****
Offline Offline

Posts: 229


WWW
« Reply #661 on: March 05, 2012, 02:38:33 PM »

I have an error on my dashboard with regards the 24Hr difference in Temperature. Basically the difference is incorrect. Is there anything i can check or fix in order to get it working properly??? Thanks in advance.

Mike
Logged

BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #662 on: March 06, 2012, 07:39:51 PM »

I have an error on my dashboard with regards the 24Hr difference in Temperature. Basically the difference is incorrect. Is there anything i can check or fix in order to get it working properly??? Thanks in advance.

Mike

You may want to post your code for that section, its not standard code so hard to know what was changed.

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
southhedland
Member
*
Offline Offline

Posts: 14



« Reply #663 on: March 07, 2012, 03:55:04 AM »

Hey Folks

any idea on how to fix this ongoing issue

The Station all time records are displaying to Correct Temp but Dates are wrong, ????


HIGHS:   
42.0°C
1-Jan-2014   

Record Dew
Point:    23.6°C
1-Sep-2013

Thanks

Steve

Bump.
Logged
BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #664 on: March 07, 2012, 08:57:03 PM »

Hey Folks
any idea on how to fix this ongoing issue
The Station all time records are displaying to Correct Temp but Dates are wrong, ????
Bump.

Steve,

Without being able to go to your site and take a look, I would have to guess that you have your date format set wrong in the script.  Look at the top of the script and find where it sets the date format. 

Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
jdee
Member
*
Offline Offline

Posts: 30


WWW
« Reply #665 on: March 09, 2012, 05:02:08 AM »

Good morning folks

I have just about got the ALT-Dashboard working properly http://www.carrowhawny.com/ (thank you for all your help) but I have a few minor date issues that whilst are minor issues I would still like to fix.  On the Dew Point record it is ready the date as M-d-Y instead of d-M-Y.
Liquid Precipitation  shows the date as 9/3/2012 instead of 9-Mar-2012
Lightning Strike read 2012/03/07 whereas it should be 07/03/2012
The final one is the Station All Time Records - the high reads 3-Sep-2012 but it should be 9-Mar-2012

Before I start messing around in the Dashboard and breaking things is there an easy way to rectify the date formating?

Many thanks

Phil
Logged

mickopla
Senior Contributor
****
Offline Offline

Posts: 229


WWW
« Reply #666 on: March 09, 2012, 01:34:26 PM »

I have an error on my dashboard with regards the 24Hr difference in Temperature. Basically the difference is incorrect. Is there anything i can check or fix in order to get it working properly??? Thanks in advance.

Mike

You may want to post your code for that section, its not standard code so hard to know what was changed.

Scott

Thanks for the reply Scott. For whatever reason it seems to be working ok again  Very Happy
Logged

BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #667 on: March 13, 2012, 07:38:33 PM »

Good morning folks

I have just about got the ALT-Dashboard working properly http://www.carrowhawny.com/ (thank you for all your help) but I have a few minor date issues that whilst are minor issues I would still like to fix.  On the Dew Point record it is ready the date as M-d-Y instead of d-M-Y.
Liquid Precipitation  shows the date as 9/3/2012 instead of 9-Mar-2012
Lightning Strike read 2012/03/07 whereas it should be 07/03/2012
The final one is the Station All Time Records - the high reads 3-Sep-2012 but it should be 9-Mar-2012

Before I start messing around in the Dashboard and breaking things is there an easy way to rectify the date formating?

Many thanks

Phil

Phil,

The format of those values are coming directly from WD.  Look for the WD date format at the top of the script.  You can change it there.


Scott
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
jdee
Member
*
Offline Offline

Posts: 30


WWW
« Reply #668 on: March 14, 2012, 08:02:25 AM »

Thanks Scott

Will set to it shortly! Very Happy
Logged

ALITTLEweird1
Mark
Forecaster
*****
Offline Offline

Posts: 402



WWW
« Reply #669 on: May 12, 2012, 06:16:28 PM »

Quick question. The "New record low" icon is displayed on my page, but the "New Record High" should be displayed too cause my station hit a new record today. Any idea why there both not showing? Both graphics are loaded into the same directory.  Screen Shot attached. Thanks.
Logged

"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + 1-wire Lightning + 1-Wire UV + Logitech Quickcam Pro 9000
Weather Display
Forecaster
*****
Offline Offline

Posts: 2254


WWW
« Reply #670 on: May 12, 2012, 06:43:06 PM »

I would presume it is only set to show one record condition at a time, i.e the first one found or similar
Logged

ALITTLEweird1
Mark
Forecaster
*****
Offline Offline

Posts: 402



WWW
« Reply #671 on: May 12, 2012, 08:25:22 PM »

I have my parents site using version 5.03 of the dashboard, and theres is showing both. Im running version 6.21 on my site.

Logged

"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + 1-wire Lightning + 1-Wire UV + Logitech Quickcam Pro 9000
BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #672 on: May 12, 2012, 11:02:56 PM »

At this time, the High/Low only works with the Weather Underground records, not the station records.  This change will be in the soon to be released 6.61 release. 

Scott

Quick question. The "New record low" icon is displayed on my page, but the "New Record High" should be displayed too cause my station hit a new record today. Any idea why there both not showing? Both graphics are loaded into the same directory.  Screen Shot attached. Thanks.
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
BurnsvilleWeather
Burnsville, MN USA
Forecaster
*****
Offline Offline

Posts: 709



WWW
« Reply #673 on: May 13, 2012, 12:14:51 AM »

Here is a sample screen with the new records all showing (not likely to happen all 4 at once but)  It is now in the new version 6.61 soon to be released.

Scott


Quick question. The "New record low" icon is displayed on my page, but the "New Record High" should be displayed too cause my station hit a new record today. Any idea why there both not showing? Both graphics are loaded into the same directory.  Screen Shot attached. Thanks.
Logged

Scott

www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.
ALITTLEweird1
Mark
Forecaster
*****
Offline Offline

Posts: 402



WWW
« Reply #674 on: May 13, 2012, 12:42:45 AM »

Thanks Scott.. That looks good. Looking forward to the new version.
Logged

"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + 1-wire Lightning + 1-Wire UV + Logitech Quickcam Pro 9000
Pages: 1 ... 25 26 [27] 28   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.142 seconds with 19 queries.