Author Topic: Alternative-Dashboard Version 6.21  (Read 151052 times)

0 Members and 1 Guest are viewing this topic.

Offline klamort

  • Member
  • *
  • Posts: 7
Re: Alternative-Dashboard Version 6.07
« Reply #175 on: January 23, 2011, 11:51:39 AM »
Hi,

My English is a little poor, so stay with me...

I installed a weather internet station this weekend... and the  script 6.07...
Great Job... I really do like it, I still am having some work to do on the internet station, but it is getting there.

I am having à small problem... when displaying the 6.07 script... it is by default in "IMPERIAL" mode... is there a way it can be set for metric by default?

Thanks... you can see what I mean here: http://www.voyage-moto.be/?page_id=1156


Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Alternative-Dashboard Version 6.07
« Reply #176 on: January 23, 2011, 12:52:02 PM »
Hi Scott. I'm tinkering with 6.07 ad have a question.

My snow data January Avg. shows up in mm. Did I miss
something in the setup to get it to inches?

http://www.cnyweather.com/indextest.php
Tony




Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #177 on: January 23, 2011, 12:58:27 PM »
Hi Scott. I'm tinkering with 6.07 ad have a question.

My snow data January Avg. shows up in mm. Did I miss
something in the setup to get it to inches?

http://www.cnyweather.com/indextest.php

Looks good when I view it.

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.

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Alternative-Dashboard Version 6.07
« Reply #178 on: January 23, 2011, 01:00:58 PM »
But that 52.4 is mm though Scott. My avg. shows as 26.9 for January.
« Last Edit: January 23, 2011, 01:02:39 PM by CNYWeather »
Tony




Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #179 on: January 23, 2011, 01:05:32 PM »
I installed a weather internet station this weekend... and the  script 6.07...
Great Job... I really do like it, I still am having some work to do on the internet station, but it is getting there.
I am having à small problem... when displaying the 6.07 script... it is by default in "IMPERIAL" mode... is there a way it can be set for metric by default?
Thanks... you can see what I mean here: http://www.voyage-moto.be/?page_id=1156

In the file ajaxWDwx-settings.js file, about line 21 you will find:

Code: [Select]
useUOM  = 'E';
Change that to M and that should default it as you want!

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.

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #180 on: January 23, 2011, 01:09:14 PM »
But that 52.4 is mm though Scott. My avg. shows as 26.9 for January.

You may want to verify your snow setting in WD then.  I'm not sure why it would be in mm as by default it is stored in cm and then converted to in.  I double checked mine, it is right on with what WD says is my average.

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.

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #181 on: January 23, 2011, 01:59:57 PM »
Thank you. Forecast now refering to NWS and I have the snowfall in. Why does WD make a 9.7 entry as 9.69 and 5.3 as 5.31. Any input?

Now where do I get the NH moon icons and where do I get the cloudbase.php.

Again thanks for all the help.
Bob
KK4QXH

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Alternative-Dashboard Version 6.07
« Reply #182 on: January 23, 2011, 02:25:35 PM »
But that 52.4 is mm though Scott. My avg. shows as 26.9 for January.

You may want to verify your snow setting in WD then.  I'm not sure why it would be in mm as by default it is stored in cm and then converted to in.  I double checked mine, it is right on with what WD says is my average.

Scott


I'm stumped. Do your testtags show in mm Scott?
Code: [Select]
$avsnowjan = '52.4'; // Average snow for january from your inputted snow data (mm)
$avsnowfeb = '35.0'; // Average snow for feb from your inputted snow data (mm)
$avsnowmar = '0.0'; // Average snow for mar from your inputted snow data (mm)
$avsnowapr = '0.5'; // Average snow for apr from your inputted snow data (mm)
$avsnowmay = '0.0'; // Average snow for may from your inputted snow data (mm)
$avsnowjun = '0.0'; // Average snow for jun from your inputted snow data (mm)
$avsnowjul = '0.0'; // Average snow for jul from your inputted snow data (mm)
$avsnowaug = '0.0'; // Average snow for aug from your inputted snow data (mm)
$avsnowsep = '0.0'; // Average snow for sep from your inputted snow data (mm)
$avsnowoct = '1.3'; // Average snow for oct from your inputted snow data (mm)
$avsnownov = '3.7'; // Average snow for nov from your inputted snow data (mm)
$avsnowdec = '39.5'; // Average snow for dec from your inputted snow data (mm)

