Skip to Content
Daily Observations Layout

WeatherBlox - Daily Observations Layout

Object
aeris.wxblox.layouts.local.DailyObservations

The DailyObservations local view is a full-page layout containing an embedded ArchiveObservations view to display hourly observations for the active date with additional page controls.

Daily Observations Layout

Examples

Display a full local observation history view for Seattle, WA for June 3, 2017:

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

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
obsType: object ()
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)