weather.forecast
Displays the forecast weather of one day at location
{{weather.forecast(id, location, day) }}
id
location
day
{{ weather.forecast('weather1') }}
{{ weather.forecast('weather2', 'Germany/Berlin/Berlin', 1) }}