Search:

Type: Posts; User: lainme; Keyword(s):

Search: Search took 0.18 seconds.

  1. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    I tried this method, but the layout is somewhat complex. I have to calculate the spacing carefully

    I am using this to show forecast for the following 4 days.

    ${execi 3600 conkyforecast ...
  2. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    I slightly modified the script, added a new datatype "HL"(Hight temp and Low temp).


    elif datatype == "HL":
    if self.isNumeric(set.high) == True and self.isNumeric(set.low) ==...
  3. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    No problem, works very well. ;)
  4. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Thanks to your effort, it works well. Just add the proxy option to one "{execi 1800 conkyForecast ..option...}".

    I think it may be better to setting the proxy information in .conkyForecast.config
  5. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    That's a good idea. I would like to test it
  6. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Kaivalagi, thanks. It works!
  7. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    I need to use proxy to access the Internet, How can I set proxy information? In some older version, I can add the following under "class GlobalWeather:"

    proxy_info = {
    'user' : '',
    ...
Results 1 to 7 of 7