Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

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

    [all variants] Re: Conky Weather Forecast Python Script

    Not appropriate in the script, will only work in one hemisphere :)
    But you could do it simply with a shell script and date comparisons to the date() function
  2. Replies
    437
    Views
    150,416

    [all variants] Re: Conky SSL Email Python Script

    Looks like you have some unexpected email header info, maybe GMT instead of +0 in the date time received?

    This is the code that transforms the text to a datetime, I added the bit in red to...
  3. Replies
    571
    Views
    196,127

    [all variants] Re: Conky Rhythmbox Python Script

    read my previous post above, the interface to communicate with RB changed and the script isn't updated to suit.
  4. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Demande d'exemple de script.

    We don't speak French on this forum...better off posing the queens english :)

    If you are after an example conky just go back through a few pages, and also take a look in the...
  5. [all variants] Re: Desktop Info App With Html Support (gtk-desktop-info)

    I wouldn't even attempt to install it to be honest, the dependencies for packages would be out of sync due to python3 arriving proper and general changes between versions of Ubuntu. I am no longer...
  6. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    When using the script and issues are taking place users need to check the template config file in /usr/share/conkyforecast/conkyForecast.config to ensure their home directory "copy" is correct. I'll...
  7. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    If you want to use your own icons then you can set the persisted cache folder to somewhere permanent and replace the images you find in there with ones you want to use long term...they are named...
  8. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    If I run the following:


    conkyForecastWU --location=AR/Salta --verbose

    I get 26C

    What version of the script are you running?
    I am running v2.24 (run conkyForecastWU --version for find out)
  9. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    @deco147, looks nice

    BTW You can use images with conkyForecastWU,in the same way as the previous script, with the --datatype=WI option inside an conky image tag within a template file. There are 9...
  10. Replies
    144
    Views
    78,291

    [all variants] Re: Conky Banshee Python Script

    Nice, I thin you should share the music parts of it for other banshee users :)
  11. Replies
    144
    Views
    78,291

    [all variants] Re: Conky Banshee Python Script

    No problem and no worries ;)
  12. Replies
    144
    Views
    78,291

    [all variants] Re: Conky Banshee Python Script

    2 Options I can think of, they're not tested but should get you there...

    1) Run the command through a script file which doesn't return the data? e.g. create runme.sh which contains:


    #!/bin/sh...
  13. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    No worries, glad I can help :D
  14. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    You'll need to delete the existing files you've previously downloaded into the cache folder, it only downloads icon files when you don't have any ;)

    I guess I could include the icon set ID in the...
  15. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Thanks for sharing, I'll be sure to add that to the json based test files in the conkyForecast package

    As the second is a special statement and likely to always be I would think, I'd say you could...
  16. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    It looks like you've not updated your $HOME based config file to include all the changes relating to the URL used, maybe I didn't make that change clear enough that the config needs updating to work...
  17. Replies
    571
    Views
    196,127

    [all variants] Re: Conky Rhythmbox Python Script

    So there is only the org.gnome.Rhythmbox.Shell interface for use now then? No .player one which was used previously?

    I'm installing Rhythmbox and d-feet to look myself, I need to see all offerings...
  18. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Please take your non-forecast related questiosn to the conkyrc thread, this is the htread for conkyForecast/conkyForecastWU hlp only...

    Cheers
  19. Replies
    571
    Views
    196,127

    [all variants] Re: Conky Rhythmbox Python Script

    Looks like they've changed the dbus methods...if someone could installed a tool called dfeet you will be able to view what is available...not much free time right now so I can't say when I will be...
  20. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Should be installed as part of the ubuntu deb package, there should be a conkyforecast folder within usr/share/fonts if I remember...I can't check as I am away from home on work using "my yet to have...
  21. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Yeah, I guess that's what the Christmas hols are for :) I started work today though so time is limited yet again...we have most of the lions share of work out of the way now though.

    If I don't get...
  22. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    Why, do you really need them? I was removing all reference to fonts, sticking with images only now that images are supported well in conky...they seem to work best too. Fonts are so last century :P
    ...
  23. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    @arclance/bob63/atj,

    The icons that are available in conkyForecast should not be made available in conkyForecastWU, they just don't match the requirements as arclance has already mentioned and...
  24. Replies
    13
    Views
    672

    Re: New to creating LINUX applications

    Taking this literally it sounds like you want a browser :lol:

    I am guessing from this all you either want:

    A) A web server to render a web site to a browser?

    If so install Apache and do some...
  25. Replies
    3,795
    Views
    1,002,788

    [all variants] Re: Conky Weather Forecast Python Script

    MINOR UPDATE

    I've updated the conkyForecastWU script to fix a couple of small bugs and add one feature as follows:


    Bug fix: Amended the WU lang code list to include Spanish so locale=es now...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4