Skip to Content
Monthly Observations Layout

WeatherBlox - Monthly Observations Layout

Object
aeris.wxblox.layouts.local.MonthlyObservations

The MonthlyObservations local layout is a full-page layout containing an embedded ArchiveObservations view to display daily observation summaries for the specified month with additional page controls for changing dates.

Monthly Observations Layout

Examples

Display a full daily observation summary view for Seattle, WA for June 2017:

const view = new aeris.wxblox.layouts.local.MonthlyObservations('#wxblox', { obs: { range: { from: '6/1/2017' } } }); view.load({ p: 'seattle,wa' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
obsType: object ()
months.itemsType: array ()
years.fromType: number ()2015
years.toType: number ()undefined
years.itemsType: array ()undefined
selectors.yearsType: string ().year-selector
selectors.monthsType: string ().month-selector
enabledType: boolean ()true
metricType: boolean ()false

Methods

The following methods are supported by instances of this view:

Events

The following events are triggered by instances of this view:

© 2026 Xweather (opens in a new tab)Terms of Service (opens in a new tab)Privacy Policy (opens in a new tab)