13

A single line weather forecast

Posted in Weather by matt 810 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

Screenshot

Geeklet files to download

Comments

User Avatar
Loi-B 695 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?
User Avatar
radil 647 days ago
can't see the download link, can u help me with that please??

Log in to comment or register here.