Made for Übersicht
Uses the freegeoip.net api to obtain your location, and the Yahoo Weather api to obtain the weather information.
![Original Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/originalIcons.png)
![Yahoo Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/yahooIcons.png)
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
to true
to disable auto location and instead always use the default city and region.
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.
Automatic location detection and switch to Yahoo api by @nickroberts https://github.com/nickroberts
Icons by Erik Flowers http://erikflowers.github.io/weather-icons/