But the data has 2 decimal places, I want to round it to 0 or 1.
Is it possible to do this within the {{ }} (Moustache template?)
I am sure I've seen something like {{msg.payload.hourly[1].temp | 1}}, but that causes all my mustaches to be displayed as literals
The whole squiggly bracket issue is very confusing. I have seen snipppets in various contexts with { }, {{ }}, and even {{{ }}}. Even the spelling is problematic.
I believe both the {{ }} and the filter | number:1 are intepreted by the AngularJS library, that the Dashboard is based on. Dont know much about its inner workings .. but you can check what else is available on AngularJS Filters
Next, all those icons need the time under them, and since the weather is in Rio and I'm in England I have to calculate and add in timezone difference. I don't think I'll attempt that in the template code!