Vote
Bury
8

A single line weather forecast

Posted in Weather by matt 253 days ago
This Geeklet gives you a weather forecast in a single short sentence. As with most of the weather scripts, this requires a US zip code. In the command you will need to replace 12345 with your zip code.

This service is provided by the Weather Underground web site.

Command: curl -s http://www.wunderground.com/cgi-bin/findweather/getForecast?query=12345 | awk '/Today is/ || /Tomorrow is/' | textutil -convert txt -stdin -stdout -format html
Font: Lucida Grande
Colour: Orange
Size: 16



Comments


Written by Loi-B
138 days ago
It actually also works with non-US zipcodes, you just have to get the city code. Do you know if it's possible to translate the forecast?



Written by radil
90 days ago
can't see the download link, can u help me with that please??



Log in to comment or register here.