Skip to content

Weather module for looking-glass

Notifications You must be signed in to change notification settings

glasslabs/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.