$nowsnowjan = '95.2'; //95.2................snow for january from your inputted snow data (mm)
$nowsnowfeb = '97.6'; //97.6................snow for feb from your inputted snow data (mm)
$nowsnowmar = '0.0'; //0.0................snow for mar from your inputted snow data (mm)
$nowsnowapr = '0.0'; //0.0................snow for apr from your inputted snow data (mm)
$nowsnowmay = '0.0'; //0.0................snow for may from your inputted snow data (mm)
$nowsnowjun = '0.0'; //0.0................snow for jun from your inputted snow data (mm)
$nowsnowjul = '0.0'; //0.0................snow for jul from your inputted snow data (mm)
$nowsnowaug = '0.0'; //0.0................snow for aug from your inputted snow data (mm)
$nowsnowsep = '0.0'; //0.0................snow for sep from your inputted snow data (mm)
$nowsnowoct = '0.0'; //0.0................snow for oct from your inputted snow data (mm)
$nowsnownov = '1.0'; //1.0................snow for nov from your inputted snow data (mm)
$nowsnowdec = '57.4'; //57.4................snow for dec from your inputted snow data (mm)
Tony




Offline klamort

  • Member
  • *
  • Posts: 7
Re: Alternative-Dashboard Version 6.07
« Reply #183 on: January 23, 2011, 02:28:15 PM »

In the file ajaxWDwx-settings.js file, about line 21 you will find:

Code: [Select]
useUOM  = 'E';
Change that to M and that should default it as you want!

Scott


Thanks you very much... It is solved now...


Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #184 on: January 23, 2011, 02:31:46 PM »
But that 52.4 is mm though Scott. My avg. shows as 26.9 for January.

You may want to verify your snow setting in WD then.  I'm not sure why it would be in mm as by default it is stored in cm and then converted to in.  I double checked mine, it is right on with what WD says is my average.

Scott


I'm stumped. Do your testtags show in mm Scott?
Code: [Select]
$avsnowjan = '52.4'; // Average snow for january from your inputted snow data (mm)
$avsnowfeb = '35.0'; // Average snow for feb from your inputted snow data (mm)
$avsnowmar = '0.0'; // Average snow for mar from your inputted snow data (mm)
$avsnowapr = '0.5'; // Average snow for apr from your inputted snow data (mm)
$avsnowmay = '0.0'; // Average snow for may from your inputted snow data (mm)
$avsnowjun = '0.0'; // Average snow for jun from your inputted snow data (mm)
$avsnowjul = '0.0'; // Average snow for jul from your inputted snow data (mm)
$avsnowaug = '0.0'; // Average snow for aug from your inputted snow data (mm)
$avsnowsep = '0.0'; // Average snow for sep from your inputted snow data (mm)
$avsnowoct = '1.3'; // Average snow for oct from your inputted snow data (mm)
$avsnownov = '3.7'; // Average snow for nov from your inputted snow data (mm)
$avsnowdec = '39.5'; // Average snow for dec from your inputted snow data (mm)

$nowsnowjan = '95.2'; //95.2................snow for january from your inputted snow data (mm)
$nowsnowfeb = '97.6'; //97.6................snow for feb from your inputted snow data (mm)
$nowsnowmar = '0.0'; //0.0................snow for mar from your inputted snow data (mm)
$nowsnowapr = '0.0'; //0.0................snow for apr from your inputted snow data (mm)
$nowsnowmay = '0.0'; //0.0................snow for may from your inputted snow data (mm)
$nowsnowjun = '0.0'; //0.0................snow for jun from your inputted snow data (mm)
$nowsnowjul = '0.0'; //0.0................snow for jul from your inputted snow data (mm)
$nowsnowaug = '0.0'; //0.0................snow for aug from your inputted snow data (mm)
$nowsnowsep = '0.0'; //0.0................snow for sep from your inputted snow data (mm)
$nowsnowoct = '0.0'; //0.0................snow for oct from your inputted snow data (mm)
$nowsnownov = '1.0'; //1.0................snow for nov from your inputted snow data (mm)
$nowsnowdec = '57.4'; //57.4................snow for dec from your inputted snow data (mm)


Mine show:

