I've just installed GeekTool and got a question:
How do I make the time a 24hr clock? I prefer 24hr to 12hr but I have no idea what to do![]()
date +%H
Try:
Code:date +%H
The solution to that is somewhere earlier in this topic.I have a quick question. I copied the data and stuff from the OP, but for temperature it reads: "41.5F Probabilityof"
How do I get rid of the "probabilityof"?
Anyone had any luck getting the weather to work for the Uk?
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=bournemouth|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=bournemouth|awk '/Cond/ && !/Fore/ {for (i=2; i<=10; i++) printf $i " " }'
Anyone had any luck getting the weather to work for the Uk?
Ok, I am new to Geektool and Lynx, but have the temp and weather in my taskbar now which I like. Have been trying to get the wind direction and speed too, any ideas how to choose different fields from the page lynx grabs?
In your where???