Looks good
Keep asking questions... it makes us all better
Woof, Woof - Dawg![]()
Thanks, just have to figure those other parts out and then I think I am set.
Thanks again everyone.
Looks good
Keep asking questions... it makes us all better
Woof, Woof - Dawg![]()
Thanks, just have to figure those other parts out and then I think I am set.
Thanks again everyone.
Do you need help locating the scripts?
Cause I may have them
Or do you need some direction?
Don't hesitate to ask
Woof, Woof - Dawg![]()
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=ZIPCODE&u=f" | grep -E '(Current Conditions:|[A-Z]<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/[A-Z a-z]*, //' -e 's/\(.*\) [FC]/\1°/' | tail -n1
curl --silent "YOURYAHOOWEATHERURL" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /var/tmp/weather_image.png\
file://localhost/var/tmp/weather_image.png
Here's my new desktop for January 2010
if you guys want to know how to put the month like "jan" instead of "january"
just put the code in lower case i found this out on my own.
![]()
I got it done !!!!
Thank again for all the help... can you suggest any good fonts to use?
Excellent, and well done!!
I find the Helvetica Neue easy to read personally
Woof, Woof - Dawg![]()
Should the refresh rate for the hour be 3600(sec) in the hour shell?? It only seams to want to update when I open the properties and then click on the hour cell.
Yes, 3600 seconds will be an hourly refresh
Each entry should be set to an appropriate time refresh
In other words, you don't need to refresh your date every 10 seconds
Or the temperature every minute
You get the idea
I believe some were getting shut out of Yahoo for calling the site too frequently
But I have not had that problem
I tend to set my refreshes often, probably more often than I should
Woof, Woof - Dawg![]()
Thanks, I do have the shell set to that. The minutes will update no problem, but for some reason the hours do not want to change unless I open up geektool and then click on the file that I named to set the geeklet up. Once I do that then the hours will turn over.
Are you running Geektool 3?
Cause I am still running Geektool 2 and I don't know the differences in how it is set up
Woof, Woof - Dawg![]()
Yeah im using Geektool 3. Could that be the reason for the hour not updating, or could it have been something that I have done.
Yeah im using Geektool 3. Could that be the reason for the hour not updating, or could it have been something that I have done.
I would be interested to know how many are still using Geektool 2 and how many are using Geektool 3
I installed Geektool 3 but it started hogging my resources for some reason
I just went back to Geektool 2 and left it
That I can't say
Someone more experienced and savvy than I am will have to answer that
And probably someone using Geektool 3 who can duplicate your issue
I would be interested to know how many are still using Geektool 2 and how many are using Geektool 3
I installed Geektool 3 but it started hogging my resources for some reason
I just went back to Geektool 2 and left it
Geektool 3 seemed to have a better interface, but Geektool 2 has done everything I have wanted
Woof, Woof - Dawg![]()
which font did you use?thanks
<snip>
Here's my new desktop for January 2010 I like the minimal look.
If you want to know how to put the month like "jan" instead of "january"
just put the code in lower case i found this out on my own.
![]()
curl --silent "http://weather.yahooapis.com/forecastrss?p=USNY1401&u=f" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather.png\
file:///tmp/weather.png
I would try deleting the shell and put a new one down. I can't say if it is an issue with GT or just the shell since my time is run as H:M and refreshes every 60 seconds.