Author Topic: Alternative Dashboard Version 6.53 NOW RELEASED  (Read 51001 times)

0 Members and 1 Guest are viewing this topic.

Offline mayo9999

  • Senior Member
  • **
  • Posts: 67
    • Lake Mary Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #25 on: October 09, 2011, 09:33:06 AM »
Running the 6.50b along with Ken's latest updates and Alessandro's new icons. Can't get them to show. They are loaded in /forecast/images/ and the script is calling the correct names and .gif, but they're a no-show.

What am I missing?
John,
I had similar issue with NWS ICONS.  I'm still running Ken's v2 with Scott's v6.10. I got working by upgrading to the latest "advforecast2.php (V3.02)" from Ken's site.
Jerry-
Jerry-
http://www.lakemaryweather.com
CWOP = DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless Vantage Pro2 / 6316 Wireless Weather Envoy
Weatherlink * VirtualIP * StartWatch * Windows Display * Windows Display Live

I also host my own CentOS (Linux) Apache WEB Server

Offline i_fiorentino

  • Forecaster
  • *****
  • Posts: 562
  • Davis Vantage Vue, Boltek Stormtr., Mobotix M22-IT
    • Meteopistoia.it
Re: Alternative Dashboard BETA Version 6.50b
« Reply #26 on: October 09, 2011, 03:51:17 PM »
Hi Scott,
i'm confirmed that the FWI icons doesn't show anymore if the value is over 31.
Over 31 the code recall this icon http://www.meteocarmignano.it/ajax-images/fire/A/Fireundefined.png
Regards,

Alessandro

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #27 on: October 09, 2011, 10:18:47 PM »
Hi Scott,
i'm confirmed that the FWI icons doesn't show anymore if the value is over 31.
Over 31 the code recall this icon http://www.meteocarmignano.it/ajax-images/fire/A/Fireundefined.png
Regards,
Ok, I did some checking and it looks like you have the wrong values set in the ajaxWDwx-settings.js.  The values you have set are:

Code: [Select]
fireImg.imgNrs[0]="0"; // #IMGNR#
fireImg.imgNrs[1]="1";
fireImg.imgNrs[2]="2";
fireImg.imgNrs[3]="3";
fireImg.imgNrs[4]="4";

The values in Dashboard are:

Code: [Select]
   ,imgNrs: // we all have different numbering systems for our FWI icons it seems ... specify the 5 icon numbers below
      {0:"0"  ,1:"16"  ,2:"25"  ,3:"31" ,4:"32"}

Try changing them in the ajaxWdwx-settings.js to match the dashboard.

They override the ones in ajaxWDwx.js

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 jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: Alternative Dashboard BETA Version 6.50b
« Reply #28 on: October 09, 2011, 10:49:47 PM »
You must have changed them back, it's showing .jpg now.

Correct. Did that when the new icons failed to show.

Did you do all the required updates from Ken's site too?  Ken made a bunch of changes to several of his scripts to enable them too.

Yes.


Did you do all the required updates from Ken's site too?  Ken made a bunch of changes to several of his scripts to enable them too.

Yep - did all those.

NOTE:  Remember do NOT overwrite the ajaxWDwx.js with Ken's if doing an upgrade as you must be using my version (now called 3.05) to allow the extras I've added to work right.

Did not overwrite that file.

Note that the WDwx that came in your 6.50b download was tagged as...

var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

...not 3.05, so I just stayed with the one I was using...

var ajaxVersion  = "3.04a";
var ajaxVersDate = "22-Jan-2011";

Same version, newer date.

Thanks.
« Last Edit: October 09, 2011, 10:51:53 PM by jgillett »
John
W7JKG

Offline i_fiorentino

  • Forecaster
  • *****
  • Posts: 562
  • Davis Vantage Vue, Boltek Stormtr., Mobotix M22-IT
    • Meteopistoia.it
Re: Alternative Dashboard BETA Version 6.50b
« Reply #29 on: October 10, 2011, 04:38:56 AM »
Ok, I did some checking and it looks like you have the wrong values set in the ajaxWDwx-settings.js.  The values you have set are:

