Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 949 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 949 Bytes

Logo

Weather is a simple weather module for looking glass

Screenshot

Usage

Add the configuration as shown below to your configuration:

modules:
 - name: simple-weather
   path: github.com/glasslabs/weather
   version: latest
   position: top:right
   config:
     locationId: 1234
     appId: {{ .Secrets.weather.appId }}
     units: metric

Configuration

Location ID (locationId)

Required

The location ID for your location from OpenWeather.

App ID (appId)

Required

The Application ID from OpenWeather.

Units (units)

Required

The temperature units to display (metric or imperial).

Interval (interval)

Default: 30m

The interval to refresh the weather data.