If you are using msn weather and getting error NA etc
elsif ( $fct_stn eq "msn" ) {
foreach (@fctfile) {
chomp;
if ( m{\s*aria-label="The forecast for (.*?) is (.*?). High of (.*?)° and low of (.*?)°.">.*} ) {
$cnt++ ;
in conkywx.pl on line 1855 - remove the three characters highlighted above.
elsif ( $fct_stn eq "msn" ) {
foreach (@fctfile) {
chomp;
if ( m{\s*aria-label="The forecast for (.*?) is (.*?). High of (.*?)° and low of (.*?)°.">.*} ) {
$cnt++ ;
in conkywx.pl on line 1855 - remove the three characters highlighted above.