Code: [Select]
$avsnowjan = '13.5'; //Average snow for jan from your inputted snow data (cm)
$avsnowfeb = '25.7'; //Average snow for feb from your inputted snow data (cm)
$avsnowmar = '0.4'; //Average snow for mar from your inputted snow data (cm)
$avsnowapr = '2.1'; //Average snow for apr from your inputted snow data (cm)
$avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm)
$avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm)
$avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm)
$avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm)
$avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm)
$avsnowoct = '1.6'; //Average snow for oct from your inputted snow data (cm)
$avsnownov = '9.2'; //Average snow for nov from your inputted snow data (cm)
$avsnowdec = '55.7'; //Average snow for dec from your inputted snow data (cm)
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.

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #185 on: January 23, 2011, 02:32:26 PM »
Thank you. Forecast now referring to NWS and I have the snowfall in. Why does WD make a 9.7 entry as 9.69 and 5.3 as 5.31. Any input?

Now where do I get the NH moon icons and where do I get the cloudbase.php. Also notice my solar summary is blank and it is only showing the high UV today and not the current which 1.2. Please assist. Thanks.

Again thanks for all the help.
Bob
KK4QXH

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #186 on: January 23, 2011, 02:39:07 PM »
Thank you. Forecast now refering to NWS and I have the snowfall in. Why does WD make a 9.7 entry as 9.69 and 5.3 as 5.31. Any input?

Now where do I get the NH moon icons and where do I get the cloudbase.php.

Again thanks for all the help.

It is a rounding problem changing from metric to english.  The cloud height graphic is found here:

http://www.bashewa.com/download-cloud-base.php

The icon sets are here:

http://www.bashewa.com/downloads/bws-iconsets.zip

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.

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #187 on: January 23, 2011, 02:41:19 PM »
Also notice my solar summary is blank and it is only showing the high UV today and not the current which 1.2. Please assist. Thanks.

Again thanks for all the help.

If the solar and UV are not fuctioning as desired it is usually because you are missing some of the added testtags.  Make sure you have properly added in the new test tags to the testtags.txt file in the c:\wdisplay directory.  Check the instructions for how to do it if using Win7.

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.

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Alternative-Dashboard Version 6.07
« Reply #188 on: January 23, 2011, 02:59:17 PM »
But that 52.4 is mm though Scott. My avg. shows as 26.9 for January.

You may want to verify your snow setting in WD then.  I'm not sure why it would be in mm as by default it is stored in cm and then converted to in.  I double checked mine, it is right on with what WD says is my average.

Scott


I'm stumped. Do your testtags show in mm Scott?
Code: [Select]
$avsnowjan = '52.4'; // Average snow for january from your inputted snow data (mm)
$avsnowfeb = '35.0'; // Average snow for feb from your inputted snow data (mm)
$avsnowmar = '0.0'; // Average snow for mar from your inputted snow data (mm)
$avsnowapr = '0.5'; // Average snow for apr from your inputted snow data (mm)
$avsnowmay = '0.0'; // Average snow for may from your inputted snow data (mm)
$avsnowjun = '0.0'; // Average snow for jun from your inputted snow data (mm)
$avsnowjul = '0.0'; // Average snow for jul from your inputted snow data (mm)
$avsnowaug = '0.0'; // Average snow for aug from your inputted snow data (mm)
$avsnowsep = '0.0'; // Average snow for sep from your inputted snow data (mm)
$avsnowoct = '1.3'; // Average snow for oct from your inputted snow data (mm)
$avsnownov = '3.7'; // Average snow for nov from your inputted snow data (mm)
$avsnowdec = '39.5'; // Average snow for dec from your inputted snow data (mm)

$nowsnowjan = '95.2'; //95.2................snow for january from your inputted snow data (mm)
$nowsnowfeb = '97.6'; //97.6................snow for feb from your inputted snow data (mm)
$nowsnowmar = '0.0'; //0.0................snow for mar from your inputted snow data (mm)
$nowsnowapr = '0.0'; //0.0................snow for apr from your inputted snow data (mm)
$nowsnowmay = '0.0'; //0.0................snow for may from your inputted snow data (mm)
$nowsnowjun = '0.0'; //0.0................snow for jun from your inputted snow data (mm)
$nowsnowjul = '0.0'; //0.0................snow for jul from your inputted snow data (mm)
$nowsnowaug = '0.0'; //0.0................snow for aug from your inputted snow data (mm)
$nowsnowsep = '0.0'; //0.0................snow for sep from your inputted snow data (mm)
$nowsnowoct = '0.0'; //0.0................snow for oct from your inputted snow data (mm)
$nowsnownov = '1.0'; //1.0................snow for nov from your inputted snow data (mm)
$nowsnowdec = '57.4'; //57.4................snow for dec from your inputted snow data (mm)