Code: [Select]
fireImg.imgNrs[0]="0"; // #IMGNR#
fireImg.imgNrs[1]="1";
fireImg.imgNrs[2]="2";
fireImg.imgNrs[3]="3";
fireImg.imgNrs[4]="4";

The values in Dashboard are:

Code: [Select]
  ,imgNrs: // we all have different numbering systems for our FWI icons it seems ... specify the 5 icon numbers below
      {0:"0"  ,1:"16"  ,2:"25"  ,3:"31" ,4:"32"}

Try changing them in the ajaxWdwx-settings.js to match the dashboard.

They override the ones in ajaxWDwx.js

Scott

Hi Scott,
thanks for your reply.
So, i've these values in my AjaxWdwx-settings.js:

Code: [Select]
fireImg.imgNrs[0]="0"; // #IMGNR#
fireImg.imgNrs[1]="1";
fireImg.imgNrs[2]="2";
fireImg.imgNrs[3]="3";
fireImg.imgNrs[4]="4";

and these values in my dashboard:

Code: [Select]
<?php
  
switch ($firewi) {
     case (
$firewi == 0):
    echo "<img src=\"${imagesDir}Fire0.png\" alt=\"Fire Weather Index: LOW\" />";
     break;
     case ((
$firewi >= 0) and ($firewi <= 7)):
    echo "<img src=\"${imagesDir}Fire1.png\" alt=\"Fire Weather Index: LOW\"/>";
     break;
     case ((
$firewi >= 7.1) and ($firewi 16)):
    echo "<img src=\"${imagesDir}Fire2.png\" alt=\"Fire Weather Index: MODERATE\"/>";
     break;
     case ((
$firewi >= 16) and ($firewi 25)):
    echo "<img src=\"${imagesDir}Fire3.png\" alt=\"Fire Weather Index: HIGH\"/>";
     break;
     case ((
$firewi >= 25) and ($firewi <= 31)):
    echo "<img src=\"${imagesDir}Fire4.png\" alt=\"Fire Weather Index: VERY HIGH\"/>";
     break;
     case ((
$firewi 31) ):
    echo "<img src=\"${imagesDir}Fire4.png\" alt=\"Fire Weather Index: EXTREME\"/>";
     break;
   } 
// end switch
?>

It seems to be ok but the issue persist for values over 31.
Regards,

Alessandro

Offline ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #30 on: October 14, 2011, 08:20:26 AM »
My icons aren't working correctly either.
using the standard icon set. a occasional animated one pop up.
I think I have updated all of Kens scripts as weel.
ajax-dashboard6.php Version 6.50b - 04-Oct-2011 

ajaxWDwx.js
var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

Ed
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #31 on: October 14, 2011, 08:40:55 AM »
I switched back to the previous ajaxWDwx.js, regular icons working now.

