Hi, I try to customize the layout with some image. This should be based on the value of the current.outTemp. <tr> <td class="stats_label">Exterieur $current.outTemp</td> #if $current.outTemp < 200.0 <td class="stats_data"><i class="material-icons">face</i>FROID $current.outTemp</td> #end if #if $current.outTemp > 200.0 <td class="stats_data"><i class="material-icons">wb_sunny</i>CHAUD $current.outTemp</td> #end if </tr>
The value in the DB is about 55 and it is display 12.4°C. and i have always the same result it display CHAUD follow by the temp value. How can i compare the current.outTemp value in order to have a specific image depending on a given threshold. Cheers -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
