The Following User Says Thank You to vasvlad For This Useful Post: | ||
![]() |
2008-05-14
, 05:52
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#102
|
![]() |
2008-05-14
, 05:54
|
|
Posts: 109 |
Thanked: 6 times |
Joined on Nov 2007
@ Bristol, UK
|
#103
|
![]() |
2008-05-14
, 05:57
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#104
|
Working great on OS2006 although if I choose to have the station name & arrows (or either one alone) I get a strange effect...
When I click on the arrows to cycle stations the please wait icon (self completing circle (at least it is'nt an hourglass)) fails to disappear when the action is completed and then becomes the most annoying cursor ever.
also in the settings window the arrow keys to change station order only display as half buttons.
Still a wonderful program
Hope you had a good vacation
Have fun
![]() |
2008-05-14
, 06:10
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#105
|
#!/bin/sh
t=`cat /sys/devices/platform/i2c_omap.1/i2c-1/1-0048/temp1_input 2>/dev/null`
if [ "$t" = "" ]
then
echo "No temperature sensor detected" > /dev/stderr
exit 1
else
t=`echo $t | sed -e 's/\(.*\)\(..\).$/\1\.\2C/'`
echo $t
fi
![]() |
2008-05-14
, 07:11
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#106
|
New version is working fine except that the fith icon says N/A. Of course one can set it to show four but there is also still 5 avaialble in settings.
Great to have it back and working. Thanks.
![]() |
2008-05-14
, 07:12
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#107
|
![]() |
2008-05-14
, 07:23
|
Posts: 1,137 |
Thanked: 1,903 times |
Joined on Apr 2007
@ Belarus
|
#108
|
Not really possible when the unit has locked up. Yesterday I managed to get some weather for town Chipping Sodbury but since then the same as before, N/A. I have tried for 5 days now to make this program work and am close to giving up. It seems unstable and more Alpha than Beta sadly.
![]() |
2008-05-14
, 09:44
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#109
|
![]() |
2008-05-14
, 10:36
|
|
Posts: 109 |
Thanked: 6 times |
Joined on Nov 2007
@ Bristol, UK
|
#110
|
Vlad.