halo.SummaryView module

class halo.SummaryView.SummaryView(single_day_mode=False)[source]

Bases: object

Display the trends chart and daily summary of weather data.

get_view()[source]

Returns the view object for rendering ui.

Returns:View
render(weather_data, chart_data)[source]

Update the GUI data.

Parameters:
  • weather_data – Weather data
  • chart_data – Charting data