[FTUI 2] - Weather_Widget für Wettericons

Begonnen von somansch, 05 Februar 2019, 00:24:58

Vorheriges Thema - Nächstes Thema

remo

Vielen Dank für die Anmerkung. Das ist historisch so gewachsen. Um ein Optimierung habe ich mich jetzt lange drücken können. Wenn ich das richtig verstanden habe, gibt es gridster und vbox- sollte man sich für eine Variante entschieden oder kann/darf man das mischen?

somansch

Zitat von: remo am 09 Februar 2019, 14:06:29
Vielen Dank für die Anmerkung. Das ist historisch so gewachsen. Um ein Optimierung habe ich mich jetzt lange drücken können. Wenn ich das richtig verstanden habe, gibt es gridster und vbox- sollte man sich für eine Variante entschieden oder kann/darf man das mischen?

Du solltest dich für ein Layout entscheiden. Ein Mix ist nicht empfehlenswert. Ich nutze z.B. Flex mit hbox/vbox. Flex, wie der Name sagt, ist flexibler, sodass die Auflösung eine nicht so große Rolle spielt und du daher mit unterschiedlichen Geräten oder Browsern ein ähnliches angepasstes Layout hast.

Bitte dieses Thema nicht weiter in diesem Thread diskutieren. Du kannst gerne einen neuen Thread dazu eröffnen  ;).

Viele Grüße
Andreas

remo

Sorry. Ist klar. Ich wollte das jetzt auch nicht unnötig ausweiten.
Ich werde demnächst meine index.html optimieren. Dabei wird sich die eine oder andere Frage beantworten.

Vielen lieben Dank nochmals.
Ich werde diesen Thread und deine Errungenschaften weiterhin neugierig folgen.

Knallkopp_02

Zitat von: somansch am 09 Februar 2019, 12:18:47
Falls ein User heute andere Grafiken nutzen möchte, geht das ja bereits. Einfach die Kleinklima png durch andere pngs mit gleichem Namen austauschen. Was man natürlich noch reinnehmen könnte, wäre data-imageset="user". Die Mappings sind vorgegeben mit Zahlen von 1d-100d und 1n-100n. Somit muss der User seine Icons selbst zu den Nummern (Wetterzuständen für Tag und Nacht) umbenennen bzw. kopieren. Ich bezweifle jedoch, dass das ein User machen möchte  ;).

So unterschiedlich sind die Ansichten, ich kenne einige Leute, die sich die Grafiken immer selbst ausgesucht, bzw. selber erstellt haben. Ich gehöre selbst dazu. Aber das ist erstmal auch nicht das wichtigste. 

Ich habe dein JS erstmal für mich abegespeckt, damit icherstmal sehen konnte was nicht für DWD gebraucht wird. Aktuell versuche ich das ,,Time" Reading irgendwie in das JS zu bekommen. Verstehe aber nicht, wie das ,,WW" Reading geholt wird, wenn ich Time simuliere sieht es schon gut aus.

Wer hat da eine Idee und kann helfen.

Gruß
Ich bin kein Programmierer und habe keine Ahnung.

Raspberry PI 3B+ mit HM-MOD-RPI-PCB,     
HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-SEC-SCo
Raspberry PI 3B+ mit 7" Touchdisplay

somansch

Zitat von: Knallkopp_02 am 09 Februar 2019, 19:46:23
So unterschiedlich sind die Ansichten, ich kenne einige Leute, die sich die Grafiken immer selbst ausgesucht, bzw. selber erstellt haben. Ich gehöre selbst dazu. Aber das ist erstmal auch nicht das wichtigste. 

Ich habe dein JS erstmal für mich abegespeckt, damit icherstmal sehen konnte was nicht für DWD gebraucht wird. Aktuell versuche ich das ,,Time" Reading irgendwie in das JS zu bekommen. Verstehe aber nicht, wie das ,,WW" Reading geholt wird, wenn ich Time simuliere sieht es schon gut aus.

Wer hat da eine Idee und kann helfen.

Gruß

Ich habe mal bei Jens nachgefragt, ob er die Readings direkt im DWD Modul bereitstellen kann: https://forum.fhem.de/index.php/topic,83097.msg903717.html#msg903717

Viele Grüße
Andreas

peter88

Hallo somanch,

habe mein Wetter heute von Yahoo auf Darksky umgestellt. Als data-imageset wollte ich weiterhin kleinklima einsetzen, was aber erst einmal ziemlich traurig aussah.

Dann bin ich auf deine Version des Weather-Widgets gestoßen und habe diese bei mir eingespielt.

Klasse Arbeit von dir, besten Dank!


Helmi55

Hallo schönen Nachmittag
hab mich jetzt auch mit deinem neuen Modul beschäftigt.
Leider habe ich noch immer verschieden große Darstellungen der Icons (war auch im alten Modul bei mir so, dachte ich bekomm es mit dem Neuen weg?)
Im Anhang beide Varianten und hier meine html
<li data-row="2" data-col="1" data-sizex="18" data-sizey="4">
                <header></header>
               <div class="sheet">
                    <div class="row">
                        <div class="cell">
                        <div data-type="label" data-device="Wetter" data-get="fc1_sunriseTime" data-part="5" data-pre-text="SR  " class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc1_sunsetTime" data-part="5" data-post-text="  SS" class="cell inline small"></div>
                  <div data-type="label" data-device="Wetter" data-get="fc1_day_of_week" class="small"></div>
            <div data-type="weather" data-device="Wetter" data-get="fc1_iconAPI" data-imageset="kleinklima" class="mini"></div>
<div data-type="label" data-device="Wetter" data-get="fc1_condition" class="cell"></div>
<div data-type="label" data-device="Wetter" data-get="fc1_low_c" data-unit="%B0C%0A"  class="cell inline big" ></div>
<div data-type="label" data-device="Wetter" data-get="fc1_high_c" data-unit="%B0C%0A"  class="cell inline big" ></div>
<div data-type="label" data-device="Wetter" data-get="fc1_uvIndex" data-unit= "UV - Index" class="cell big"></div>
<div data-type="label" data-device="Wetter" data-get="fc1_wind_condition" class="cell small"></div>
                        </div>
                        <div class="cell">
                        <div data-type="label" data-device="Wetter" data-get="fc2_sunriseTime" data-part="5" data-pre-text="SR  " class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc2_sunsetTime" data-part="5" data-post-text="  SS" class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc2_day_of_week" class="small"></div>
            <div data-type="weather" data-device="Wetter" data-get="fc2_iconAPI" data-imageset="kleinklima" class="mini"></div>
<div data-type="label" data-device="Wetter" data-get="fc2_condition" class="cell"></div>
<div data-type="label" data-device="Wetter" data-get="fc2_low_c" data-unit="%B0C%0A"  class="cell inline big" ></div>
<div data-type="label" data-device="Wetter" data-get="fc2_high_c" data-unit="%B0C%0A"  class="cell inline big" ></div>
<div data-type="label" data-device="Wetter" data-get="fc2_uvIndex" data-unit= "UV - Index" class="cell big"></div>
<div data-type="label" data-device="Wetter" data-get="fc2_wind_condition" class="cell small"></div>
                        </div>
                        <div class="cell">
                        <div data-type="label" data-device="Wetter" data-get="fc3_sunriseTime" data-part="5" data-pre-text="SR  " class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc3_sunsetTime" data-part="5" data-post-text="  SS" class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc3_day_of_week" class="small"></div>
            <div data-type="weather" data-device="Wetter" data-get="fc3_iconAPI" data-imageset="kleinklima" class="mini"></div>
<div data-type="label" data-device="Wetter" data-get="fc3_condition" class="cell"></div>
<div data-type="label" data-device="Wetter" data-get="fc3_low_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc3_high_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc3_uvIndex" data-unit= "UV - Index" class="cell big"></div>
<div data-type="label" data-device="Wetter" data-get="fc3_wind_condition" class="cell small"></div>
                        </div>
                        <div class="cell">
                        <div data-type="label" data-device="Wetter" data-get="fc4_sunriseTime" data-part="5" data-pre-text="SR  " class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc4_sunsetTime" data-part="5" data-post-text="  SS" class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc4_day_of_week" class="small"></div>
            <div data-type="weather" data-device="Wetter" data-get="fc4_iconAPI" data-imageset="kleinklima" class="mini"></div>
