You make the wallpaper too? Looks great!
sorry for the slow reply... i found the wallpaper online.
Here it is: http://apfelblog.ch/wp-content/uploads/2560x1440-27_Thuderbolt.png
You make the wallpaper too? Looks great!
sorry for the slow reply... i found the wallpaper online.
Here it is: http://apfelblog.ch/wp-content/uploads/2560x1440-27_Thuderbolt.png
It's real minimal. I've only just begun using Geektool.
I don't use my MacMini often so I don't have much going on with it because it's supposed to just be my HTPC.
View attachment 423258
Does your weather image update? If so, can you share the shell and image geeklets?
My weather description updates, but my weather image never does even if I hit the refresh button.
If I recall, I used this YouTube video or one with similar instructions:
http://www.youtube.com/watch?v=P2TKJJBK7kc
It does update. It turned to rain on Friday when I was on this machine. Let me know if that doesn't work and I'll find the actual video. The script is on the video blog link.
Yahoo made some changes so I can't get weather images anymore. How did you get the weather image??
EDIT: Just read that yours doesn't change.
Here's the direct link to the blog that from the video link that GoCubsGo provided. It does work!
This doesn't work for me. This is the command I use:
curl --silent "http://weather.yahoo.com/united-arab-emirates/abu-Dhabi/abu-Dhabi-1940330/" | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl --silent -o /tmp/weather1.png\
And then when I enter this: file://localhost/tmp/weather1.png command in 'Image', I should get a picture but I don't get anything.
very nice, like the wallpaper
Here's mine...
That looks right. Did you change the "refresh every" to something other than zero? Mine still doesn't work perfectly -- sometimes I need to manually refresh the image, but it's better than before when it would show me the sun 24 hours a day.
This doesn't work for me. This is the command I use:
curl --silent "http://weather.yahoo.com/united-arab-emirates/abu-Dhabi/abu-Dhabi-1940330/" | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl --silent -o /tmp/weather1.png\
And then when I enter this: file://localhost/tmp/weather1.png command in 'Image', I should get a picture but I don't get anything.
You need to make sure the weather1.png file exists in the directory for it to work, it will not create the file by default. If you don't have one, just take any jpg and rename it to that...once the file is there it should start working... hope this helps!
yes... once the file is there you should be able to refresh the app and it will start working.