weather

package
v0.0.0-...-9c5270f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2023 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	*cfg.Common
	// contains filtered or unexported fields
}

func NewSettingsFromYAML

func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *config.Config) *Settings

type Widget

type Widget struct {
	view.MultiSourceWidget
	view.TextWidget

	// APIKey   string
	Data []*owm.CurrentWeatherData
	// contains filtered or unexported fields
}

Widget is the container for weather data.

func NewWidget

func NewWidget(tviewApp *tview.Application, redrawChan chan bool, pages *tview.Pages, settings *Settings) *Widget

NewWidget creates and returns a new instance of the weather Widget

func (*Widget) Fetch

func (widget *Widget) Fetch(cityIDs []int) []*owm.CurrentWeatherData

Fetch retrieves OpenWeatherMap data from the OpenWeatherMap API. It takes a list of OpenWeatherMap city IDs. It returns a list of OpenWeatherMap CurrentWeatherData structs, one per valid city code.

func (*Widget) Refresh

func (widget *Widget) Refresh()

Refresh fetches new data from the OpenWeatherMap API and loads the new data into the. widget's view for rendering

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL