Task, Show some weathedata on a page with the JCI-Gutenberg-Block
Load Gutenberg-Block “JSON Content Importer FREE” e .g. by searching the Blocks by “json”:
- Add this URL to the JCI-Block:
https://api.json-content-importer.com/extra/json/weather.json - Basenode: observations
- template:
stationID: {stationID}}<br> neighborhood: {neighborhood} {subloop:metric:-1} Station: {metric.stationID}<br> Ort: {metric.neighborhood}<br> Luftfeuchtigkeit: {metric.humidity} %<br> Temperatur: {metric.temp} °C<br> Taupunkt: {metric.dewpt} °C<br> Wind: {metric.windspeed} km/h<br> Windboen: {metric.windgust}km/h<br> Luftdruck: {metric.pressure} hpa<br> Niederschlag: {metric.precipRate} mm<br> {/subloop:metric}
In Action: