Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.17 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.17 KB

minimal-forecast.widget

A clean and understated forecast widget for Übersicht that just shows you the temperature trend over the next week. Click on a day to see the high and low.

Screenshot of widget

Setup

This widget requires an API key from the Dark Sky API. Before you use this widget, open minimal-forecast.coffee, and change the variable apiKey to the key you got from Dark Sky.

Configuration

There are four configuration variables at the top:

Name Default Value Description
apiKey none See above
gridlinesEvery 10 The distance, in degrees, between the gridlines on the graph.
units "auto" Temperature units to use. auto, the default, automatically selects units based on location. Other options include si for Celsius and us for Fahrenheit. See the API documentation for more information.
apparentTemps false Display apparent temperatures instead of actual temperatures. This may include windchill, humidex, etc.