Okay so im trying to use geektool to put weather conditions on my desktop but I cannot find my area weather code. I know Im supposed to plug in this area code to this geektool script
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOUR_AREA_CODE&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
but I cant find it for life of me on yahoo. I also tried searching Mroogle but that doesnt really work because a lot of those older threads point to lynx which I have heard doesnt work on Snow Leopard (or does it know)
Im sure I am sounding like a total newb but can anyone help me? Thanks.
EDIT: FACEPALM I found what I was looking for, I tried a couple different keywords in google and after 2 hours of seaching I find it 5 minutes after making a thread here. Could a mod delete this please? Sorry
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOUR_AREA_CODE&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
but I cant find it for life of me on yahoo. I also tried searching Mroogle but that doesnt really work because a lot of those older threads point to lynx which I have heard doesnt work on Snow Leopard (or does it know)
Im sure I am sounding like a total newb but can anyone help me? Thanks.
EDIT: FACEPALM I found what I was looking for, I tried a couple different keywords in google and after 2 hours of seaching I find it 5 minutes after making a thread here. Could a mod delete this please? Sorry