BoomX2;507621 Wrote: 
> Until Greg gets a chance to finish his weather parsing updates here is a
> patch for those wanting to fix the "Feels Like" reading in version
> 5.8.12.
> 
> Change lines 2825 & 2826 as follows:
> 
> FROM
>       $outcome_txt = $matches[ 0 ]->content_list;
>       if ($outcome_txt =~ m/^(-?\d+)/) {
>       
> TO
> $outcome_txt = $matches[ 0 ]->as_HTML;
>       if ($outcome_txt =~ m/Feels Like: <b>(-?\d+)/) {
> 
> 

Great fix, thanks! It also fixed the never-ending '*' indicator for me,
too... not sure why (I had tried restarting the server).


-- 
mbg
------------------------------------------------------------------------
mbg's Profile: http://forums.slimdevices.com/member.php?userid=3200
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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

Reply via email to