Here is where I ended...at least for the moment.
I do has weather before this function so that has already been done.
hidden function valTempF() {
var cc=Weather.getCurrentConditions();
if (cc!=null&&cc.temperature!=null) {
return (cc.temperature…