Skip to Content
Advisories

WeatherBlox - Advisories

Object
aeris.wxblox.views.Advisories
Data Usage

The Advisories view displays currently active alerts for a single location within the United States. Additional details about any active alerts can be viewed either modally from this view or using a static link to another URL depending on the view’s configuration.

Advisories

Examples

Display a minimal view listing only the advisories currently in effect for Seattle, WA.

const view = new aeris.wxblox.views.Advisories('#wxblox'); view.load({ p: 'seattle,wa' });

Display full advisory details for advisories currently in effect for Austin, TX.

var view = new aeris.wxblox.views.Advisories('#wxblox', { fullDetails: true }); view.load({ p: 'austin,tx' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
fullDetailsType: boolean ()false
modalType: boolean ()true
enabledType: boolean ()true
metricType: boolean ()false
renderNoDataType: boolean ()true
requestType: object ()

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)