Brian,
I know I suggested this a couple of weeks ago but I also know you’re really busy.
Suggested custom tag:
Name: %feelslike%
If Temp > 60 use ApparentTemp / HeatIndex.
I suggest having this be selectable via the “Show Humidex instead of Heat Index” option for the Summary icon.
else (temp <= 60)
use Wind Chill
I suggested there be no decimal point (I’m not a big fan of it) but for consistency, you should probably do both %feelslike% and %feelslikendp%
Example:
Temp is 90F and humidity is 70%
%feelslike% would display 106F (for Heat Index) or 114F (for Humidex)
Temp is 0F and wind is 15 MPH
%feelslike% would display -19F
The idea behind this would be to allow a website to show ONE tag on a page for what the temperature feels like without having to display wind chill (when it’s hot) or heat/humidex (when it’s cold). It just looks silly.