Thanks so much GoCubs!  A temp and time screensaver has been a dream of
my wife's ever since she started checking the weather forecast using
the RSS plugin.

I commented out some lines as shown below to prevent display of the
"feels like" data.  I wanted to pass it along to any non-techies who
might want to do the same.

if ($nowshowing == 0) {
#if ($temperature == $feelslike) {
$time2 = $time2 . '   ' . $temperature . '�';
#}
#else {
#$time2 = $time2 . '   ' . $temperature . '�/' . $feelslike .
'�';
#}
          if ($showHumidity == 1) {
            $time2 = $time2 . '/' . $humidity;
}
}


-- 
Duman
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to