Skip to Content
Calendar

WeatherBlox - Calendar

Object
aeris.wxblox.views.Calendar

The Calendar component displays past daily summaries alongside extended forecast information for the requested month at a particular location in a calendar layout.

Calendar

Examples

Display a calendar view for Minneapolis, MN for 9/25/2017:

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

Display the calendar view for Seattle, WA for the month of November 2016:

const view = new aeris.wxblox.views.Calendar('#wxblox', { summary: true, range: { from: '11/1/2016' } }); view.load({ p: 'seattle,wa' });

Configuration

The following configuration options are supported by this view:

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