Mine show:

Code: [Select]
$avsnowjan = '13.5'; //Average snow for jan from your inputted snow data (cm)
$avsnowfeb = '25.7'; //Average snow for feb from your inputted snow data (cm)
$avsnowmar = '0.4'; //Average snow for mar from your inputted snow data (cm)
$avsnowapr = '2.1'; //Average snow for apr from your inputted snow data (cm)
$avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm)
$avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm)
$avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm)
$avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm)
$avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm)
$avsnowoct = '1.6'; //Average snow for oct from your inputted snow data (cm)
$avsnownov = '9.2'; //Average snow for nov from your inputted snow data (cm)
$avsnowdec = '55.7'; //Average snow for dec from your inputted snow data (cm)

Any idea why mine shows mm and yours cm? Looked everywhere and have no idea why.
« Last Edit: January 23, 2011, 03:04:50 PM by CNYWeather »
Tony




Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #189 on: January 23, 2011, 03:03:30 PM »
High updated the testtags.txt and still the same only high for UV and forecast for next two days. Solar Summary blank. I got the cloud.php and will work that next as for the icons the link you gave keeps timing out. Anyother suggestions. Again thanks for the help and great work on your part.
« Last Edit: January 23, 2011, 03:08:27 PM by tnwxman »
Bob
KK4QXH

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #190 on: January 23, 2011, 03:16:20 PM »
Sorry guess I did not allow time for website to update I have the solar and UV working correctly now. Still waiting on the icon download only 5% in last 15 minutes. Once I have the icons will the cloudbase php work?
Bob
KK4QXH

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #191 on: January 23, 2011, 03:41:24 PM »
The link for the icons keeps getting reset. It is extremely slow. Any other source for the icons?
Bob
KK4QXH

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Alternative-Dashboard Version 6.07
« Reply #192 on: January 23, 2011, 03:51:27 PM »
I was able to get them. I put them up for you

http://cnyweather.com/scripts/bws-iconsets.zip
Tony




Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #193 on: January 23, 2011, 04:17:47 PM »
Thanks Tony, I now have the zip file. Not sure why it was resetting at the other website. Thanks again.
Bob
KK4QXH

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #194 on: January 23, 2011, 04:30:09 PM »
One last item I loaded the cloudbase.php to my root directory on the web. I still canot get it to display on the main page. Help. Thanks.
Bob
KK4QXH

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #195 on: January 23, 2011, 06:56:25 PM »
One last item I loaded the cloudbase.php to my root directory on the web. I still canot get it to display on the main page. Help. Thanks.

Did you make sure you configured the options in the beginning of the script?  IE:  The correct path to your files?

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.

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative-Dashboard Version 6.07
« Reply #196 on: January 23, 2011, 06:58:22 PM »
Any idea why mine shows mm and yours cm? Looked everywhere and have no idea why.

I think it is a setting in WD if I remember right.  Not sure where though, I will do some looking.

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.

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #197 on: January 23, 2011, 08:31:49 PM »
The icons from the icon set include current, fire,forecast, moon, moonpahse, UV, and wind. From the program it says you need background, cloud, windsock & scale images. The file I downloaded was cloudbase.php update. Is there anther file I should have downloaded?
Bob
KK4QXH

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative-Dashboard Version 6.07
« Reply #198 on: January 23, 2011, 08:47:13 PM »
Answered my own question. Saw that I did not download the full script on the update. Have fixed now. Working fine. Sorry for all the questions. Thank you everyone for your help.
Bob
KK4QXH

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: Alternative-Dashboard Version 6.07
« Reply #199 on: January 23, 2011, 10:00:51 PM »
Hi Scott,

Thanks for the recent upgrade.  Looks like most of the fixes are working.  Although, some fixes were minor and I don't have freezing temps here so far, those fixes are welcome for those that have that changes is temps.

Thanks for all the support that you have provided.

--Stan Y.
   Maui, Hawaii
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

 

anything