Wednesday, January 21, 2015

Conkywx update info

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.

3 comments:

  1. Thank you for writing a timely info.
    The display of msn weather has recovered. Thank you!

    ReplyDelete
  2. Hi,Param

    Conkywx cannot be executed(^^;

    The following message appeared on the console.

    ====
    Donald@Donald:~$ /usr/share/conkywx/run-conkywx.sh
    Donald@Donald:~$ Conky: desktop window (24c) is root window
    Conky: window type - normal
    Conky: drawing to created window (0x3e00002)
    Conky: drawing to double buffer

    Downloading main data file...

    Weather update download completed.
    Conkywx program execution completed in: 0m4.963s
    Error parsing time at /usr/lib/x86_64-linux-gnu/perl/5.20/Time/Piece.pm line 469.
    ======

    This problem occures Fedora 21 64bit and Ubuntu 14.10 64bit.

    Conkywx moves normally mysteriously in ArchLinux.

    Could you please advise me about the following problem?

    Thanks and Best Regards!

    ReplyDelete
    Replies
    1. Thanks Donald

      Fixed it yesterday but never got around posting the solution :p

      Please see FIX in my new post as reply on blogger has limitations :0

      Delete