Ja, genau.wenn ich die Reihenfolge der Werte ändern möchte, dann muss ich das in der MMM-WunderGround-PWS-Observations.js machen, oder?
Knifflige Frage. Um welche Werte geht es Dir denn?wenn ich Werte hinzufügen möchte, kann ich das selber tun oder muss zuviel programmiert werden?
Wir sind hier (eigentlich) auf Werte festgelegt, die im WU-Format anzeigbar sind. Das sind im Groben aber eben leider nur die Standard-Dinge.
Siehe auch hier.
FOSHKplugin liefert bei mir folgende Werte:
Code: Alles auswählen
{
"observations": [
{
"stationID": "FOSHKplugin",
"obsTimeUtc": "2025-11-19T17:20:01Z",
"obsTimeLocal": "2025-11-19T18:20:27Z",
"neighborhood": "null",
"softwareType": "FOSHKplugin v0.10 Beta 251116",
"country": "null",
"solarradiation": 0,
"lon": 13.266531,
"lat": 52.669481,
"realtimeFrequency": null,
"epoch": 1763572801,
"UV": 0,
"winddir": 179,
"humidity": 95,
"humidity1": 86,
"humidity3": 79,
"humidity4": 94,
"humidity6": 96,
"humidity7": 43,
"AqPM2.5": 19.1,
"qcStatus": -1,
"soilmoisture": 36,
"soilmoisture2": 45,
"soilmoisture3": 93,
"soilmoisture4": 10,
"soilmoisture5": 38,
"soilmoisture8": 45,
"leafwetness": 99,
"metric": {
"temp": 3,
"temp1f": 3.7,
"temp3f": 5.5,
"temp4f": 3,
"temp6f": 3.1,
"temp7f": 20.8,
"temp8f": 2.8,
"soiltempf": 7.2,
"soiltemp2f": 3.6,
"soiltemp3f": 7.7,
"soiltemp4f": 8,
"soiltemp5f": 20.8,
"heatIndex": 1.8,
"dewpt": 2.3,
"windChill": 3,
"windSpeed": 3.96,
"windGust": 5.41,
"pressure": 1003.59,
"precipRate": 0,
"precipTotal": 3.3,
"elev": 53
}
}
]
}
Also: worum geht's?
Oliver