var ajaxVersion  = "3.04";
var ajaxVersDate = "22-Jan-2011"; /* Release date
   ,maxupdates: 36     // Maximum number of updates/fetches allowed (set to zero for unlimited)
   ,time : 2000        // milliseconds to keep flash color on (2000 = 2 seconds);
   {src    : imgDir+"{PIC}.jpg" // where {PIC} will = picname from function specified in wxIcon.useName below
   {src   : imgDir+"wr-{LANG}{DIR}.png"  // where {DIR} will = wind dir (e.g. NNW), {LANG} = wrImg.lang
   ,width : 58 ,height: 58 ,hspace: 0 ,vspace: 0 ,border: 0
   {src   : imgDir+"uv{INDEX}.gif" // where {INDEX} will = UV index (0 to 11)
   {src   : imgDir+"Fire{IMGNR}.png" // where {IMGNR} will = fire index (0=very low, 1=low, 2=moderate, 3=high, 4=extreme) from fireImg.imgNrs below
   {src   : imgDir+"webcam/snap00.jpg" // full path and image name of your current webcam picture
   ,srcNgt: imgDir+"webcam/snap00.jpg" // full path and image name of your current nightcam picture (after/before "delayDayNight")
   ,width : 170 ,height: 127 ,hspace: 0 ,vspace: 0 ,border: 0
   ,useCamAtNight     : false // use current conditions icon at night time instead of webcam image
   ,width : 100 ,height: 200 ,hspace: 0 ,vspace: 0 ,border: 0
   ,stationAlt: 0 // your station altitude in meters for cloud height graphic if you want ASL (meters = ft / 3.2808399)
   "haze",                //  7 haze
   "mist",                // 10 mist
   "windy",               // 33 windy
   "windyrain"            // 35 windy/rain (new with V2.11)
      VPleaf = clientraw[156];

newer version (not using at this time)

var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date
   ,maxupdates: 100     // Maximum number of updates/fetches allowed (set to zero for unlimited)
   ,time : 3000        // milliseconds to keep flash color on (2000 = 2 seconds);
   {src    : imgDir+"{PIC}.gif" // where {PIC} will = picname from function specified in wxIcon.useName below
   {src   : imgDir+"wr-{LANG}{DIR}.jpg"  // where {DIR} will = wind dir (e.g. NNW), {LANG} = wrImg.lang
   ,width : 74 ,height: 74 ,hspace: 0 ,vspace: 0 ,border: 0
   {src   : imgDir+"UV{INDEX}.gif" // where {INDEX} will = UV index (0 to 11)
   {src   : imgDir+"Fire{IMGNR}.gif" // where {IMGNR} will = fire index (0=very low, 1=low, 2=moderate, 3=high, 4=extreme) from fireImg.imgNrs below
   {src   : "htzwwlcam.gif" // full path and image name of your current webcam picture
   ,srcNgt: "htzwwlcam.gif" // full path and image name of your current nightcam picture (after/before "delayDayNight")
   ,width : 320 ,height: 240 ,hspace: 0 ,vspace: 0 ,border: 0
   ,useCamAtNight     : true // use current conditions icon at night time instead of webcam image
   ,width : 90 ,height: 200 ,hspace: 0 ,vspace: 0 ,border: 0
   ,stationAlt: 334.9 // your station altitude in meters for cloud height graphic if you want ASL (meters = ft / 3.2808399)
   "haze-sm",             //  7 haze
   "mist-sm",             // 10 mist
   "windy-sm",            // 33 windy
   "windyrain-sm"         // 35 windy/rain (new with V2.11)
      VPleaf = clientraw[156] * 1.0;
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #32 on: October 14, 2011, 07:55:41 PM »
They aren't working because you still have the image type set to .jpg.  It needs to be changed to .gif to have the animated ones show.

Scott


My icons aren't working correctly either.
using the standard icon set. a occasional animated one pop up.
I think I have updated all of Kens scripts as weel.
ajax-dashboard6.php Version 6.50b - 04-Oct-2011 

ajaxWDwx.js
var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

Ed
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 ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #33 on: October 14, 2011, 08:28:49 PM »
Sorry I was unclear, I will be using the regular icons.
Thanks
Ed
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline i_fiorentino

  • Forecaster
  • *****
  • Posts: 562
  • Davis Vantage Vue, Boltek Stormtr., Mobotix M22-IT
    • Meteopistoia.it
Re: Alternative Dashboard BETA Version 6.50b
« Reply #34 on: October 15, 2011, 06:15:26 AM »
Hi Scott,
any news about FWI icon over 31 value?
Regards,

Alessandro

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #35 on: October 15, 2011, 11:56:48 AM »
Hi Scott,
any news about FWI icon over 31 value?
Regards,

Alessandro

As far as I can tell, it has to be an issue with the java script that does the update.  Haven't been feeling to well lately so haven't had a lot of energy to dig into it more yet.  I will try this weekend.

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 ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #36 on: October 17, 2011, 08:12:10 PM »
Scott,
Your site shows:
var ajaxVersion  = "3.05";
var ajaxVersDate = "09-Oct-2011"; /* Release date

But your download package shows:

var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

I'm just using the standard icons for now. It was strange I uploaded the animated icons, but wasn't going to use. When I first accessed my index page the animated icon would display, then update in 1-2 seconds would switch it to the standard icon. I just removed the animated icons from my web directory, now it looks ok.

Thanks for your hard work on this, still need to get soil sensors before freezing weather here.





Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: Alternative Dashboard BETA Version 6.50b
« Reply #37 on: October 17, 2011, 09:38:00 PM »
Scott,
Your site shows:
var ajaxVersion  = "3.05";
var ajaxVersDate = "09-Oct-2011"; /* Release date

But your download package shows:

var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

Exactly what I posted on 9 Oct (above).
John
W7JKG

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #38 on: October 17, 2011, 09:53:52 PM »
Both are the same, I forgot to update the number when I put it in the beta archive.  It will be 3.05 in the regular release.  Sorry.

Scott


Scott,
Your site shows:
var ajaxVersion  = "3.05";
var ajaxVersDate = "09-Oct-2011"; /* Release date

But your download package shows:

var ajaxVersion  = "3.04a";
var ajaxVersDate = "30-Oct-2010"; /* Release date

I'm just using the standard icons for now. It was strange I uploaded the animated icons, but wasn't going to use. When I first accessed my index page the animated icon would display, then update in 1-2 seconds would switch it to the standard icon. I just removed the animated icons from my web directory, now it looks ok.

Thanks for your hard work on this, still need to get soil sensors before freezing weather here.






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 BETA Version 6.50b
« Reply #39 on: October 22, 2011, 10:05:19 PM »
Hi Scott,

Just installed the 6.50B but I am not getting the results I thought.


  • My current conditions Icon has a red X. I have been using jpg and want to continue. I do not want to use the animated gif.
  • My Wind direction Icon has a red X. I have been using jpg and want to continue.

  • I selected to use the heatindex and windchill instead of the feels like description. The feels like description continues to show.
  • I have a leaf wetness, soil moisture (4"), and soil temperature (4") but it does not show.
  • It says Version 6.06 16-Jan-2011 - Script Mods by: WebsterWeatherLIVE.com should this not update to 6.50B with October 4?
  • I update the testtags.txt for the new tags or at least I think I did.


Ok so what have I set wrong, or overlooked, or not done.

My website address is: lebanontnwx.org

I appreciate the help it getting to work correctly.

Great scripts I really like them Scott.

Best regards,

Bob

« Last Edit: October 22, 2011, 10:08:56 PM by tnwxman »
Bob
KK4QXH

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #40 on: October 22, 2011, 10:48:39 PM »
Wow, best I can tell is you have a very corrupted archive.  Did you download it from my site?  Try downloading again.  Make sure you update the main file, the config and the java script.  You will have to manually make the changes for the heat index and windchill as those are still not options in my normal script yet.  The 6.5 beta is mainly just for the animated icons actually, the soil stuff is really not completed yet though it does work if you have the right settings in the config.

Scott


Hi Scott,

Just installed the 6.50B but I am not getting the results I thought.


  • My current conditions Icon has a red X. I have been using jpg and want to continue. I do not want to use the animated gif.
  • My Wind direction Icon has a red X. I have been using jpg and want to continue.

  • I selected to use the heatindex and windchill instead of the feels like description. The feels like description continues to show.
  • I have a leaf wetness, soil moisture (4"), and soil temperature (4") but it does not show.
  • It says Version 6.06 16-Jan-2011 - Script Mods by: WebsterWeatherLIVE.com should this not update to 6.50B with October 4?
  • I update the testtags.txt for the new tags or at least I think I did.


Ok so what have I set wrong, or overlooked, or not done.

My website address is: lebanontnwx.org

I appreciate the help it getting to work correctly.

Great scripts I really like them Scott.

Best regards,

Bob


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 BETA Version 6.50b
« Reply #41 on: October 23, 2011, 05:12:46 PM »
Hi Scott,

Yes download from your site. Yes download again. Updated the config file etc. and the results the same.

My current conditions Icon has a red X. I have been using jpg and want to continue. I do not want to use the animated gif.

My Wind direction Icon has a red X. I have been using jpg and want to continue.

It says Version 6.06 16-Jan-2011 - Script Mods by: WebsterWeatherLIVE.com should this not update to 6.50B with October 4?

So what do you suggest?

Bob

Bob
Bob
KK4QXH

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #42 on: October 23, 2011, 09:52:00 PM »
Yes download from your site. Yes download again. Updated the config file etc. and the results the same.
My current conditions Icon has a red X. I have been using jpg and want to continue. I do not want to use the animated gif.
My Wind direction Icon has a red X. I have been using jpg and want to continue.
It says Version 6.06 16-Jan-2011 - Script Mods by: WebsterWeatherLIVE.com should this not update to 6.50B with October 4?
So what do you suggest?
Bob
Bob,

You somehow have the files mixed up.  The one in the archive is called ajaxdashboard6.php  (note the 6).  Somehow you are pulling up an older version on your site.  I verified the archive, then I viewed your code and it is clearly an old version with the newer version config file.

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 BETA Version 6.50b
« Reply #43 on: October 24, 2011, 07:56:09 AM »
Hi Scott,

Thank you. Ok I do not understanding the coding etc. so what do I have to do to correct it.

Bob
Bob
KK4QXH

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: Alternative Dashboard BETA Version 6.50b
« Reply #44 on: October 24, 2011, 08:12:35 PM »
Hi Scott,

Update. I revert back to my previous ajax-dashboard6.php, AltAjaxDashboardConfig6.php, and ajaxWDwx.js and everything is running just great. So I am confused why when I updated to 6.50B how my archive and other files supposedly became corrupted and did not match the files I download from your site. I did nothing more than the standard settings changes to match my website. The same type of settings I did with previous versions. I would appreciate the help trying to figure out what is not working and why. Thanks.

Bob
Bob
KK4QXH

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #45 on: October 24, 2011, 08:19:25 PM »
Update. I revert back to my previous ajax-dashboard6.php, AltAjaxDashboardConfig6.php, and ajaxWDwx.js and everything is running just great. So I am confused why when I updated to 6.50B how my archive and other files supposedly became corrupted and did not match the files I download from your site. I did nothing more than the standard settings changes to match my website. The same type of settings I did with previous versions. I would appreciate the help trying to figure out what is not working and why. Thanks.

Without seeing the exactly how the update went I can't tell you but when you download the archive and un-zip them, you should be able to open the .php files in notepad and verify that they do indeed show Version 6.50 in in couple places in the code.  Then upload those files to the website and verify the dates on the host side and if they match, it should work fine.

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 ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard BETA Version 6.50b
« Reply #46 on: October 29, 2011, 11:48:03 PM »
Scott,
On your home page I don't see area for snow?
Is that bc your haven't had any yet?
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard BETA Version 6.50b
« Reply #47 on: October 30, 2011, 01:22:30 PM »
Scott,
On your home page I don't see area for snow?
Is that bc your haven't had any yet?


Yes, it doesn't switch over till the conditions are right for 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 BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: Alternative Dashboard Version 6.50 NOW RELEASED
« Reply #48 on: November 13, 2011, 01:17:53 PM »
Alternative Dashboard version 6.50 is now available for downloading. Version 6.5x is mainly an update to add in some soil temperature/moisture as well as leaf moisture.  It also has modifications to allow the new animated icons from  www.meteotreviglio.com and some other minor additions and fixes .  Please look over the requirement and be sure to do a backup before trying to use it.  I suggest you already have Version 6.2x running to use this or be pretty patient with making a lot of changes!


Requirements:
Updated and expanded AjaxWDwx.js file based on version 9.xx from Bashewa Weather
A few more testtags to add in for soil and leaf (optional)
A new config file for Alt-Dashboard6 to support the soil and leaf sections (optional)
Additional images for soil section (optional)

New Features:

Leaf Moisture with ajax updates in rain section (optional)
Soil Section (optional) that takes the place of the almanac section
Changes for animated forecast icons
Addition of 1st snow of the season and Average 1st snow dates.
several other misc bug fixes
This archive does NOT include the separate soil status page at this time (still under development but getting better!).

See the 1st message of this threat for a link to the download.

On a separate note:  Due to some serious health problems I will be cutting back on doing much more with the weather stuff for awhile.  Hopefully in the future I will be able to come back to it and have time to work on some new ideas.  I will try to offer support as much as I can but please be very patient, it may take time to get back to you.  Thanks to everyone that has downloaded and uses my scripts and dashboard modifications.  Its been fun working with it and you all.  :grin:

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 ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: Alternative Dashboard Version 6.50 NOW RELEASED
« Reply #49 on: November 13, 2011, 01:28:58 PM »
best wishes.  hope you're feeling better soon.
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425