Version 4.1 will now include a way to automatically change column 2 on the last row (Currently usually ET) to snow. The new configuration allows you to set the start and end month for snow to show. After that, it will change on it’s own as well as the footnotes and the headings. I’ve also modified the rain section to add in the last date and time of the last tip to show only when it’s not already raining. Also take off the VP Storm rain if it’s at 0 and the rate if it’s at 0.
Version 4.1 will be available for beta testing this weekend sometime. If there is anything else someone really wants, now is the time to speak up again!!! You can see the current work in progress at www.websterweatherlive.com 8O
I’ve done some other wee alterations to make the Nexstorm lightning work better.
For those of us using Nexstorm, we can’t use the 1, 5, 30, 60 minute counts from the testtags file that’s in the standard Alt-Dashboard as these only work with the 1-Wire detectors.
So, what I’ve done is to remove the 5 minute count (as there currently isn’t one for Nexstorm), moved everything up one level in the table and added the Nexstorm last strike bearing & distance at the bottom of the table.
This requires the addition of the following tags in testtags.txt:
$lighteningcountlasthour = “%lighteningcountlasthournextstorm%”;
$lighteningcountlastminute = “%lighteningcountlastminutenextstorm%”;
$lighteningcountlast30minutes = “%lighteningcountlast30minutesnextstorm%”;
$lighteningcountlast12hour = “%lighteningcountlast12hournextstorm%”;
$lighteningbearing = “%nextstormbearing%”;
$lighteningdistance = “%nextstormdistance%”;
I stuck to the same names as you have used for ease of alterations but you may want to rename them.
You’ll notice that I’ve also added the bearing & distance into the Ajax updates, as this data is included within the clientraw file, so I’ve added the following to the ajaxWDwx.js:
The only other alteration I made was to move the Davis VP2 ISS details to the bottom of the Station All Time Records table as this made the three lower tables more even in size.
Hi Scott,
thanks for your answer.
Last question: I would translate your alternative dashboard in Italian language but i don’t know which file should i edit.
i tried to edit language-it.txt but without success.
Could you help me?
Thanks again,
At the time I modified the script, I didn’t know about the language files so I did not include support for it. In the future I may upgrade it to include support for that. Sorry.
Be sure to read the instructions! There are a number of config changes at the top of the code and you will need to replace your ajax-dashboard.php and ajaxWDwx.js files. You will also need to add a few tags to testtags.txt if you have NexStorm.
Hi Scott!
I’m editing your alternative dashboard to allow the translation to others language like the italian using language-xx.txt file.
When i’ll finish my job i’ll post here.
Best regards,
Scott
I have set up the new version to test. I don’t use snow here in Georgia so I have the snow start and end set to zero and turned off the other snow settings (I think). However, I still have the section for snow displaying in the bottom row - see http://frankpinkston.com/weather/fcp_wx_main_3.php
I like what you gave done in the rain section with last rain date etc
Also, on your dashboard on websterweather, below the thermometer image you show the local high/low as well as NWS records and normals. Can you add that to the template? I always come back and add that to mine but the formatting does not look as good as yours.
Thanks, I did find the error for the snow (make sure you have the blank header config item true) and did add in the NWS Normal readings as well from a previous suggestion. The new updated ajax-dashboard.php file is now in the beta archive. Download the beta again and just replace that file and see how it runs. I think I’ve also fixed the issue with the larger text size in one part of the NWS records area. Thanks again
Scott,
I have the newest version running and it looks much better. The snow section is now blank as it should be for my configuration. I did see one minor thing in the NWS area. It looks fine in Firefox. In IE8 the record low and nowmal low are on the same line. See the attached screen pics.
I see version 4.10 of ajax-dashboard.php has changed the filename extension of all the NWS icons used for current conditions from jpg to gif. Example…
Version 4.00 “skc.jpg”, // 0 imagesunny.visible
Version 4.10 “skc.gif”, // 0 imagesunny.visible
This change is also reflected in the ajaxWDwx.js Version 3.00 versus 4.10.
I’m testing some animated GIF’s for that and changed it. I’ll change it back for the released version to jpg. This is still the beta and I missed that change before I released the beta.