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

For the information of any who may be interested:

As I am a Cumulus user for pwsWD34 and I note that the Cumulus calculation for Feels Like Temperature uses the above referenced formula, I have made this simple amendment to line 401 of the script w34_livedata.php

from this:
$weather[“temp_feel”] = convert_temp ($num,$from,$to);

to this:
$weather[“temp_feel”] = $cu[54];

to show the calculation result preferred by me on my web page.

The option for Cumulus users to use this alternate calculation could, of course, be an option provided on the setup page, if so desired.

best wishes

griffo42