weather-widget
weather-widget copied to clipboard
A weather widget for Übersicht
Übersicht Weather Widget
Made for Übersicht
Uses the freegeoip.net api to obtain your location, and the Yahoo Weather api to obtain the weather information.
In Action
Original Icons
![Original Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/originalIcons.png)
Yahoo Icons
![Yahoo Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/yahooIcons.png)
Options
You can find all options index.coffee
at the top of the file:
-
Default city and region. You can replace
<city>
with your city, and<region>
with your region (state). This location is used in case the automatic location lookup fails, or if you switch off auto location (see below). Example:options = city : 'Cupertino' region: 'CA'
-
Temperature units. Use 'f' for Fahrenheit and 'c' for Celsius.
-
Automatic location lookup. Set
staticLocation
totrue
to disable auto location and instead always use the default city and region.
Appearance
To tweak the appearance, just follow the directions inside index.coffee
. You can switch between the original minimal icons by Erik Flowers, or use the standard Yahoo icons.
Credits
Automatic location detection and switch to Yahoo api by @nickroberts https://github.com/nickroberts
Icons by Erik Flowers http://erikflowers.github.io/weather-icons/