Weather is a simple weather module for looking glass
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
Required
The location ID for your location from OpenWeather.
Required
The Application ID from OpenWeather.
Required
The temperature units to display (metric
or imperial
).
Default: 30m
The interval to refresh the weather data.