Here is the FIX for msn.com
FIX::
File: conkywx.pl - line: 1274 or there about - in sub cleanuphtml {
$cntrA = get_arr_line_num( '<div class="current-info">' );
Line 1274 -> $cntrB = get_arr_line_num( '<section class="df">' );
change to -> $cntrB = get_arr_line_num( 'data-aop="DailyForecast"' );
replace '<section class="df">' with 'data-aop="DailyForecast"'
and you should be good to go :-)
cheers
FIX::
File: conkywx.pl - line: 1274 or there about - in sub cleanuphtml {
$cntrA = get_arr_line_num( '<div class="current-info">' );
Line 1274 -> $cntrB = get_arr_line_num( '<section class="df">' );
change to -> $cntrB = get_arr_line_num( 'data-aop="DailyForecast"' );
replace '<section class="df">' with 'data-aop="DailyForecast"'
and you should be good to go :-)
cheers