*** closed*** HWS Template (WD34) Wish List

A reflection:
Is there at least one website in Australia which uses these scripts as its prime website?

You yourself have a Saratoga website http://www.micklehamweather.com/ as your prime site.
All visitors arrive there. It has a link with flashing

Hi Wim,

[quote]You yourself have a Saratoga website http://www.micklehamweather.com/ as your prime site.
All visitors arrive there. It has a link with flashing

Just wondering, what is the advantage of using and old version and not using the new “HWS-template for WD”-version which urgently needs users to test and report errors?

Without an active user-base any script, so also this version will fail to survive.

Wim

Just wondering, what is the advantage of using and old version and not using the new "HWS-template for WD"-version which urgently needs users to test and report errors?

The link to the older version has been there for a quite a while (maybe a year or so), so it is not technically ‘new’!

To be honest with you I didn’t think to update the link to the new WD version (just forgot about it really) - I will look to do this hopefully later tonight.

Neil

The Demo site now reflects a Canadian user. I try to test the new EC alert- and forecast-scripts.
The EC scripts display the original forecast data in French and English only. All visitors which choose another language, will see the English version.
I did not include the language translation on purpose for now as I can not find the documentation of all texts used. English forecast:

Tonight
Cloudy. 40 percent chance of flurries early this evening. Clearing near midnight. Wind becoming northwest 20 km/h early this evening. Low minus 31. Wind chill minus 30 in the evening and minus 43 overnight. Risk of frostbite.
Monday
Mainly cloudy. 40 percent chance of flurries in the afternoon. Wind up to 15 km/h. High minus 23. Wind chill minus 43 in the morning and minus 31 in the afternoon. Risk of frostbite. UV index 1 or low.
French version[quote]Aujourd’hui
Neige intermittente cessant en mi-journ

Trivial point, but typo in Alert window: “Envirinment Canada” - should read “Environment Canada”.

#-o

Would like to see WXSIM module and Australia Warnings.

WXSIM is finalized and was tested past 2 weeks.
Australia warnings is on the ToDo list.

Wim

Regarding the downward arrow under the temp, is it possible to have that actually report Temp Rate? Yesterday we had a cold front move in and my WD indicated a temp drop of -5.8F/hr, yet the console pic below indicated -1F. What does it actually mean? It always show either +1 or -1F. Thanks.


Capture.PNG

Problem is known, the temp-rate is either 0, -1 or +1
There is an update (somewhere in the other topic), attached, which only displays the arrow and skips the value.
Wim


w34_livedata.php.zip (5.46 KB)

Wim, so there is no way to have it actually report the true value?

The attached script will do that, it calculate the trend based on the last-hour change in rain.
Please unzip and test.

Rain? Did you mean temp?

Yes, sorry

I added the script to the pwsWD folder. I don’t see a change yet. Might have to wait longer?

Probably you forgot to unzip as the current version on your server https://www.weather911.net/pwsWD/w34_livedata.php?sce=view does not has the change from the zip.
Your current version:

	$weather["temp_trend"]          = $wd[143]; // -1/0/1

the new version when you unzip it

	$weather["temp_trend"]          = (float) $wd[99] - (float) $wd[90]; # 2019-01-22  replace [143] which is login not value

IMPORTANT When you want support it is common decency to include a link to your site. Poeple who want to help have to see what is happening in the scripts.

So would you be so kind to include the link to your site in your avatar-block. That is the the block on the left of every post you do. The small globe should lead to your index.php If there is a specific page you want to discuss about, always supply the full link.

Most persons on this forum are not clairvoyant, sadly.

Wim

Really folks, please try to make it easy for the helpful people on here to help you!

Most persons on this forum are not clairvoyant, sadly.

But unfortunately we do have a lot of practice :frowning:

Thanks a lot. All working good now. I sure have learned a lot in the last week. :slight_smile:

Unless I missed it I would like to see this function added…

I have earthquake data displayed top row box 3 (webcam in main window bottom row middle box). If I change to show earthquake data in main window instead of the webcam, when I click on that box it pops up a window showing multiple recent earthquakes. Could this function be added to the top row box, so when clicked, it brings up that same pop up window? I want to keep the webcam but I also would like the ability to bring up the recent earthquake pop up.