weather.map
A Block with a map. The type specifies the kind of map.
{{weather.map(id, title, mode) }}
id
title
mode
{{ weather.map('map1', 'Forecast Day', 'day') }}
{{ weather.map('map2', 'Forecast Night', 'night') }}
{{ weather.map('map3', 'Forecast Winds', 'wind') }}