+
+ ${this.getDateString(t.datetime)}
+
+
+
+ ${t.temperature}${this.getUnit("temperature")}
+
+ ${void 0!==t.templow?j`
+
+ ${t.templow}${this.getUnit("temperature")}
+
+ `:""}
+ ${this.config.hidePrecipitation||void 0===t.precipitation||null===t.precipitation?"":j`
+
+ ${t.precipitation} ${this.getUnit("precipitation")}
+
+ `}
+