<div data-type="label" data-device="Wetter" data-get="fc4_condition" class="cell"></div>
<div data-type="label" data-device="Wetter" data-get="fc4_low_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc4_high_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc4_uvIndex" data-unit= "UV - Index" class="cell big"></div>
<div data-type="label" data-device="Wetter" data-get="fc4_wind_condition" class="cell small"></div>
                        </div>
                        <div class="cell">
                        <div data-type="label" data-device="Wetter" data-get="fc5_sunriseTime" data-part="5" data-pre-text="SR  " class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc5_sunsetTime" data-part="5" data-post-text="  SS" class="cell inline small"></div>
                        <div data-type="label" data-device="Wetter" data-get="fc5_day_of_week" class="small"></div>
            <div data-type="weather" data-device="Wetter" data-get="fc5_iconAPI" data-imageset="kleinklima" class="mini"></div>
<div data-type="label" data-device="Wetter" data-get="fc5_condition" class="cell"></div>
<div data-type="label" data-device="Wetter" data-get="fc5_low_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc5_high_c" data-unit="%B0C%0A" class="cell inline big"></div>
<div data-type="label" data-device="Wetter" data-get="fc5_uvIndex" data-unit= "UV - Index" class="cell big"></div>
<div data-type="label" data-device="Wetter" data-get="fc5_wind_condition" class="cell small"></div>
                        </div>
                       
                    </div>
                </div>
            </li>


Vielleicht hat der ein oder andere Spezialist eine Idee, die ich wieder einmal nicht erkannt habe

Danke Gruß
Helmut
System1 fhem 6.1 auf RPi 4B mit 4GB, HMUSBConfig, DS9490R-1Wire, Busware USB 868, Pool-Solarsteuerung mit FHEM. System2 fhem 6.1 auf RPi 4B mit 4GB (Bullseye) mit Busware USB 868 und 433 und HMUARTLGW für Haussteuerung

https://www.flickr.com/photos/canonhelmi/

somansch

Hallo Helmut,

das sind ja 5 Zellen, die eine gleichmäßige Breite haben sollten. Ich vermute, dass die langen Texte der Wetterbeschreibung für eine ungleichmäßige Verteilung verantwortlich sind.

Hast du schon einmal versucht, die Zellen prozentual oder mit fester Breite zu definieren? Siehe Auszug aus der FTUi Wiki:

cell-1-x   Neue Zelle in der aktuellen Reihe mit einer festen Breite von X (z.B.: cell-1-3 (33%), cell-1-4 (25%))
cell-x   Neue Zelle in der aktuellen Reihe mit einer festen Breite von X in Prozent (z.B.: cell-20 (20%), cell-40 (40%))

Viele Grüße
Andreas

Helmi55

System1 fhem 6.1 auf RPi 4B mit 4GB, HMUSBConfig, DS9490R-1Wire, Busware USB 868, Pool-Solarsteuerung mit FHEM. System2 fhem 6.1 auf RPi 4B mit 4GB (Bullseye) mit Busware USB 868 und 433 und HMUARTLGW für Haussteuerung

https://www.flickr.com/photos/canonhelmi/

sinus61

Zitat von: Knallkopp_02 am 09 Februar 2019, 19:46:23
Ich habe dein JS erstmal für mich abegespeckt, damit icherstmal sehen konnte was nicht für DWD gebraucht wird. Aktuell versuche ich das ,,Time" Reading irgendwie in das JS zu bekommen. Verstehe aber nicht, wie das ,,WW" Reading geholt wird, wenn ich Time simuliere sieht es schon gut aus.

Man könnte ja sowas wie data-time als zusätzliche Angabe für DWD beim Widget einfügen. Und dann im Widget mit
elem.initData('time', '16:00');
abfragen. Im Widget dann eine kleine Sonderbehandlung für DWD bauen, für Proplanta gibt es ja auch sowas um val aus dem Url zu extrahieren.

Zumindest müsste dann nichts im Modul umgebaut werden.

amenomade

Hmmm... ich kriege in TabletUI "widget_weather.js:523 TypeError: elem.matchDeviceReading is not a function" und kein Bild wird gezeigt.

Ich weiss noch nicht warum
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

somansch

Zitat von: amenomade am 10 Februar 2019, 17:47:55
Hmmm... ich kriege in TabletUI "widget_weather.js:523 TypeError: elem.matchDeviceReading is not a function" und kein Bild wird gezeigt.

Ich weiss noch nicht warum

Bitte mal deine Definition in FTUI und das betreffende Reading aus dem entsprechenden Wetter-Modul posten.

amenomade

#42
Die sind grunsätzlich so gebaut:
<div class="container top-space">
<div data-type="weather"
data-device="Wetter_ui"
data-get="hfc2_iconAPI"
data-imageset="kleinklima">
</div>
<div data-type="label"
data-device="Wetter_ui"
data-get="hfc2_condition"
data-imageset="kleinklima">
</div>
</div>
<div class="container top-space">

