Cell Page incorrect yesterday values - RESOLVED

Could someone tell me why my cell page under min and max temps yesterday is displaying "NaN


cell-ajax-dashboard.php.txt (61.2 KB)

Figured it out.

Changed the Span class to Ajax. not sure why it was convTemp in the first place but this fixed it.

<?php echo strip_units($maxtempyest) . $uomTemp; ?>

to

<?php echo strip_units($maxtempyest) . $uomTemp; ?>