output debug: https://pastebin.com/raw/TxvXYg4i
[email protected] schrieb am Dienstag, 3. August 2021 um 11:23:05 UTC+2: > this is my complet tmpl file: > > no search list extensions inside > > give me one moment for a DEGUG Output > -------------------------------------------------- > > #encoding UTF-8 > <!DOCTYPE html> > <html lang="$Extras.language"> > <head> > <title>$Extras.Translations[$Extras.language].history | > $station.location</title> > #include "head.inc" > </head> > <body class="main-bg"> > > #attr $active_nav = 'history' > #include "header.inc" > > <main> > > <div class="container"> > > <div class="row my-4 align-content-start"> > > <h3>Temperatur min</h3> > $min_temp_table > > <h3>Temperatur mittel</h3> > $avg_temp_table > > <h3>Temperatur max</h3> > $max_temp_table > > <h3>Regen</h3> > $rain_table > > <h3>Regentage</h3> > $rain_days_table > > <h3>Windgeschwindigkeit mittel</h3> > $avg_windSpeed_table > > <h3>Windgeschwindigkeit max</h3> > $max_windSpeed_table > > </div> > > </div> > > </main> > > #include "footer.inc" > #include "js.inc" > > </body> > </html> > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ad77c724-0b1d-471c-a272-844f0b1f13b4n%40googlegroups.com.