Internals:
   API        OpenWeatherMapAPI
   APIKEY     meins
   APIOPTIONS cachemaxage:600
   DEF        API=OpenWeatherMapAPI,cachemaxage:600 apikey=meins location=meins interval=3600 lang=de
   FUUID      5c5f9999-9fcf-6d2f1e754cd05e14
   INTERVAL   3600
   LANG       de
   LOCATION   meins
   MODEL      OpenWeatherMapAPI
   NAME       Wetter_ui
   NOTIFYDEV  global
   NR         368
   NTFY_ORDER 50-Wetter_ui
   STATE      T: 8 °C F: 68 % W: 31 km/h P: 996 hPa
   TYPE       Weather
   READINGS:
     2019-02-10 18:16:28   apiMaintainer   Leon Gaultier (<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>)
     2019-02-10 18:16:28   apiVersion      0.2.2
     2019-02-10 18:16:28   city            Urberach
     2019-02-10 18:16:28   cloudCover      40
     2019-02-10 18:16:28   code            26
     2019-02-10 18:16:28   condition       Überwiegend bewölkt
     2019-02-10 18:16:28   country         DE
     2019-02-10 18:16:28   current_date_time dim., 10 févr. 2019 18:16
     2019-02-10 18:16:28   hfc10_cloudCover 88
     2019-02-10 18:16:28   hfc10_code      35
     2019-02-10 18:16:28   hfc10_condition Leichter Regen
     2019-02-10 18:16:28   hfc10_day_of_week lun., 21:00
     2019-02-10 18:16:28   hfc10_high_c    3
     2019-02-10 18:16:28   hfc10_humidity  90
     2019-02-10 18:16:28   hfc10_icon      heavyrain
     2019-02-10 18:16:28   hfc10_iconAPI   10n
     2019-02-10 18:16:28   hfc10_low_c     3
     2019-02-10 18:16:28   hfc10_pressure  1008
     2019-02-10 18:16:28   hfc10_pubDate   lun., 11 févr. 2019 21:00
     2019-02-10 18:16:28   hfc10_rain3h    0.009999999999998
     2019-02-10 18:16:28   hfc10_tempHigh  3
     2019-02-10 18:16:28   hfc10_tempLow   3
     2019-02-10 18:16:28   hfc10_temp_c    3
     2019-02-10 18:16:28   hfc10_temperature 3
     2019-02-10 18:16:28   hfc10_wind      18
     2019-02-10 18:16:28   hfc10_wind_speed 18
     2019-02-10 18:16:28   hfc11_cloudCover 88
     2019-02-10 18:16:28   hfc11_code      28
     2019-02-10 18:16:28   hfc11_condition Wolkenbedeckt
     2019-02-10 18:16:28   hfc11_day_of_week mar., 00:00
     2019-02-10 18:16:28   hfc11_high_c    2
     2019-02-10 18:16:28   hfc11_humidity  91
     2019-02-10 18:16:28   hfc11_icon      mostlycloudy
     2019-02-10 18:16:28   hfc11_iconAPI   04n
     2019-02-10 18:16:28   hfc11_low_c     2
     2019-02-10 18:16:28   hfc11_pressure  1011
     2019-02-10 18:16:28   hfc11_pubDate   mar., 12 févr. 2019 00:00
     2019-02-10 15:16:21   hfc11_rain3h    0.009999999999998
     2019-02-10 18:16:28   hfc11_tempHigh  2
     2019-02-10 18:16:28   hfc11_tempLow   2
     2019-02-10 18:16:28   hfc11_temp_c    2
     2019-02-10 18:16:28   hfc11_temperature 2
     2019-02-10 18:16:28   hfc11_wind      13
     2019-02-10 18:16:28   hfc11_wind_speed 13
     2019-02-10 18:16:28   hfc12_cloudCover 80
     2019-02-10 18:16:28   hfc12_code      35
     2019-02-10 18:16:28   hfc12_condition Leichter Regen
     2019-02-10 18:16:28   hfc12_day_of_week mar., 03:00
     2019-02-10 18:16:28   hfc12_high_c    2
     2019-02-10 18:16:28   hfc12_humidity  92
     2019-02-10 18:16:28   hfc12_icon      heavyrain
     2019-02-10 18:16:28   hfc12_iconAPI   10n
     2019-02-10 18:16:28   hfc12_low_c     2
     2019-02-10 18:16:28   hfc12_pressure  1013
     2019-02-10 18:16:28   hfc12_pubDate   mar., 12 févr. 2019 03:00
     2019-02-10 18:16:28   hfc12_rain3h    0.020000000000003
     2019-02-10 18:16:28   hfc12_snow3h    0.0025
     2019-02-10 18:16:28   hfc12_tempHigh  2
     2019-02-10 18:16:28   hfc12_tempLow   2
     2019-02-10 18:16:28   hfc12_temp_c    2
     2019-02-10 18:16:28   hfc12_temperature 2
     2019-02-10 18:16:28   hfc12_wind      13
     2019-02-10 18:16:28   hfc12_wind_speed 13
     2019-02-10 18:16:28   hfc13_cloudCover 92
     2019-02-10 18:16:28   hfc13_code      35
     2019-02-10 18:16:28   hfc13_condition Leichter Regen
     2019-02-10 18:16:28   hfc13_day_of_week mar., 06:00
     2019-02-10 18:16:28   hfc13_high_c    2
     2019-02-10 18:16:28   hfc13_humidity  97
     2019-02-10 18:16:28   hfc13_icon      heavyrain
     2019-02-10 18:16:28   hfc13_iconAPI   10n
     2019-02-10 18:16:28   hfc13_low_c     2
     2019-02-10 18:16:28   hfc13_pressure  1014
     2019-02-10 18:16:28   hfc13_pubDate   mar., 12 févr. 2019 06:00
     2019-02-10 18:16:28   hfc13_rain3h    0.09
     2019-02-10 18:16:28   hfc13_snow3h    0.0275
     2019-02-10 18:16:28   hfc13_tempHigh  2
     2019-02-10 18:16:28   hfc13_tempLow   2
     2019-02-10 18:16:28   hfc13_temp_c    2
     2019-02-10 18:16:28   hfc13_temperature 2
     2019-02-10 18:16:28   hfc13_wind      11
     2019-02-10 18:16:28   hfc13_wind_speed 11
     2019-02-10 18:16:28   hfc14_cloudCover 92
     2019-02-10 18:16:28   hfc14_code      35
     2019-02-10 18:16:28   hfc14_condition Leichter Regen
     2019-02-10 18:16:28   hfc14_day_of_week mar., 09:00
     2019-02-10 18:16:28   hfc14_high_c    3
     2019-02-10 18:16:28   hfc14_humidity  98
     2019-02-10 18:16:28   hfc14_icon      heavyrain
     2019-02-10 18:16:28   hfc14_iconAPI   10d
     2019-02-10 18:16:28   hfc14_low_c     3
     2019-02-10 18:16:28   hfc14_pressure  1016
     2019-02-10 18:16:28   hfc14_pubDate   mar., 12 févr. 2019 09:00
     2019-02-10 18:16:28   hfc14_rain3h    0.32
     2019-02-10 18:16:28   hfc14_snow3h    0.2575
     2019-02-10 18:16:28   hfc14_tempHigh  3
     2019-02-10 18:16:28   hfc14_tempLow   3
     2019-02-10 18:16:28   hfc14_temp_c    3
     2019-02-10 18:16:28   hfc14_temperature 3
     2019-02-10 18:16:28   hfc14_wind      14
     2019-02-10 18:16:28   hfc14_wind_speed 14
     2019-02-10 18:16:28   hfc15_cloudCover 68
     2019-02-10 18:16:28   hfc15_code      35
     2019-02-10 18:16:28   hfc15_condition Leichter Regen
     2019-02-10 18:16:28   hfc15_day_of_week mar., 12:00
     2019-02-10 18:16:28   hfc15_high_c    4
     2019-02-10 18:16:28   hfc15_humidity  90
     2019-02-10 18:16:28   hfc15_icon      heavyrain
     2019-02-10 18:16:28   hfc15_iconAPI   10d
     2019-02-10 18:16:28   hfc15_low_c     4
     2019-02-10 18:16:28   hfc15_pressure  1016
     2019-02-10 18:16:28   hfc15_pubDate   mar., 12 févr. 2019 12:00
     2019-02-10 18:16:28   hfc15_rain3h    0.029999999999998
     2019-02-10 18:16:28   hfc15_snow3h    0.02
     2019-02-10 18:16:28   hfc15_tempHigh  4
     2019-02-10 18:16:28   hfc15_tempLow   4
     2019-02-10 18:16:28   hfc15_temp_c    4
     2019-02-10 18:16:28   hfc15_temperature 4
     2019-02-10 18:16:28   hfc15_wind      14
     2019-02-10 18:16:28   hfc15_wind_speed 14
     2019-02-10 18:16:28   hfc16_cloudCover 76
     2019-02-10 18:16:28   hfc16_code      26
     2019-02-10 18:16:28   hfc16_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc16_day_of_week mar., 15:00
     2019-02-10 18:16:28   hfc16_high_c    4
     2019-02-10 18:16:28   hfc16_humidity  87
     2019-02-10 18:16:28   hfc16_icon      cloudy
     2019-02-10 18:16:28   hfc16_iconAPI   04d
     2019-02-10 18:16:28   hfc16_low_c     4
     2019-02-10 18:16:28   hfc16_pressure  1016
     2019-02-10 18:16:28   hfc16_pubDate   mar., 12 févr. 2019 15:00
     2019-02-10 15:16:21   hfc16_rain3h    0.029999999999998
     2019-02-10 15:16:21   hfc16_snow3h    0.02
     2019-02-10 18:16:28   hfc16_tempHigh  4
     2019-02-10 18:16:28   hfc16_tempLow   4
     2019-02-10 18:16:28   hfc16_temp_c    4
     2019-02-10 18:16:28   hfc16_temperature 4
     2019-02-10 18:16:28   hfc16_wind      12
     2019-02-10 18:16:28   hfc16_wind_speed 12
     2019-02-10 18:16:28   hfc17_cloudCover 48
     2019-02-10 18:16:28   hfc17_code      35
     2019-02-10 18:16:28   hfc17_condition Leichter Regen
     2019-02-10 18:16:28   hfc17_day_of_week mar., 18:00
     2019-02-10 18:16:28   hfc17_high_c    3
     2019-02-10 18:16:28   hfc17_humidity  91
     2019-02-10 18:16:28   hfc17_icon      heavyrain
     2019-02-10 18:16:28   hfc17_iconAPI   10n
     2019-02-10 18:16:28   hfc17_low_c     3
     2019-02-10 18:16:28   hfc17_pressure  1017
     2019-02-10 18:16:28   hfc17_pubDate   mar., 12 févr. 2019 18:00
     2019-02-10 18:16:28   hfc17_rain3h    0.010000000000002
     2019-02-10 12:16:14   hfc17_snow3h    0.02
     2019-02-10 18:16:28   hfc17_tempHigh  3
     2019-02-10 18:16:28   hfc17_tempLow   3
     2019-02-10 18:16:28   hfc17_temp_c    3
     2019-02-10 18:16:28   hfc17_temperature 3
     2019-02-10 18:16:28   hfc17_wind      13
     2019-02-10 18:16:28   hfc17_wind_speed 13
     2019-02-10 18:16:28   hfc18_cloudCover 0
     2019-02-10 18:16:28   hfc18_code      32
     2019-02-10 18:16:28   hfc18_condition Klarer Himmel
     2019-02-10 18:16:28   hfc18_day_of_week mar., 21:00
     2019-02-10 18:16:28   hfc18_high_c    0
     2019-02-10 18:16:28   hfc18_humidity  91
     2019-02-10 18:16:28   hfc18_icon      sunny
     2019-02-10 18:16:28   hfc18_iconAPI   01n
     2019-02-10 18:16:28   hfc18_low_c     0
     2019-02-10 18:16:28   hfc18_pressure  1017
     2019-02-10 18:16:28   hfc18_pubDate   mar., 12 févr. 2019 21:00
     2019-02-10 15:16:21   hfc18_rain3h    0.010000000000002
     2019-02-10 09:16:08   hfc18_snow3h    0.02
     2019-02-10 18:16:28   hfc18_tempHigh  0
     2019-02-10 18:16:28   hfc18_tempLow   0
     2019-02-10 18:16:28   hfc18_temp_c    0
     2019-02-10 18:16:28   hfc18_temperature 0
     2019-02-10 18:16:28   hfc18_wind      9
     2019-02-10 18:16:28   hfc18_wind_speed 9
     2019-02-10 18:16:28   hfc19_cloudCover 12
     2019-02-10 18:16:28   hfc19_code      30
     2019-02-10 18:16:28   hfc19_condition Ein paar Wolken
     2019-02-10 18:16:28   hfc19_day_of_week mer., 00:00
     2019-02-10 18:16:28   hfc19_high_c    0
     2019-02-10 18:16:28   hfc19_humidity  88
     2019-02-10 18:16:28   hfc19_icon      partly_cloudy
     2019-02-10 18:16:28   hfc19_iconAPI   02n
     2019-02-10 18:16:28   hfc19_low_c     0
     2019-02-10 18:16:28   hfc19_pressure  1018
     2019-02-10 18:16:28   hfc19_pubDate   mer., 13 févr. 2019 00:00
     2019-02-10 12:16:14   hfc19_rain3h    0.010000000000002
     2019-02-10 18:16:28   hfc19_tempHigh  0
     2019-02-10 18:16:28   hfc19_tempLow   0
     2019-02-10 18:16:28   hfc19_temp_c    0
     2019-02-10 18:16:28   hfc19_temperature 0
     2019-02-10 18:16:28   hfc19_wind      8
     2019-02-10 18:16:28   hfc19_wind_speed 8
     2019-02-10 18:16:28   hfc1_cloudCover 92
     2019-02-10 18:16:28   hfc1_code       35
     2019-02-10 18:16:28   hfc1_condition  Leichter Regen
     2019-02-10 18:16:28   hfc1_day_of_week dim., 18:00
     2019-02-10 18:16:28   hfc1_high_c     6
     2019-02-10 18:16:28   hfc1_humidity   98
     2019-02-10 18:16:28   hfc1_icon       heavyrain
     2019-02-10 18:16:28   hfc1_iconAPI    10n
     2019-02-10 18:16:28   hfc1_low_c      6
     2019-02-10 18:16:28   hfc1_pressure   980
     2019-02-10 18:16:28   hfc1_pubDate    dim., 10 févr. 2019 18:00
     2019-02-10 18:16:28   hfc1_rain3h     1.845
     2019-02-10 18:16:28   hfc1_tempHigh   6
     2019-02-10 18:16:28   hfc1_tempLow    6
     2019-02-10 18:16:28   hfc1_temp_c     6
     2019-02-10 18:16:28   hfc1_temperature 6
     2019-02-10 18:16:28   hfc1_wind       30
     2019-02-10 18:16:28   hfc1_wind_speed 30
     2019-02-10 18:16:28   hfc20_cloudCover 0
     2019-02-10 18:16:28   hfc20_code      32
     2019-02-10 18:16:28   hfc20_condition Klarer Himmel
     2019-02-10 18:16:28   hfc20_day_of_week mer., 03:00
     2019-02-10 18:16:28   hfc20_high_c    -1
     2019-02-10 18:16:28   hfc20_humidity  85
     2019-02-10 18:16:28   hfc20_icon      sunny
     2019-02-10 18:16:28   hfc20_iconAPI   01n
     2019-02-10 18:16:28   hfc20_low_c     -1
     2019-02-10 18:16:28   hfc20_pressure  1017
     2019-02-10 18:16:28   hfc20_pubDate   mer., 13 févr. 2019 03:00
     2019-02-10 09:16:08   hfc20_rain3h    0.010000000000002
     2019-02-10 18:16:28   hfc20_tempHigh  -1
     2019-02-10 18:16:28   hfc20_tempLow   -1
     2019-02-10 18:16:28   hfc20_temp_c    -1
     2019-02-10 18:16:28   hfc20_temperature -1
     2019-02-10 18:16:28   hfc20_wind      8
     2019-02-10 18:16:28   hfc20_wind_speed 8
     2019-02-10 18:16:28   hfc21_cloudCover 32
     2019-02-10 18:16:28   hfc21_code      26
     2019-02-10 18:16:28   hfc21_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc21_day_of_week mer., 06:00
     2019-02-10 18:16:28   hfc21_high_c    -1
     2019-02-10 18:16:28   hfc21_humidity  85
     2019-02-10 18:16:28   hfc21_icon      cloudy
     2019-02-10 18:16:28   hfc21_iconAPI   03n
     2019-02-10 18:16:28   hfc21_low_c     -1
     2019-02-10 18:16:28   hfc21_pressure  1017
     2019-02-10 18:16:28   hfc21_pubDate   mer., 13 févr. 2019 06:00
     2019-02-10 18:16:28   hfc21_tempHigh  -1
     2019-02-10 18:16:28   hfc21_tempLow   -1
     2019-02-10 18:16:28   hfc21_temp_c    -1
     2019-02-10 18:16:28   hfc21_temperature -1
     2019-02-10 18:16:28   hfc21_wind      7
     2019-02-10 18:16:28   hfc21_wind_speed 7
     2019-02-10 18:16:28   hfc22_cloudCover 36
     2019-02-10 18:16:28   hfc22_code      26
     2019-02-10 18:16:28   hfc22_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc22_day_of_week mer., 09:00
     2019-02-10 18:16:28   hfc22_high_c    1
     2019-02-10 18:16:28   hfc22_humidity  92
     2019-02-10 18:16:28   hfc22_icon      cloudy
     2019-02-10 18:16:28   hfc22_iconAPI   03d
     2019-02-10 18:16:28   hfc22_low_c     1
     2019-02-10 18:16:28   hfc22_pressure  1018
     2019-02-10 18:16:28   hfc22_pubDate   mer., 13 févr. 2019 09:00
     2019-02-10 18:16:28   hfc22_tempHigh  1
     2019-02-10 18:16:28   hfc22_tempLow   1
     2019-02-10 18:16:28   hfc22_temp_c    1
     2019-02-10 18:16:28   hfc22_temperature 1
     2019-02-10 18:16:28   hfc22_wind      8
     2019-02-10 18:16:28   hfc22_wind_speed 8
     2019-02-10 18:16:28   hfc23_cloudCover 12
     2019-02-10 18:16:28   hfc23_code      30
     2019-02-10 18:16:28   hfc23_condition Ein paar Wolken
     2019-02-10 18:16:28   hfc23_day_of_week mer., 12:00
     2019-02-10 18:16:28   hfc23_high_c    5
     2019-02-10 18:16:28   hfc23_humidity  99
     2019-02-10 18:16:28   hfc23_icon      partly_cloudy
     2019-02-10 18:16:28   hfc23_iconAPI   02d
     2019-02-10 18:16:28   hfc23_low_c     5
     2019-02-10 18:16:28   hfc23_pressure  1017
     2019-02-10 18:16:28   hfc23_pubDate   mer., 13 févr. 2019 12:00
     2019-02-10 18:16:28   hfc23_tempHigh  5
     2019-02-10 18:16:28   hfc23_tempLow   5
     2019-02-10 18:16:28   hfc23_temp_c    5
     2019-02-10 18:16:28   hfc23_temperature 5
     2019-02-10 18:16:28   hfc23_wind      8
     2019-02-10 18:16:28   hfc23_wind_speed 8
     2019-02-10 18:16:28   hfc24_cloudCover 0
     2019-02-10 18:16:28   hfc24_code      32
     2019-02-10 18:16:28   hfc24_condition Klarer Himmel
     2019-02-10 18:16:28   hfc24_day_of_week mer., 15:00
     2019-02-10 18:16:28   hfc24_high_c    6
     2019-02-10 18:16:28   hfc24_humidity  94
     2019-02-10 18:16:28   hfc24_icon      sunny
     2019-02-10 18:16:28   hfc24_iconAPI   01d
     2019-02-10 18:16:28   hfc24_low_c     6
     2019-02-10 18:16:28   hfc24_pressure  1017
     2019-02-10 18:16:28   hfc24_pubDate   mer., 13 févr. 2019 15:00
     2019-02-10 18:16:28   hfc24_tempHigh  6
     2019-02-10 18:16:28   hfc24_tempLow   6
     2019-02-10 18:16:28   hfc24_temp_c    6
     2019-02-10 18:16:28   hfc24_temperature 6
     2019-02-10 18:16:28   hfc24_wind      6
     2019-02-10 18:16:28   hfc24_wind_speed 6
     2019-02-10 18:16:28   hfc25_cloudCover 0
     2019-02-10 18:16:28   hfc25_code      32
     2019-02-10 18:16:28   hfc25_condition Klarer Himmel
     2019-02-10 18:16:28   hfc25_day_of_week mer., 18:00
     2019-02-10 18:16:28   hfc25_high_c    1
     2019-02-10 18:16:28   hfc25_humidity  92
     2019-02-10 18:16:28   hfc25_icon      sunny
     2019-02-10 18:16:28   hfc25_iconAPI   01n
     2019-02-10 18:16:28   hfc25_low_c     1
     2019-02-10 18:16:28   hfc25_pressure  1017
     2019-02-10 18:16:28   hfc25_pubDate   mer., 13 févr. 2019 18:00
     2019-02-10 08:16:06   hfc25_rain3h    0.050000000000001
     2019-02-10 18:16:28   hfc25_tempHigh  1
     2019-02-10 18:16:28   hfc25_tempLow   1
     2019-02-10 18:16:28   hfc25_temp_c    1
     2019-02-10 18:16:28   hfc25_temperature 1
     2019-02-10 18:16:28   hfc25_wind      4
     2019-02-10 18:16:28   hfc25_wind_speed 4
     2019-02-10 18:16:28   hfc26_cloudCover 24
     2019-02-10 18:16:28   hfc26_code      30
     2019-02-10 18:16:28   hfc26_condition Ein paar Wolken
     2019-02-10 18:16:28   hfc26_day_of_week mer., 21:00
     2019-02-10 18:16:28   hfc26_high_c    0
     2019-02-10 18:16:28   hfc26_humidity  83
     2019-02-10 18:16:28   hfc26_icon      partly_cloudy
     2019-02-10 18:16:28   hfc26_iconAPI   02n
     2019-02-10 18:16:28   hfc26_low_c     0
     2019-02-10 18:16:28   hfc26_pressure  1018
     2019-02-10 18:16:28   hfc26_pubDate   mer., 13 févr. 2019 21:00
     2019-02-10 08:16:06   hfc26_rain3h    0.039999999999999
     2019-02-10 18:16:28   hfc26_tempHigh  0
     2019-02-10 18:16:28   hfc26_tempLow   0
     2019-02-10 18:16:28   hfc26_temp_c    0
     2019-02-10 18:16:28   hfc26_temperature 0
     2019-02-10 18:16:28   hfc26_wind      4
     2019-02-10 18:16:28   hfc26_wind_speed 4
     2019-02-10 18:16:28   hfc27_cloudCover 64
     2019-02-10 18:16:28   hfc27_code      26
     2019-02-10 18:16:28   hfc27_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc27_day_of_week jeu., 00:00
     2019-02-10 18:16:28   hfc27_high_c    0
     2019-02-10 18:16:28   hfc27_humidity  78
     2019-02-10 18:16:28   hfc27_icon      cloudy
     2019-02-10 18:16:28   hfc27_iconAPI   04n
     2019-02-10 18:16:28   hfc27_low_c     0
     2019-02-10 18:16:28   hfc27_pressure  1018
     2019-02-10 18:16:28   hfc27_pubDate   jeu., 14 févr. 2019 00:00
     2019-02-10 08:16:06   hfc27_rain3h    0.02
     2019-02-10 18:16:28   hfc27_tempHigh  0
     2019-02-10 18:16:28   hfc27_tempLow   0
     2019-02-10 18:16:28   hfc27_temp_c    0
     2019-02-10 18:16:28   hfc27_temperature 0
     2019-02-10 18:16:28   hfc27_wind      5
     2019-02-10 18:16:28   hfc27_wind_speed 5
     2019-02-10 18:16:28   hfc28_cloudCover 64
     2019-02-10 18:16:28   hfc28_code      26
     2019-02-10 18:16:28   hfc28_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc28_day_of_week jeu., 03:00
     2019-02-10 18:16:28   hfc28_high_c    0
     2019-02-10 18:16:28   hfc28_humidity  84
     2019-02-10 18:16:28   hfc28_icon      cloudy
     2019-02-10 18:16:28   hfc28_iconAPI   04n
     2019-02-10 18:16:28   hfc28_low_c     0
     2019-02-10 18:16:28   hfc28_pressure  1018
     2019-02-10 18:16:28   hfc28_pubDate   jeu., 14 févr. 2019 03:00
     2019-02-10 08:16:06   hfc28_rain3h    0.039999999999999
     2019-02-10 18:16:28   hfc28_tempHigh  0
     2019-02-10 18:16:28   hfc28_tempLow   0
     2019-02-10 18:16:28   hfc28_temp_c    0
     2019-02-10 18:16:28   hfc28_temperature 0
     2019-02-10 18:16:28   hfc28_wind      4
     2019-02-10 18:16:28   hfc28_wind_speed 4
     2019-02-10 18:16:28   hfc29_cloudCover 36
     2019-02-10 18:16:28   hfc29_code      26
     2019-02-10 18:16:28   hfc29_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc29_day_of_week jeu., 06:00
     2019-02-10 18:16:28   hfc29_high_c    0
     2019-02-10 18:16:28   hfc29_humidity  85
     2019-02-10 18:16:28   hfc29_icon      cloudy
     2019-02-10 18:16:28   hfc29_iconAPI   03n
     2019-02-10 18:16:28   hfc29_low_c     0
     2019-02-10 18:16:28   hfc29_pressure  1018
     2019-02-10 18:16:28   hfc29_pubDate   jeu., 14 févr. 2019 06:00
     2019-02-10 08:16:06   hfc29_rain3h    0.050000000000001
     2019-02-10 18:16:28   hfc29_tempHigh  0
     2019-02-10 18:16:28   hfc29_tempLow   0
     2019-02-10 18:16:28   hfc29_temp_c    0
     2019-02-10 18:16:28   hfc29_temperature 0
     2019-02-10 18:16:28   hfc29_wind      4
     2019-02-10 18:16:28   hfc29_wind_speed 4
     2019-02-10 18:16:28   hfc2_cloudCover 92
     2019-02-10 18:16:28   hfc2_code       35
     2019-02-10 18:16:28   hfc2_condition  Leichter Regen
     2019-02-10 18:16:28   hfc2_day_of_week dim., 21:00
     2019-02-10 18:16:28   hfc2_high_c     4
     2019-02-10 18:16:28   hfc2_humidity   98
     2019-02-10 18:16:28   hfc2_icon       heavyrain
     2019-02-10 18:16:28   hfc2_iconAPI    10n
     2019-02-10 18:16:28   hfc2_low_c      4
     2019-02-10 18:16:28   hfc2_pressure   982
     2019-02-10 18:16:28   hfc2_pubDate    dim., 10 févr. 2019 21:00
     2019-02-10 18:16:28   hfc2_rain3h     1.26
     2019-02-10 18:16:28   hfc2_tempHigh   4
     2019-02-10 18:16:28   hfc2_tempLow    4
     2019-02-10 18:16:28   hfc2_temp_c     4
     2019-02-10 18:16:28   hfc2_temperature 4
     2019-02-10 18:16:28   hfc2_wind       29
     2019-02-10 18:16:28   hfc2_wind_speed 29
     2019-02-10 18:16:28   hfc30_cloudCover 36
     2019-02-10 18:16:28   hfc30_code      26
     2019-02-10 18:16:28   hfc30_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc30_day_of_week jeu., 09:00
     2019-02-10 18:16:28   hfc30_high_c    3
     2019-02-10 18:16:28   hfc30_humidity  93
     2019-02-10 18:16:28   hfc30_icon      cloudy
     2019-02-10 18:16:28   hfc30_iconAPI   03d
     2019-02-10 18:16:28   hfc30_low_c     3
     2019-02-10 18:16:28   hfc30_pressure  1018
     2019-02-10 18:16:28   hfc30_pubDate   jeu., 14 févr. 2019 09:00
     2019-02-10 08:16:06   hfc30_rain3h    0.010000000000002
     2019-02-10 18:16:28   hfc30_tempHigh  3
     2019-02-10 18:16:28   hfc30_tempLow   3
     2019-02-10 18:16:28   hfc30_temp_c    3
     2019-02-10 18:16:28   hfc30_temperature 3
     2019-02-10 18:16:28   hfc30_wind      5
     2019-02-10 18:16:28   hfc30_wind_speed 5
     2019-02-10 18:16:28   hfc31_cloudCover 44
     2019-02-10 18:16:28   hfc31_code      26
     2019-02-10 18:16:28   hfc31_condition Überwiegend bewölkt
     2019-02-10 18:16:28   hfc31_day_of_week jeu., 12:00
     2019-02-10 18:16:28   hfc31_high_c    6
     2019-02-10 18:16:28   hfc31_humidity  97
     2019-02-10 18:16:28   hfc31_icon      cloudy
     2019-02-10 18:16:28   hfc31_iconAPI   03d
     2019-02-10 18:16:28   hfc31_low_c     6
     2019-02-10 18:16:28   hfc31_pressure  1018
     2019-02-10 18:16:28   hfc31_pubDate   jeu., 14 févr. 2019 12:00
     2019-02-10 06:16:02   hfc31_rain3h    0.010000000000002
     2019-02-10 18:16:28   hfc31_tempHigh  6
     2019-02-10 18:16:28   hfc31_tempLow   6
     2019-02-10 18:16:28   hfc31_temp_c    6
     2019-02-10 18:16:28   hfc31_temperature 6
     2019-02-10 18:16:28   hfc31_wind      7
     2019-02-10 18:16:28   hfc31_wind_speed 7
     2019-02-10 18:16:28   hfc32_cloudCover 0
     2019-02-10 18:16:28   hfc32_code      32
     2019-02-10 18:16:28   hfc32_condition Klarer Himmel
     2019-02-10 18:16:28   hfc32_day_of_week jeu., 15:00
     2019-02-10 18:16:28   hfc32_high_c    7
     2019-02-10 18:16:28   hfc32_humidity  93
     2019-02-10 18:16:28   hfc32_icon      sunny
     2019-02-10 18:16:28   hfc32_iconAPI   01d
     2019-02-10 18:16:28   hfc32_low_c     7
     2019-02-10 18:16:28   hfc32_pressure  1017
     2019-02-10 18:16:28   hfc32_pubDate   jeu., 14 févr. 2019 15:00
     2019-02-10 03:15:55   hfc32_rain3h    0.010000000000002
     2019-02-10 18:16:28   hfc32_tempHigh  7
     2019-02-10 18:16:28   hfc32_tempLow   7
     2019-02-10 18:16:28   hfc32_temp_c    7
     2019-02-10 18:16:28   hfc32_temperature 7
     2019-02-10 18:16:28   hfc32_wind      6
     2019-02-10 18:16:28   hfc32_wind_speed 6
     2019-02-10 18:16:28   hfc33_cloudCover 0
     2019-02-10 18:16:28   hfc33_code      32
     2019-02-10 18:16:28   hfc33_condition Klarer Himmel
     2019-02-10 18:16:28   hfc33_day_of_week jeu., 18:00
     2019-02-10 18:16:28   hfc33_high_c    2
     2019-02-10 18:16:28   hfc33_humidity  90
     2019-02-10 18:16:28   hfc33_icon      sunny
     2019-02-10 18:16:28   hfc33_iconAPI   01n
     2019-02-10 18:16:28   hfc33_low_c     2
     2019-02-10 18:16:28   hfc33_pressure  1016
     2019-02-10 18:16:28   hfc33_pubDate   jeu., 14 févr. 2019 18:00
     2019-02-10 18:16:28   hfc33_tempHigh  2
     2019-02-10 18:16:28   hfc33_tempLow   2
     2019-02-10 18:16:28   hfc33_temp_c    2
     2019-02-10 18:16:28   hfc33_temperature 2
     2019-02-10 18:16:28   hfc33_wind      5
     2019-02-10 18:16:28   hfc33_wind_speed 5
     2019-02-10 18:16:28   hfc34_cloudCover 0
     2019-02-10 18:16:28   hfc34_code      32
     2019-02-10 18:16:28   hfc34_condition Klarer Himmel
     2019-02-10 18:16:28   hfc34_day_of_week jeu., 21:00
     2019-02-10 18:16:28   hfc34_high_c    0
     2019-02-10 18:16:28   hfc34_humidity  81
     2019-02-10 18:16:28   hfc34_icon      sunny
     2019-02-10 18:16:28   hfc34_iconAPI   01n
     2019-02-10 18:16:28   hfc34_low_c     0
     2019-02-10 18:16:28   hfc34_pressure  1017
     2019-02-10 18:16:28   hfc34_pubDate   jeu., 14 févr. 2019 21:00
     2019-02-10 18:16:28   hfc34_tempHigh  0
     2019-02-10 18:16:28   hfc34_tempLow   0
     2019-02-10 18:16:28   hfc34_temp_c    0
     2019-02-10 18:16:28   hfc34_temperature 0
     2019-02-10 18:16:28   hfc34_wind      7
     2019-02-10 18:16:28   hfc34_wind_speed 7
     2019-02-10 18:16:28   hfc35_cloudCover 0
     2019-02-10 18:16:28   hfc35_code      32
     2019-02-10 18:16:28   hfc35_condition Klarer Himmel
     2019-02-10 18:16:28   hfc35_day_of_week ven., 00:00
     2019-02-10 18:16:28   hfc35_high_c    -2
     2019-02-10 18:16:28   hfc35_humidity  80
     2019-02-10 18:16:28   hfc35_icon      sunny
     2019-02-10 18:16:28   hfc35_iconAPI   01n
     2019-02-10 18:16:28   hfc35_low_c     -2
     2019-02-10 18:16:28   hfc35_pressure  1016
     2019-02-10 18:16:28   hfc35_pubDate   ven., 15 févr. 2019 00:00
     2019-02-10 18:16:28   hfc35_tempHigh  -2
     2019-02-10 18:16:28   hfc35_tempLow   -2
     2019-02-10 18:16:28   hfc35_temp_c    -2
     2019-02-10 18:16:28   hfc35_temperature -2
     2019-02-10 18:16:28   hfc35_wind      4
     2019-02-10 18:16:28   hfc35_wind_speed 4
     2019-02-10 18:16:28   hfc36_cloudCover 0
     2019-02-10 18:16:28   hfc36_code      32
     2019-02-10 18:16:28   hfc36_condition Klarer Himmel
     2019-02-10 18:16:28   hfc36_day_of_week ven., 03:00
     2019-02-10 18:16:28   hfc36_high_c    -2
     2019-02-10 18:16:28   hfc36_humidity  81
     2019-02-10 18:16:28   hfc36_icon      sunny
     2019-02-10 18:16:28   hfc36_iconAPI   01n
     2019-02-10 18:16:28   hfc36_low_c     -2
     2019-02-10 18:16:28   hfc36_pressure  1015
     2019-02-10 18:16:28   hfc36_pubDate   ven., 15 févr. 2019 03:00
     2019-02-10 18:16:28   hfc36_tempHigh  -2
     2019-02-10 18:16:28   hfc36_tempLow   -2
     2019-02-10 18:16:28   hfc36_temp_c    -2
     2019-02-10 18:16:28   hfc36_temperature -2
     2019-02-10 18:16:28   hfc36_wind      6
     2019-02-10 18:16:28   hfc36_wind_speed 6
     2019-02-10 18:16:28   hfc37_cloudCover 0
     2019-02-10 18:16:28   hfc37_code      32
     2019-02-10 18:16:28   hfc37_condition Klarer Himmel
     2019-02-10 18:16:28   hfc37_day_of_week ven., 06:00
     2019-02-10 18:16:28   hfc37_high_c    -3
     2019-02-10 18:16:28   hfc37_humidity  81
     2019-02-10 18:16:28   hfc37_icon      sunny
     2019-02-10 18:16:28   hfc37_iconAPI   01n
     2019-02-10 18:16:28   hfc37_low_c     -3
     2019-02-10 18:16:28   hfc37_pressure  1015
     2019-02-10 18:16:28   hfc37_pubDate   ven., 15 févr. 2019 06:00
     2019-02-10 18:16:28   hfc37_tempHigh  -3
     2019-02-10 18:16:28   hfc37_tempLow   -3
     2019-02-10 18:16:28   hfc37_temp_c    -3
     2019-02-10 18:16:28   hfc37_temperature -3
     2019-02-10 18:16:28   hfc37_wind      7
     2019-02-10 18:16:28   hfc37_wind_speed 7
     2019-02-10 18:16:28   hfc38_cloudCover 0
     2019-02-10 18:16:28   hfc38_code      32
     2019-02-10 18:16:28   hfc38_condition Klarer Himmel
     2019-02-10 18:16:28   hfc38_day_of_week ven., 09:00
     2019-02-10 18:16:28   hfc38_high_c    0
     2019-02-10 18:16:28   hfc38_humidity  93
     2019-02-10 18:16:28   hfc38_icon      sunny
     2019-02-10 18:16:28   hfc38_iconAPI   01d
     2019-02-10 18:16:28   hfc38_low_c     0
     2019-02-10 18:16:28   hfc38_pressure  1015
     2019-02-10 18:16:28   hfc38_pubDate   ven., 15 févr. 2019 09:00
     2019-02-10 18:16:28   hfc38_tempHigh  0
     2019-02-10 18:16:28   hfc38_tempLow   0
     2019-02-10 18:16:28   hfc38_temp_c    0
     2019-02-10 18:16:28   hfc38_temperature 0
     2019-02-10 18:16:28   hfc38_wind      9
     2019-02-10 18:16:28   hfc38_wind_speed 9
     2019-02-10 18:16:28   hfc39_cloudCover 0
     2019-02-10 18:16:28   hfc39_code      32
     2019-02-10 18:16:28   hfc39_condition Klarer Himmel
     2019-02-10 18:16:28   hfc39_day_of_week ven., 12:00
     2019-02-10 18:16:28   hfc39_high_c    4
     2019-02-10 18:16:28   hfc39_humidity  99
     2019-02-10 18:16:28   hfc39_icon      sunny
     2019-02-10 18:16:28   hfc39_iconAPI   01d
     2019-02-10 18:16:28   hfc39_low_c     4
     2019-02-10 18:16:28   hfc39_pressure  1015
     2019-02-10 18:16:28   hfc39_pubDate   ven., 15 févr. 2019 12:00
     2019-02-10 18:16:28   hfc39_tempHigh  4
     2019-02-10 18:16:28   hfc39_tempLow   4
     2019-02-10 18:16:28   hfc39_temp_c    4
     2019-02-10 18:16:28   hfc39_temperature 4
     2019-02-10 18:16:28   hfc39_wind      9
     2019-02-10 18:16:28   hfc39_wind_speed 9
     2019-02-10 18:16:28   hfc3_cloudCover 92
     2019-02-10 18:16:28   hfc3_code       35
     2019-02-10 18:16:28   hfc3_condition  Mäßiger Regen
     2019-02-10 18:16:28   hfc3_day_of_week lun., 00:00
     2019-02-10 18:16:28   hfc3_high_c     3
     2019-02-10 18:16:28   hfc3_humidity   98
     2019-02-10 18:16:28   hfc3_icon       heavyrain
     2019-02-10 18:16:28   hfc3_iconAPI    10n
     2019-02-10 18:16:28   hfc3_low_c      3
     2019-02-10 18:16:28   hfc3_pressure   986
     2019-02-10 18:16:28   hfc3_pubDate    lun., 11 févr. 2019 00:00
     2019-02-10 18:16:28   hfc3_rain3h     5.28
     2019-02-10 18:16:28   hfc3_tempHigh   3
     2019-02-10 18:16:28   hfc3_tempLow    3
     2019-02-10 18:16:28   hfc3_temp_c     3
     2019-02-10 18:16:28   hfc3_temperature 3
     2019-02-10 18:16:28   hfc3_wind       34
     2019-02-10 18:16:28   hfc3_wind_speed 34
     2019-02-10 18:16:28   hfc40_cloudCover 0
     2019-02-10 18:16:28   hfc40_code      32
     2019-02-10 18:16:28   hfc40_condition Klarer Himmel
     2019-02-10 18:16:28   hfc40_day_of_week ven., 15:00
     2019-02-10 18:16:28   hfc40_high_c    6
     2019-02-10 18:16:28   hfc40_humidity  93
     2019-02-10 18:16:28   hfc40_icon      sunny
     2019-02-10 18:16:28   hfc40_iconAPI   01d
     2019-02-10 18:16:28   hfc40_low_c     6
     2019-02-10 18:16:28   hfc40_pressure  1013
     2019-02-10 18:16:28   hfc40_pubDate   ven., 15 févr. 2019 15:00
     2019-02-10 18:16:28   hfc40_tempHigh  6
     2019-02-10 18:16:28   hfc40_tempLow   6
     2019-02-10 18:16:28   hfc40_temp_c    6
     2019-02-10 18:16:28   hfc40_temperature 6
     2019-02-10 18:16:28   hfc40_wind      10
     2019-02-10 18:16:28   hfc40_wind_speed 10
     2019-02-10 18:16:28   hfc4_cloudCover 92
     2019-02-10 18:16:28   hfc4_code       35
     2019-02-10 18:16:28   hfc4_condition  Mäßiger Regen
     2019-02-10 18:16:28   hfc4_day_of_week lun., 03:00
     2019-02-10 18:16:28   hfc4_high_c     3
     2019-02-10 18:16:28   hfc4_humidity   99
     2019-02-10 18:16:28   hfc4_icon       heavyrain
     2019-02-10 18:16:28   hfc4_iconAPI    10n
     2019-02-10 18:16:28   hfc4_low_c      3
     2019-02-10 18:16:28   hfc4_pressure   990
     2019-02-10 18:16:28   hfc4_pubDate    lun., 11 févr. 2019 03:00
     2019-02-10 18:16:28   hfc4_rain3h     5.55
     2019-02-10 18:16:28   hfc4_snow3h     0.05
     2019-02-10 18:16:28   hfc4_tempHigh   3
     2019-02-10 18:16:28   hfc4_tempLow    3
     2019-02-10 18:16:28   hfc4_temp_c     3
     2019-02-10 18:16:28   hfc4_temperature 3
     2019-02-10 18:16:28   hfc4_wind       27
     2019-02-10 18:16:28   hfc4_wind_speed 27
     2019-02-10 18:16:28   hfc5_cloudCover 92
     2019-02-10 18:16:28   hfc5_code       35
     2019-02-10 18:16:28   hfc5_condition  Leichter Regen
     2019-02-10 18:16:28   hfc5_day_of_week lun., 06:00
     2019-02-10 18:16:28   hfc5_high_c     3
     2019-02-10 18:16:28   hfc5_humidity   97
     2019-02-10 18:16:28   hfc5_icon       heavyrain
     2019-02-10 18:16:28   hfc5_iconAPI    10n
     2019-02-10 18:16:28   hfc5_low_c      3
     2019-02-10 18:16:28   hfc5_pressure   993
     2019-02-10 18:16:28   hfc5_pubDate    lun., 11 févr. 2019 06:00
     2019-02-10 18:16:28   hfc5_rain3h     1.9
     2019-02-10 18:16:28   hfc5_snow3h     0.01
     2019-02-10 18:16:28   hfc5_tempHigh   3
     2019-02-10 18:16:28   hfc5_tempLow    3
     2019-02-10 18:16:28   hfc5_temp_c     3
     2019-02-10 18:16:28   hfc5_temperature 3
     2019-02-10 18:16:28   hfc5_wind       23
     2019-02-10 18:16:28   hfc5_wind_speed 23
     2019-02-10 18:16:28   hfc6_cloudCover 92
     2019-02-10 18:16:28   hfc6_code       35
     2019-02-10 18:16:28   hfc6_condition  Leichter Regen
     2019-02-10 18:16:28   hfc6_day_of_week lun., 09:00
     2019-02-10 18:16:28   hfc6_high_c     3
     2019-02-10 18:16:28   hfc6_humidity   96
     2019-02-10 18:16:28   hfc6_icon       heavyrain
     2019-02-10 18:16:28   hfc6_iconAPI    10d
     2019-02-10 18:16:28   hfc6_low_c      3
     2019-02-10 18:16:28   hfc6_pressure   996
     2019-02-10 18:16:28   hfc6_pubDate    lun., 11 févr. 2019 09:00
     2019-02-10 18:16:28   hfc6_rain3h     0.82
     2019-02-10 18:16:28   hfc6_snow3h     0.1475
     2019-02-10 18:16:28   hfc6_tempHigh   3
     2019-02-10 18:16:28   hfc6_tempLow    3
     2019-02-10 18:16:28   hfc6_temp_c     3
     2019-02-10 18:16:28   hfc6_temperature 3
     2019-02-10 18:16:28   hfc6_wind       20
     2019-02-10 18:16:28   hfc6_wind_speed 20
     2019-02-10 18:16:28   hfc7_cloudCover 88
     2019-02-10 18:16:28   hfc7_code       35
     2019-02-10 18:16:28   hfc7_condition  Leichter Regen
     2019-02-10 18:16:28   hfc7_day_of_week lun., 12:00
     2019-02-10 18:16:28   hfc7_high_c     4
     2019-02-10 18:16:28   hfc7_humidity   92
     2019-02-10 18:16:28   hfc7_icon       heavyrain
     2019-02-10 18:16:28   hfc7_iconAPI    10d
     2019-02-10 18:16:28   hfc7_low_c      4
     2019-02-10 18:16:28   hfc7_pressure   998
     2019-02-10 18:16:28   hfc7_pubDate    lun., 11 févr. 2019 12:00
     2019-02-10 18:16:28   hfc7_rain3h     0.02
     2019-02-10 15:16:21   hfc7_snow3h     0.1475
     2019-02-10 18:16:28   hfc7_tempHigh   4
     2019-02-10 18:16:28   hfc7_tempLow    4
     2019-02-10 18:16:28   hfc7_temp_c     4
     2019-02-10 18:16:28   hfc7_temperature 4
     2019-02-10 18:16:28   hfc7_wind       20
     2019-02-10 18:16:28   hfc7_wind_speed 20
     2019-02-10 18:16:28   hfc8_cloudCover 100
     2019-02-10 18:16:28   hfc8_code       35
     2019-02-10 18:16:28   hfc8_condition  Leichter Regen
     2019-02-10 18:16:28   hfc8_day_of_week lun., 15:00
     2019-02-10 18:16:28   hfc8_high_c     4
     2019-02-10 18:16:28   hfc8_humidity   97
     2019-02-10 18:16:28   hfc8_icon       heavyrain
     2019-02-10 18:16:28   hfc8_iconAPI    10d
     2019-02-10 18:16:28   hfc8_low_c      4
     2019-02-10 18:16:28   hfc8_pressure   1001
     2019-02-10 18:16:28   hfc8_pubDate    lun., 11 févr. 2019 15:00
     2019-02-10 18:16:28   hfc8_rain3h     0.84
     2019-02-10 12:16:14   hfc8_snow3h     0.1475
     2019-02-10 18:16:28   hfc8_tempHigh   4
     2019-02-10 18:16:28   hfc8_tempLow    4
     2019-02-10 18:16:28   hfc8_temp_c     4
     2019-02-10 18:16:28   hfc8_temperature 4
     2019-02-10 18:16:28   hfc8_wind       20
     2019-02-10 18:16:28   hfc8_wind_speed 20
     2019-02-10 18:16:28   hfc9_cloudCover 88
     2019-02-10 18:16:28   hfc9_code       35
     2019-02-10 18:16:28   hfc9_condition  Leichter Regen
     2019-02-10 18:16:28   hfc9_day_of_week lun., 18:00
     2019-02-10 18:16:28   hfc9_high_c     4
     2019-02-10 18:16:28   hfc9_humidity   93
     2019-02-10 18:16:28   hfc9_icon       heavyrain
     2019-02-10 18:16:28   hfc9_iconAPI    10n
     2019-02-10 18:16:28   hfc9_low_c      4
     2019-02-10 18:16:28   hfc9_pressure   1005
     2019-02-10 18:16:28   hfc9_pubDate    lun., 11 févr. 2019 18:00
     2019-02-10 18:16:28   hfc9_rain3h     0.09
     2019-02-10 09:16:08   hfc9_snow3h     0.1475
     2019-02-10 18:16:28   hfc9_tempHigh   4
     2019-02-10 18:16:28   hfc9_tempLow    4
     2019-02-10 18:16:28   hfc9_temp_c     4
     2019-02-10 18:16:28   hfc9_temperature 4
     2019-02-10 18:16:28   hfc9_wind       21
     2019-02-10 18:16:28   hfc9_wind_speed 21
     2019-02-10 18:16:28   high_c          8
     2019-02-10 18:16:28   humidity        68
     2019-02-10 18:16:28   icon            cloudy
     2019-02-10 18:16:28   iconAPI         03n
     2019-02-10 18:16:28   lastError       
     2019-02-10 18:16:28   lat             meins
     2019-02-10 18:16:28   long            meins
     2019-02-10 18:16:28   low_c           7
     2019-02-10 18:16:28   pressure        996
     2019-02-10 18:16:28   pubDate         dim., 10 févr. 2019 17:56
     2019-02-10 18:16:28   state           T: 8 °C F: 68 % W: 31 km/h P: 996 hPa
     2019-02-10 18:16:28   status          ok
     2019-02-10 18:16:28   sunriseTime     dim., 10 févr. 2019 07:43
     2019-02-10 18:16:28   sunsetTime      dim., 10 févr. 2019 17:35
     2019-02-10 18:16:28   tempHigh        8
     2019-02-10 18:16:28   tempLow         7
     2019-02-10 18:16:28   temp_c          8
     2019-02-10 18:16:28   temperature     8
     2019-02-10 18:16:28   validity        up-to-date
     2019-02-10 18:16:28   visibility      10000
     2019-02-10 18:16:28   wind            31
     2019-02-10 18:16:28   wind_condition  Wind: W 31 km/h
     2019-02-10 18:16:28   wind_direction  260
     2019-02-10 18:16:28   wind_speed      31
   fhem:
     allowCache 1
     interfaces temperature;humidity;wind
