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

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.

Thank you for your fantastic work.
I have testet feb 18 beta using WeeWx to generate realtime.txt output from Vantage Pro2.

I would like to see the option allow for both webcam and UV in the two bottom blocks.


The top blocks have no room to add links. Adding would need extra room increasing the height further. The whole idea is that this template should fit on an iPad without scrolling.
But I added the earthquake to the current-conditions blocks. Current-conditions only have a metar pop-up, so there is room.

The July release will have no “fixed” choices. All blocks will operate on all places.
But for the April release I adapted the easyweather script so that those two blocks have the same set of choices.

Testing at https://sluispark.be/pwsTEST/ as I needed a WLIP-logger to test with
Wim


I know we get to choose the rain rate units, but I still think the units should be shown in the Rainfall block. Please. . .

Thank you Wim!
April release already covers my most urgent needs.
What would be nice was if UV and for instance moon phase could be changed according to clock. I.e. UV on daytime as long as sun is up and then switch to moon phase.


Do we need the icons in Temperature block (see attached)? I don’t think they add much information.

(I would delete them myself if I knew how I have deleted mine :slight_smile: )


Temp.PNG

for me, I would make them a bit larger :smiley:

From the top (Temp2.PNG): 15px (default), 20px, 25px, 30px - but the alignment suffers.

Much cleaner without (Temp3.PNG) :smiley:

And even better in Light Theme (Temp4.PNG). . . differences in css I suppose.


Temp2.PNG

Temp3.PNG

Temp4.PNG

I must agree, removing them looks cleaner :smiley:

Fiddled a bit with main.dark.css, too. See my page (as left).

I might just give this a try

Back to wishes: wind run to one decimal place?