Skip to Content
Observations Archive

WeatherBlox - Observations Archive

Object
aeris.wxblox.views.ArchiveObservations
Data Usage

The ArchiveObservations view displays the past weather conditions for a single day (hourly observations) or an entire month (daily summaries) at a particular location.

Observations Archive

Examples

Display the observation history for Minneapolis, MN for 5/25/2017:

const view = new aeris.wxblox.views.ArchiveObservations('#wxblox', { range: { from: '5/25/2017' } }); view.load({ p: 'minneapolis,mn' });

Display the daily observation summaries for Houston, TX for the month of December 2016:

const view = new aeris.wxblox.views.ArchiveObservations('#wxblox', { summary: true, range: { from: '12/1/2016' } }); view.load({ p: 'houston,tx' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
summaryType: boolean ()false
range.fromType: string (){today_date}
range.toType: string ()
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)