Attributes:


Davon sind 12, aber ich kriege diesen Nachricht nur 2 mal beim Laden der Seite. Deswegen versuchte ich zuerst, es zu begrenzen.

EDIT: ok es kommt 2x, da 2 unterschiedliche Sub-Seiten (page-button), wo das Widget auftaucht.
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

amenomade

Aslo.... hab mir eine einfache ftui Testseite gebaut:
<!DOCTYPE html>
<html>

<head>
    <link rel="icon" href="favicon.ico" type="image/x-icon" />
    <script src="js/fhem-tablet-ui.js" defer></script>

    <title>FHEM-Tablet-UI</title>
</head>

<body>
    <div class="gridster">
        <ul>
            <li data-row="1" data-col="1" data-sizey="4" data-sizex="3">
<div class="container top-space">
<div data-type="weather"
data-device="Wetter_ui"
data-get="hfc2_iconAPI"
data-imageset="kleinklima">
</div>
<div data-type="label"
data-device="Wetter_ui"
data-get="hfc2_condition"
data-imageset="kleinklima">
</div>
</div>
            </li>
            <li data-row="1" data-col="4" data-sizey="4" data-sizex="6">
                <header>EXAMPLE2</header>
                <!-- place your widget here -->
            </li>
            <li data-row="1" data-col="10" data-sizey="4" data-sizex="3">
                <header>EXAMPLE3</header>
                <!-- place your widget here -->
            </li>
            <li data-row="5" data-col="1" data-sizey="3" data-sizex="3">
                <header>EXAMPLE4</header>
                <!-- place your widget here -->
            </li>
            <li data-row="5" data-col="4" data-sizey="3" data-sizex="6">
                <header>EXAMPLE5</header>
                <!-- place your widget here -->
            </li>
            <li data-row="5" data-col="10" data-sizey="3" data-sizex="3">
                <header>EXAMPLE6</header>
                <!-- place your widget here -->
            </li>
        </ul>
    </div>
</body>

</html>


Same problem...
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

somansch

Hast du alternativ noch einen anderen Wetterdienst?

Hat es vorher mit dem offiziellen "weather_widget" aus dem FHEM update bereits einmal funktioniert? Falls ja, mit welchen Config?