Posts by Lululla

    One thing at a time. :)

    But here I think I applied global time.

    That should be correct.

    I'll check as soon as I can.

    dreamos does not accept font in menulists, for example


    <!-- Config area -->

    <widget name="config" position="10,155" size="1300,440" itemHeight="55"

    font="Regular;32" enableWrapAround="1" scrollbarMode="showOnDemand" />


    for dreambox are


    <!-- Config area -->

    <widget name="config" position="10,155" size="1300,440" itemHeight="55"

    enableWrapAround="1" scrollbarMode="showOnDemand" />



    so the .deb is not useful if you have not tested it on py2 (dreamos)


    try if work on py2..

    not tested

    Release v.1.2.3 (257087b)

    • Weather Icon Animations:
    • Added animation support in hour_detail.py, favorites_detail.py, and weather_detail.py using eTimer and the animated_icons/ folders.
    • Fixed static fallback when animations are unavailable.
    • "N/A" handling for missing data:
    • Created animated_icons/NA/ folder with a frame to display an animated icon when missing data.
    • Modified _set_symbols_for_day in weather_detail.py to use NA when temp is None or an invalid symbol.
    • Today's night issue in WeatherDetailView:
    • The API was only returning future hours, so today's night (0-6) was blank.
    • Modified get_today_tomorrow_details in foreca_weather_api.py to copy overnight data from tomorrow to today if it's empty.
    • Debugging and permissions:
    • Fixed error [Errno 2] No such file or directory for debug files, automatically creating the debug/ directory in write functions.

    I don't know if you already have a fix for this, I just wanted to point out the error