AminetAminet
Search:
85341 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/misc/LumiWeather_1.0.lha

Mirror:Random
Showing: ppc-morphos icongeneric icon
No screenshot available
Short:Weather viewer for AmigaOS 3.2
Author: lumiweather at amigaworld.de (Matthias Muench)
Uploader:lumiweather amigaworld de (Matthias Muench)
Type:util/misc
Version:1.0
Architecture:m68k-amigaos >= 3.2
Date:2026-06-06
Requires:MUI 3.8, NList.mcc, NListview.mcc, BetterString.mcc, AmiSSL 5.27+, codesets.library 6+, TCP/IP stack, OpenWeather API key (or no key for wttr.in / Open-Meteo)
Distribution:Aminet
Download:util/misc/LumiWeather_1.0.lha - View contents
Readme:util/misc/LumiWeather_1.0.readme
Downloads:11

LumiWeather is a native weather viewer for AmigaOS 3.2 with a
MUI 3.8 (v19) graphical interface. It fetches
current conditions, an hourly forecast, a daily forecast and (where
available) severe-weather alerts from one of four sources -
OpenWeather (One Call 3.0 / Classic 2.5), wttr.in or Open-Meteo -
and displays them in a MUI window plus a live AppIcon on the
Workbench. It supports multiple locations with persistent
per-location cache, has an ARexx port and a configurable Commodity
hotkey.


FEATURES
--------

  - Current, hourly (48 h) and daily (3-16 d) forecast tabs
  - Severe-weather alerts in their own tab (One Call API only)
  - Four API modes: OpenWeather One Call 3.0 (subscription),
    OpenWeather Classic 2.5 (free key), wttr.in (no key) and
    Open-Meteo (no key, CC-BY)
  - Multiple locations with cycle selector; rename without losing
    cache, set a primary location for the AppIcon
  - Geocoding lookup: type a city name, press Resolve to get
    latitude/longitude
  - Live AppIcon: weather icon plus short text label (e.g.
    "15°C, clear") that updates with every fetch
  - Persistent per-location cache for offline display
  - Hourly temperature curve drawn as a custom MUI area widget
  - Configurable units: Celsius/Fahrenheit/Kelvin, km/h/m/s/mph/kn,
    hPa/inHg/mmHg, mm/in
  - Multiple icon themes: drop a drawer with <code>.info or
    <code>.png files under PROGDIR:Icons/ and pick it from
    Preferences
  - Commodity with configurable hotkey (default: ctrl alt w)
  - LumiPass bridge: Import/Export the OpenWeather API key
    via LumiPass through ARexx (Preferences / General)
  - ARexx port LUMIWEATHER (REFRESH, GETTEMP, SHOW, HIDE, etc.)
  - Automatic update check via signature verification, optionally
    silent on program start
  - Localisation: English, German


REQUIREMENTS
------------

  - AmigaOS 3.2 or compatible
  - Motorola 68020 or higher
  - 2 MB RAM free (4 MB recommended)
  - MUI 3.8 (v19) or higher
  - NList.mcc, NListview.mcc, BetterString.mcc
  - AmiSSL 5.27 or newer
  - codesets.library 6 or higher (Aminet:
    util/libs/codesets-lib)
  - A TCP/IP stack: Roadshow, MiamiDX or AmiTCP
  - One of four data sources (choose in Preferences):
    OpenWeather One Call 3.0 (account key required),
    OpenWeather Classic 2.5 (free key required), wttr.in
    (no key) or Open-Meteo (no key).


INSTALLATION
------------

Recommended: open the archive, double-click the "Install" icon
in the LumiWeather/ drawer and follow the AmigaOS Installer (English
or German). It copies the binary, the localisation catalogs and
the AmigaGuide help files to the location you choose.

Manual install: copy the LumiWeather binary and its .info icon
wherever you like, e.g. SYS:Tools/, place the catalogs in
LOCALE:Catalogs/<language>/ and the guides in HELP:<language>/.

On first launch a preferences directory is created under
ENVARC:LumiWeather/. Open Preferences from the Settings menu
to choose an API mode and add at least one location. wttr.in and
Open-Meteo need no API key; OpenWeather (One Call 3.0 / Classic
2.5) needs your account key entered in the API key field.

The per-location offline cache lives in PROGDIR:cache/<location>.dat
(one small text+JSON file per location, capped at 200 KB; oversized
or corrupted files are ignored on next read).


TOOLTYPES
---------

  CX_PRIORITY=<n>       Commodity priority (default 0)
  CX_POPUP=YES|NO       Open main window on launch (default YES)
  CX_POPKEY=<hotkey>    Override Commodity hotkey (default: ctrl alt w)
  ICONIFY=YES           Start iconified (AppIcon only, no window)
  LANGUAGE=<code>       Force catalog (deutsch/english)
  NOUPDATECHECK=1       Disable automatic update check on start
  APPICONX=<n>          AppIcon X position (auto-written on Snapshot)
  APPICONY=<n>          AppIcon Y position (auto-written on Snapshot)


DOCUMENTATION
-------------

  Help/English/LumiWeather.guide          AmigaGuide (English)
  Help/Deutsch/LumiWeather.guide          AmigaGuide (German)


CHANGELOG
---------

  1.0 (Build 515, 05.06.2026)
    Initial release.


BUILD INFORMATION
-----------------

  Version:        1.0 (Build 515)
  Binary size:    ~238 KB (stripped)
  Source code:    ~22,763 lines (C + H)
  Compiler:       m68k-amigaos-gcc 6.5.0b
  Target CPU:     m68020+


LICENSE
-------

LumiWeather is freeware. You may use, copy and redistribute
unmodified binaries freely. Redistribution on Aminet and other
archives is explicitly permitted.

The software is provided "as is", without warranty of any kind.
The author is not liable for any damage or data loss resulting
from the use of this software.

Weather data is provided by OpenWeather (https://openweathermap.org/,
ODbL), wttr.in (https://wttr.in/, ODbL) and Open-Meteo
(https://open-meteo.com/, CC-BY 4.0). Attribution is required when
redistributing the data.


CONTACT
-------

  E-mail:  lumiweather@amigaworld.de
  Web:     https://www.amigaworld.de/


CREDITS
-------

  Author
    Matthias Münch              Concept, implementation, testing

  Built with help from
    Claude Code (Anthropic)     AI assistant for pair programming

  Third-party components
    Stefan Stuntz               MUI 3.8
    Gilles Masson,
    Laurin Woitok,
    Nick Blackburn              NList.mcc (amiga-mui project)
    Allan Odgaard               BetterString.mcc
    Olaf Barthel &
    Oliver Roberts              AmiSSL
    Alfonso Ranieri &
    Jens Maus                   codesets.library
    Dave Gamble                 cJSON (MIT licence, embedded)
    OpenWeather                 Weather data (ODbL)
    Igor Chubin                 wttr.in (weather data, ODbL)
    Open-Meteo                  Weather data (CC-BY)
    Dovora Interactive          Weather icons
    Bas Milius                  Meteocons icon set (MIT)

  Greetings
    Eisman, lokiist, Fossi, yelworC, cappin,
    Cego, McFly, LoneRaider, evil4dmin, jdb78


================================================================
                DEUTSCHE VERSION / GERMAN VERSION
================================================================

LumiWeather ist ein nativer Wetteranzeiger für AmigaOS 3.2 mit
vollständiger MUI-3.8-Oberfläche (v19). Er holt aktuelle Werte,
eine stündliche Vorhersage,
eine Tagesvorhersage und (sofern verfügbar) Wetterwarnungen aus einer
von vier Quellen - OpenWeather (One Call 3.0 / Classic 2.5), wttr.in
oder Open-Meteo - und zeigt sie in einem MUI-Fenster sowie als
Live-AppIcon auf der Workbench an. Mehrere Standorte werden mit
persistentem Cache unterstützt, ein ARexx-Port und konfigurierbarer
Commodity-Hotkey sind eingebaut.


FUNKTIONEN
----------

  - Tabs für aktuell, stündlich (48 h) und täglich (3-16 Tage)
  - Wetterwarnungen in eigenem Tab (nur mit One Call API)
  - Vier API-Modi: OpenWeather One Call 3.0 (Abo), OpenWeather
    Classic 2.5 (kostenloser Key), wttr.in (ohne Key) und
    Open-Meteo (ohne Key, CC-BY)
  - Mehrere Standorte über Cycle-Auswahl; Umbenennen ohne
    Cache-Verlust, primärer Standort für das AppIcon wählbar
  - Geocoding-Lookup: Stadtnamen eingeben, "Auflösen" drücken,
    fertig sind Breiten- und Längengrad
  - Live-AppIcon: Wetter-Symbol plus kurzer Textlabel (z. B.
    "15°C, klar") aktualisiert sich bei jedem Fetch
  - Persistenter Cache pro Standort für Offline-Anzeige
  - Stündliche Temperaturkurve als eigenes MUI-Area-Widget
  - Einheiten konfigurierbar: Celsius/Fahrenheit/Kelvin,
    km/h/m/s/mph/kn, hPa/inHg/mmHg, mm/in
  - Mehrere Icon-Themes: einfach Verzeichnis mit <code>.info
    oder <code>.png Dateien unter PROGDIR:Icons/ ablegen und in
    den Einstellungen auswählen
  - Commodity mit konfigurierbarem Hotkey (Default: ctrl alt w)
  - LumiPass-Bridge: OpenWeather-API-Key per ARexx aus LumiPass
    importieren oder exportieren (Einstellungen / Allgemein)
  - ARexx-Port LUMIWEATHER (REFRESH, GETTEMP, SHOW, HIDE, etc.)
  - Automatischer Update-Check über Signaturprüfung, optional
    auch still beim Programmstart
  - Lokalisierung: Deutsch und Englisch


SYSTEMVORAUSSETZUNGEN
---------------------

  - AmigaOS 3.2 oder kompatibel
  - Motorola 68020 oder höher
  - 2 MB RAM frei (4 MB empfohlen)
  - MUI 3.8 (v19) oder höher
  - NList.mcc, NListview.mcc, BetterString.mcc
  - AmiSSL 5.27 oder neuer
  - codesets.library 6 oder höher (Aminet:
    util/libs/codesets-lib)
  - TCP/IP-Stack: Roadshow, MiamiDX oder AmiTCP
  - Eine von vier Datenquellen (in den Einstellungen wählbar):
    OpenWeather One Call 3.0 (Account-Schlüssel nötig),
    OpenWeather Classic 2.5 (kostenloser Schlüssel nötig),
    wttr.in (kein Schlüssel) oder Open-Meteo (kein Schlüssel).


INSTALLATION
------------

Empfohlen: Archiv öffnen, im Verzeichnis LumiWeather/ auf "Install"
doppelklicken und dem AmigaOS-Installer folgen (deutsche oder
englische Sprache). Er kopiert das Binary, die Sprachkataloge und
die AmigaGuide-Dokumentation an den gewählten Ort.

Manuelle Installation: das LumiWeather-Binary und das zugehörige
Piktogramm an einen beliebigen Ort kopieren (z.B. SYS:Tools/),
die Kataloge nach LOCALE:Catalogs/<Sprache>/ und die Guides nach
HELP:<Sprache>/.

Beim ersten Start wird ein Einstellungsverzeichnis unter
ENVARC:LumiWeather/ angelegt. Öffne "Einstellungen..." aus dem
Menü, um einen API-Modus auszuwählen und mindestens einen
Standort einzutragen. wttr.in und Open-Meteo brauchen keinen
API-Schlüssel; OpenWeather (One Call 3.0 / Classic 2.5) braucht
deinen Account-Key im Feld "API-Schlüssel".

Der Offline-Cache pro Standort liegt unter PROGDIR:cache/<Standort>.dat
(eine kleine Text+JSON-Datei pro Standort, gedeckelt bei 200 KB;
übergroße oder korrupte Dateien werden beim nächsten Lesen ignoriert).


TOOLTYPES
---------

  CX_PRIORITY=<n>       Commodity-Priorität (Default 0)
  CX_POPUP=YES|NO       Hauptfenster beim Start öffnen (Default YES)
  CX_POPKEY=<Hotkey>    Commodity-Hotkey überschreiben (Default: ctrl alt w)
  ICONIFY=YES           Direkt iconifiziert starten (nur AppIcon, kein Fenster)
  LANGUAGE=<Kürzel>     Katalog erzwingen (deutsch/english)
  NOUPDATECHECK=1       Automatische Update-Prüfung abschalten
  APPICONX=<n>          AppIcon-X-Position (wird beim Snapshot mitgeschrieben)
  APPICONY=<n>          AppIcon-Y-Position (wird beim Snapshot mitgeschrieben)


DOKUMENTATION
-------------

  Help/Deutsch/LumiWeather.guide          AmigaGuide (Deutsch)
  Help/English/LumiWeather.guide          AmigaGuide (Englisch)


VERSIONSHISTORIE
----------------

  1.0 (Build 515, 05.06.2026)
    Erstveröffentlichung.


BUILD-INFORMATIONEN
-------------------

  Version:        1.0 (Build 515)
  Binary-Größe:   ~238 KB (gestrippt)
  Quelltext:      ~22.763 Zeilen (C + H)
  Compiler:       m68k-amigaos-gcc 6.5.0b
  Ziel-CPU:       m68020+


LIZENZ
------

LumiWeather ist Freeware. Unveränderte Binärdateien dürfen frei
genutzt, kopiert und weiterverbreitet werden. Die Verbreitung
über Aminet und andere Archive ist ausdrücklich erlaubt.

Die Software wird "wie sie ist" ohne jegliche Garantie
bereitgestellt. Der Autor haftet nicht für Schäden oder
Datenverluste, die durch die Nutzung dieser Software entstehen.

Wetterdaten von OpenWeather (https://openweathermap.org/, ODbL),
wttr.in (https://wttr.in/, ODbL) und Open-Meteo
(https://open-meteo.com/, CC-BY 4.0). Bei einer Weitergabe der
Daten ist eine Quellenangabe erforderlich.


KONTAKT
-------

  E-Mail:  lumiweather@amigaworld.de
  Web:     https://www.amigaworld.de/


MITWIRKENDE
-----------

  Autor
    Matthias Münch              Konzept, Umsetzung, Tests

  Unterstützt durch
    Claude Code (Anthropic)     KI-Assistent für Pair-Programming

  Fremdkomponenten
    Stefan Stuntz               MUI 3.8
    Gilles Masson,
    Laurin Woitok,
    Nick Blackburn              NList.mcc (amiga-mui-Projekt)
    Allan Odgaard               BetterString.mcc
    Olaf Barthel &
    Oliver Roberts              AmiSSL
    Alfonso Ranieri &
    Jens Maus                   codesets.library
    Dave Gamble                 cJSON (MIT-Lizenz, eingebettet)
    OpenWeather                 Wetterdaten (ODbL)
    Igor Chubin                 wttr.in (Wetterdaten, ODbL)
    Open-Meteo                  Wetterdaten (CC-BY)
    Dovora Interactive          Wetter-Icons
    Bas Milius                  Meteocons-Icon-Set (MIT)

  Grüße
    Eisman, lokiist, Fossi, yelworC, cappin,
    Cego, McFly, LoneRaider, evil4dmin, jdb78


Contents of util/misc/LumiWeather_1.0.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 4272    9364  45.6% -lh5- 1d7d Jun  5 17:46 LumiWeather?Catalogs?Deutsch?LumiWeather.catalog
[generic]                 3775    8224  45.9% -lh5- c294 Jun  5 17:46 LumiWeather?Catalogs?English?LumiWeather.catalog
[generic]                 5904   15240  38.7% -lh5- f6b7 Jun  5 17:46 LumiWeather?Catalogs?LumiWeather.cd
[generic]                 7462   17694  42.2% -lh5- d334 Jun  5 17:46 LumiWeather?Help?Deutsch?LumiWeather.guide
[generic]                 6874   16463  41.8% -lh5- b75d Jun  5 17:46 LumiWeather?Help?English?LumiWeather.guide
[generic]                 1393    2900  48.0% -lh5- 2e37 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?01d.info
[generic]                 2215    3708  59.7% -lh5- d45d Jun  5 17:46 LumiWeather?Icons?meteocons-fill?01n.info
[generic]                 1690    3368  50.2% -lh5- d9a9 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?02d.info
[generic]                 1766    3480  50.7% -lh5- bfef Jun  5 17:46 LumiWeather?Icons?meteocons-fill?02n.info
[generic]                 1296    3016  43.0% -lh5- f9b2 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?03d.info
[generic]                 1296    3016  43.0% -lh5- f9b2 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?03n.info
[generic]                 1296    3016  43.0% -lh5- f9b2 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?04d.info
[generic]                 1296    3016  43.0% -lh5- f9b2 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?04n.info
[generic]                 1709    3348  51.0% -lh5- adf8 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?09d.info
[generic]                 1709    3348  51.0% -lh5- adf8 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?09n.info
[generic]                 1801    3424  52.6% -lh5- a86e Jun  5 17:46 LumiWeather?Icons?meteocons-fill?10d.info
[generic]                 1940    3572  54.3% -lh5- 0107 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?10n.info
[generic]                 1850    3436  53.8% -lh5- f868 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?11d.info
[generic]                 1850    3436  53.8% -lh5- f868 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?11n.info
[generic]                 1850    3424  54.0% -lh5- 950d Jun  5 17:46 LumiWeather?Icons?meteocons-fill?13d.info
[generic]                 1850    3424  54.0% -lh5- 950d Jun  5 17:46 LumiWeather?Icons?meteocons-fill?13n.info
[generic]                 1024    2368  43.2% -lh5- cdbf Jun  5 17:46 LumiWeather?Icons?meteocons-fill?50d.info
[generic]                 1024    2368  43.2% -lh5- cdbf Jun  5 17:46 LumiWeather?Icons?meteocons-fill?50n.info
[generic]                  485     800  60.6% -lh5- dfb5 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?01d.info
[generic]                  826    1090  75.8% -lh5- e4b5 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?01n.info
[generic]                  570     894  63.8% -lh5- 1abb Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?02d.info
[generic]                  614     932  65.9% -lh5- 962f Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?02n.info
[generic]                  466     788  59.1% -lh5- 65a3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?03d.info
[generic]                  466     788  59.1% -lh5- 65a3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?03n.info
[generic]                  466     788  59.1% -lh5- 65a3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?04d.info
[generic]                  466     788  59.1% -lh5- 65a3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?04n.info
[generic]                  572     880  65.0% -lh5- 04fe Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?09d.info
[generic]                  572     880  65.0% -lh5- 04fe Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?09n.info
[generic]                  652     956  68.2% -lh5- 3a2e Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?10d.info
[generic]                  703     998  70.4% -lh5- 74ae Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?10n.info
[generic]                  657     970  67.7% -lh5- 6a25 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?11d.info
[generic]                  657     970  67.7% -lh5- 6a25 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?11n.info
[generic]                  641     952  67.3% -lh5- b1a5 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?13d.info
[generic]                  641     952  67.3% -lh5- b1a5 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?13n.info
[generic]                  370     610  60.7% -lh5- ddc3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?50d.info
[generic]                  370     610  60.7% -lh5- ddc3 Jun  5 17:46 LumiWeather?Icons?meteocons-fill?small?50n.info
[generic]                  977    2574  38.0% -lh5- 0201 Jun  5 17:46 LumiWeather?Icons?meteocons-line?01d.info
[generic]                 1686    2994  56.3% -lh5- 2b21 Jun  5 17:46 LumiWeather?Icons?meteocons-line?01n.info
[generic]                 1560    2902  53.8% -lh5- e40b Jun  5 17:46 LumiWeather?Icons?meteocons-line?02d.info
[generic]                 1545    2824  54.7% -lh5- 2133 Jun  5 17:46 LumiWeather?Icons?meteocons-line?02n.info
[generic]                 1072    2378  45.1% -lh5- 751f Jun  5 17:46 LumiWeather?Icons?meteocons-line?03d.info
[generic]                 1072    2378  45.1% -lh5- 751f Jun  5 17:46 LumiWeather?Icons?meteocons-line?03n.info
[generic]                 1072    2378  45.1% -lh5- 751f Jun  5 17:46 LumiWeather?Icons?meteocons-line?04d.info
[generic]                 1072    2378  45.1% -lh5- 751f Jun  5 17:46 LumiWeather?Icons?meteocons-line?04n.info
[generic]                 1420    2748  51.7% -lh5- 8985 Jun  5 17:46 LumiWeather?Icons?meteocons-line?09d.info
[generic]                 1420    2748  51.7% -lh5- 8985 Jun  5 17:46 LumiWeather?Icons?meteocons-line?09n.info
[generic]                 1676    3076  54.5% -lh5- 7098 Jun  5 17:46 LumiWeather?Icons?meteocons-line?10d.info
[generic]                 1706    3088  55.2% -lh5- 54e3 Jun  5 17:46 LumiWeather?Icons?meteocons-line?10n.info
[generic]                 1550    2926  53.0% -lh5- f2e3 Jun  5 17:46 LumiWeather?Icons?meteocons-line?11d.info
[generic]                 1550    2926  53.0% -lh5- f2e3 Jun  5 17:46 LumiWeather?Icons?meteocons-line?11n.info
[generic]                 1706    3074  55.5% -lh5- 0b20 Jun  5 17:46 LumiWeather?Icons?meteocons-line?13d.info
[generic]                 1706    3074  55.5% -lh5- 0b20 Jun  5 17:46 LumiWeather?Icons?meteocons-line?13n.info
[generic]                  393    1558  25.2% -lh5- f015 Jun  5 17:46 LumiWeather?Icons?meteocons-line?50d.info
[generic]                  393    1558  25.2% -lh5- f015 Jun  5 17:46 LumiWeather?Icons?meteocons-line?50n.info
[generic]                  351     688  51.0% -lh5- d6ea Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?01d.info
[generic]                  558     856  65.2% -lh5- 8ba2 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?01n.info
[generic]                  504     764  66.0% -lh5- 9bab Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?02d.info
[generic]                  502     768  65.4% -lh5- b7e5 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?02n.info
[generic]                  389     646  60.2% -lh5- 5121 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?03d.info
[generic]                  389     646  60.2% -lh5- 5121 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?03n.info
[generic]                  389     646  60.2% -lh5- 5121 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?04d.info
[generic]                  389     646  60.2% -lh5- 5121 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?04n.info
[generic]                  473     736  64.3% -lh5- 4723 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?09d.info
[generic]                  473     736  64.3% -lh5- 4723 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?09n.info
[generic]                  575     826  69.6% -lh5- 12be Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?10d.info
[generic]                  586     848  69.1% -lh5- 3f99 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?10n.info
[generic]                  521     810  64.3% -lh5- cff7 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?11d.info
[generic]                  521     810  64.3% -lh5- cff7 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?11n.info
[generic]                  570     834  68.3% -lh5- 1780 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?13d.info
[generic]                  570     834  68.3% -lh5- 1780 Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?13n.info
[generic]                  201     430  46.7% -lh5- 9c8d Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?50d.info
[generic]                  201     430  46.7% -lh5- 9c8d Jun  5 17:46 LumiWeather?Icons?meteocons-line?small?50n.info
[generic]                 2109    3916  53.9% -lh5- b9cb Jun  5 17:46 LumiWeather?Icons?modern?01d.info
[generic]                 2609    4616  56.5% -lh5- 3b5d Jun  5 17:46 LumiWeather?Icons?modern?01n.info
[generic]                 2016    3372  59.8% -lh5- 3d0b Jun  5 17:46 LumiWeather?Icons?modern?02d.info
[generic]                 2114    3508  60.3% -lh5- add3 Jun  5 17:46 LumiWeather?Icons?modern?02n.info
[generic]                 1630    2912  56.0% -lh5- ea9f Jun  5 17:46 LumiWeather?Icons?modern?03d.info
[generic]                 1630    2912  56.0% -lh5- ea9f Jun  5 17:46 LumiWeather?Icons?modern?03n.info
[generic]                 1784    3150  56.6% -lh5- 81be Jun  5 17:46 LumiWeather?Icons?modern?04d.info
[generic]                 1784    3150  56.6% -lh5- 81be Jun  5 17:46 LumiWeather?Icons?modern?04n.info
[generic]                 1892    3252  58.2% -lh5- b641 Jun  5 17:46 LumiWeather?Icons?modern?09d.info
[generic]                 1892    3252  58.2% -lh5- b641 Jun  5 17:46 LumiWeather?Icons?modern?09n.info
[generic]                 2109    3532  59.7% -lh5- 6eea Jun  5 17:46 LumiWeather?Icons?modern?10d.info
[generic]                 2222    3652  60.8% -lh5- 874f Jun  5 17:46 LumiWeather?Icons?modern?10n.info
[generic]                 2177    3612  60.3% -lh5- 7e66 Jun  5 17:46 LumiWeather?Icons?modern?11d.info
[generic]                 2306    3744  61.6% -lh5- 4054 Jun  5 17:46 LumiWeather?Icons?modern?11n.info
[generic]                 2123    3508  60.5% -lh5- 6ce6 Jun  5 17:46 LumiWeather?Icons?modern?13d.info
[generic]                 2221    3640  61.0% -lh5- 818e Jun  5 17:46 LumiWeather?Icons?modern?13n.info
[generic]                 1825    3124  58.4% -lh5- d454 Jun  5 17:46 LumiWeather?Icons?modern?50d.info
[generic]                 1825    3124  58.4% -lh5- d454 Jun  5 17:46 LumiWeather?Icons?modern?50n.info
[generic]                  882    1148  76.8% -lh5- 3404 Jun  5 17:46 LumiWeather?Icons?modern?small?01d.info
[generic]                 1029    1316  78.2% -lh5- bef8 Jun  5 17:46 LumiWeather?Icons?modern?small?01n.info
[generic]                  708     960  73.8% -lh5- f48e Jun  5 17:46 LumiWeather?Icons?modern?small?02d.info
[generic]                  752    1006  74.8% -lh5- afbf Jun  5 17:46 LumiWeather?Icons?modern?small?02n.info
[generic]                  535     804  66.5% -lh5- 4979 Jun  5 17:46 LumiWeather?Icons?modern?small?03d.info
[generic]                  535     804  66.5% -lh5- 4979 Jun  5 17:46 LumiWeather?Icons?modern?small?03n.info
[generic]                  525     806  65.1% -lh5- 22c0 Jun  5 17:46 LumiWeather?Icons?modern?small?04d.info
[generic]                  525     806  65.1% -lh5- 22c0 Jun  5 17:46 LumiWeather?Icons?modern?small?04n.info
[generic]                  644     906  71.1% -lh5- 2341 Jun  5 17:46 LumiWeather?Icons?modern?small?09d.info
[generic]                  644     906  71.1% -lh5- 2341 Jun  5 17:46 LumiWeather?Icons?modern?small?09n.info
[generic]                  832    1106  75.2% -lh5- b66e Jun  5 17:46 LumiWeather?Icons?modern?small?10d.info
[generic]                  864    1156  74.7% -lh5- 5df4 Jun  5 17:46 LumiWeather?Icons?modern?small?10n.info
[generic]                  848    1124  75.4% -lh5- 9039 Jun  5 17:46 LumiWeather?Icons?modern?small?11d.info
[generic]                  895    1182  75.7% -lh5- e3c0 Jun  5 17:46 LumiWeather?Icons?modern?small?11n.info
[generic]                  766    1026  74.7% -lh5- 9b97 Jun  5 17:46 LumiWeather?Icons?modern?small?13d.info
[generic]                  804    1080  74.4% -lh5- 486c Jun  5 17:46 LumiWeather?Icons?modern?small?13n.info
[generic]                  605     878  68.9% -lh5- b51e Jun  5 17:46 LumiWeather?Icons?modern?small?50d.info
[generic]                  605     878  68.9% -lh5- b51e Jun  5 17:46 LumiWeather?Icons?modern?small?50n.info
[generic]                  651    2228  29.2% -lh5- 15d9 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?01d.info
[generic]                  702    2216  31.7% -lh5- b7fc Jun  5 17:46 LumiWeather?Icons?monochrome-dark?01n.info
[generic]                  651    2116  30.8% -lh5- 2aa9 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?02d.info
[generic]                  672    2078  32.3% -lh5- 7a73 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?02n.info
[generic]                  517    1862  27.8% -lh5- 00df Jun  5 17:46 LumiWeather?Icons?monochrome-dark?03d.info
[generic]                  517    1862  27.8% -lh5- 00df Jun  5 17:46 LumiWeather?Icons?monochrome-dark?03n.info
[generic]                  511    1804  28.3% -lh5- 54b4 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?04d.info
[generic]                  511    1804  28.3% -lh5- 54b4 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?04n.info
[generic]                  544    1884  28.9% -lh5- c36c Jun  5 17:46 LumiWeather?Icons?monochrome-dark?09d.info
[generic]                  544    1884  28.9% -lh5- c36c Jun  5 17:46 LumiWeather?Icons?monochrome-dark?09n.info
[generic]                  684    2112  32.4% -lh5- 5cfd Jun  5 17:46 LumiWeather?Icons?monochrome-dark?10d.info
[generic]                  680    2096  32.4% -lh5- 551d Jun  5 17:46 LumiWeather?Icons?monochrome-dark?10n.info
[generic]                  709    2142  33.1% -lh5- bf6f Jun  5 17:46 LumiWeather?Icons?monochrome-dark?11d.info
[generic]                  710    2138  33.2% -lh5- f3c1 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?11n.info
[generic]                  666    2100  31.7% -lh5- 722d Jun  5 17:46 LumiWeather?Icons?monochrome-dark?13d.info
[generic]                  681    2088  32.6% -lh5- 6adf Jun  5 17:46 LumiWeather?Icons?monochrome-dark?13n.info
[generic]                  514    1820  28.2% -lh5- 773a Jun  5 17:46 LumiWeather?Icons?monochrome-dark?50d.info
[generic]                  514    1820  28.2% -lh5- 773a Jun  5 17:46 LumiWeather?Icons?monochrome-dark?50n.info
[generic]                  232     562  41.3% -lh5- 93a8 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?01d.info
[generic]                  271     590  45.9% -lh5- 6212 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?01n.info
[generic]                  229     484  47.3% -lh5- 9e40 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?02d.info
[generic]                  260     510  51.0% -lh5- 0e63 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?02n.info
[generic]                  229     476  48.1% -lh5- a747 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?03d.info
[generic]                  229     476  48.1% -lh5- a747 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?03n.info
[generic]                  218     446  48.9% -lh5- 9e7d Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?04d.info
[generic]                  218     446  48.9% -lh5- 9e7d Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?04n.info
[generic]                  231     476  48.5% -lh5- 2ded Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?09d.info
[generic]                  231     476  48.5% -lh5- 2ded Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?09n.info
[generic]                  228     492  46.3% -lh5- 8d58 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?10d.info
[generic]                  243     512  47.5% -lh5- 5b5b Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?10n.info
[generic]                  221     474  46.6% -lh5- 9f43 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?11d.info
[generic]                  232     494  47.0% -lh5- 46ca Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?11n.info
[generic]                  225     490  45.9% -lh5- c58a Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?13d.info
[generic]                  244     514  47.5% -lh5- fc07 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?13n.info
[generic]                  223     460  48.5% -lh5- 07b4 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?50d.info
[generic]                  223     460  48.5% -lh5- 07b4 Jun  5 17:46 LumiWeather?Icons?monochrome-dark?small?50n.info
[generic]                  676    2238  30.2% -lh5- 9ea1 Jun  5 17:46 LumiWeather?Icons?monochrome-light?01d.info
[generic]                  802    2250  35.6% -lh5- 0f47 Jun  5 17:46 LumiWeather?Icons?monochrome-light?01n.info
[generic]                  911    2284  39.9% -lh5- c7d7 Jun  5 17:46 LumiWeather?Icons?monochrome-light?02d.info
[generic]                  727    2124  34.2% -lh5- ade8 Jun  5 17:46 LumiWeather?Icons?monochrome-light?02n.info
[generic]                  585    1902  30.8% -lh5- dce3 Jun  5 17:46 LumiWeather?Icons?monochrome-light?03d.info
[generic]                  585    1902  30.8% -lh5- dce3 Jun  5 17:46 LumiWeather?Icons?monochrome-light?03n.info
[generic]                  595    1870  31.8% -lh5- fc17 Jun  5 17:46 LumiWeather?Icons?monochrome-light?04d.info
[generic]                  595    1870  31.8% -lh5- fc17 Jun  5 17:46 LumiWeather?Icons?monochrome-light?04n.info
[generic]                  598    1918  31.2% -lh5- a5c5 Jun  5 17:46 LumiWeather?Icons?monochrome-light?09d.info
[generic]                  598    1918  31.2% -lh5- a5c5 Jun  5 17:46 LumiWeather?Icons?monochrome-light?09n.info
[generic]                  724    2138  33.9% -lh5- a18c Jun  5 17:46 LumiWeather?Icons?monochrome-light?10d.info
[generic]                  721    2128  33.9% -lh5- 6465 Jun  5 17:46 LumiWeather?Icons?monochrome-light?10n.info
[generic]                  757    2170  34.9% -lh5- 60b3 Jun  5 17:46 LumiWeather?Icons?monochrome-light?11d.info
[generic]                  751    2170  34.6% -lh5- e0fc Jun  5 17:46 LumiWeather?Icons?monochrome-light?11n.info
[generic]                  873    2256  38.7% -lh5- dd70 Jun  5 17:46 LumiWeather?Icons?monochrome-light?13d.info
[generic]                  722    2122  34.0% -lh5- f760 Jun  5 17:46 LumiWeather?Icons?monochrome-light?13n.info
[generic]                  577    1860  31.0% -lh5- c933 Jun  5 17:46 LumiWeather?Icons?monochrome-light?50d.info
[generic]                  577    1860  31.0% -lh5- c933 Jun  5 17:46 LumiWeather?Icons?monochrome-light?50n.info
[generic]                  241     566  42.6% -lh5- 4354 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?01d.info
[generic]                  284     602  47.2% -lh5- ebef Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?01n.info
[generic]                  285     546  52.2% -lh5- d293 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?02d.info
[generic]                  272     526  51.7% -lh5- 2757 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?02n.info
[generic]                  230     478  48.1% -lh5- ec5e Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?03d.info
[generic]                  230     478  48.1% -lh5- ec5e Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?03n.info
[generic]                  233     472  49.4% -lh5- 64ef Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?04d.info
[generic]                  233     472  49.4% -lh5- 64ef Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?04n.info
[generic]                  237     492  48.2% -lh5- 6802 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?09d.info
[generic]                  237     492  48.2% -lh5- 6802 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?09n.info
[generic]                  244     502  48.6% -lh5- 40d4 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?10d.info
[generic]                  262     528  49.6% -lh5- 2571 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?10n.info
[generic]                  233     482  48.3% -lh5- 05eb Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?11d.info
[generic]                  249     508  49.0% -lh5- 22b9 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?11n.info
[generic]                  297     562  52.8% -lh5- b2a6 Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?13d.info
[generic]                  258     522  49.4% -lh5- 791b Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?13n.info
[generic]                  240     482  49.8% -lh5- 7eee Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?50d.info
[generic]                  240     482  49.8% -lh5- 7eee Jun  5 17:46 LumiWeather?Icons?monochrome-light?small?50n.info
[generic]                 1252    2498  50.1% -lh5- 3df7 Jun  5 17:46 LumiWeather?Icons?openweather?01d.info
[generic]                 1017    2222  45.8% -lh5- 2f2d Jun  5 17:46 LumiWeather?Icons?openweather?01n.info
[generic]                 1368    2654  51.5% -lh5- 751f Jun  5 17:46 LumiWeather?Icons?openweather?02d.info
[generic]                 1127    2400  47.0% -lh5- ef21 Jun  5 17:46 LumiWeather?Icons?openweather?02n.info
[generic]                  708    1886  37.5% -lh5- 064f Jun  5 17:46 LumiWeather?Icons?openweather?03d.info
[generic]                  708    1886  37.5% -lh5- 064f Jun  5 17:46 LumiWeather?Icons?openweather?03n.info
[generic]                 1116    2388  46.7% -lh5- d723 Jun  5 17:46 LumiWeather?Icons?openweather?04d.info
[generic]                 1116    2388  46.7% -lh5- d723 Jun  5 17:46 LumiWeather?Icons?openweather?04n.info
[generic]                 1387    2716  51.1% -lh5- 8681 Jun  5 17:46 LumiWeather?Icons?openweather?09d.info
[generic]                 1387    2716  51.1% -lh5- 8681 Jun  5 17:46 LumiWeather?Icons?openweather?09n.info
[generic]                 1783    3132  56.9% -lh5- 9d0f Jun  5 17:46 LumiWeather?Icons?openweather?10d.info
[generic]                 1504    2842  52.9% -lh5- 443c Jun  5 17:46 LumiWeather?Icons?openweather?10n.info
[generic]                 1698    3020  56.2% -lh5- 0639 Jun  5 17:46 LumiWeather?Icons?openweather?11d.info
[generic]                 1698    3020  56.2% -lh5- 0639 Jun  5 17:46 LumiWeather?Icons?openweather?11n.info
[generic]                 1519    3486  43.6% -lh5- d2dd Jun  5 17:46 LumiWeather?Icons?openweather?13d.info
[generic]                 1519    3486  43.6% -lh5- d2dd Jun  5 17:46 LumiWeather?Icons?openweather?13n.info
[generic]                  490    1604  30.5% -lh5- e652 Jun  5 17:46 LumiWeather?Icons?openweather?50d.info
[generic]                  490    1604  30.5% -lh5- e652 Jun  5 17:46 LumiWeather?Icons?openweather?50n.info
[generic]                  469     792  59.2% -lh5- 58b2 Jun  5 17:46 LumiWeather?Icons?openweather?small?01d.info
[generic]                  370     680  54.4% -lh5- f83b Jun  5 17:46 LumiWeather?Icons?openweather?small?01n.info
[generic]                  506     764  66.2% -lh5- 7385 Jun  5 17:46 LumiWeather?Icons?openweather?small?02d.info
[generic]                  434     702  61.8% -lh5- 7857 Jun  5 17:46 LumiWeather?Icons?openweather?small?02n.info
[generic]                  278     548  50.7% -lh5- 6012 Jun  5 17:46 LumiWeather?Icons?openweather?small?03d.info
[generic]                  278     548  50.7% -lh5- 6012 Jun  5 17:46 LumiWeather?Icons?openweather?small?03n.info
[generic]                  415     670  61.9% -lh5- 8b59 Jun  5 17:46 LumiWeather?Icons?openweather?small?04d.info
[generic]                  415     670  61.9% -lh5- 8b59 Jun  5 17:46 LumiWeather?Icons?openweather?small?04n.info
[generic]                  478     754  63.4% -lh5- 16a0 Jun  5 17:46 LumiWeather?Icons?openweather?small?09d.info
[generic]                  478     754  63.4% -lh5- 16a0 Jun  5 17:46 LumiWeather?Icons?openweather?small?09n.info
[generic]                  597     894  66.8% -lh5- e348 Jun  5 17:46 LumiWeather?Icons?openweather?small?10d.info
[generic]                  509     802  63.5% -lh5- 6aa4 Jun  5 17:46 LumiWeather?Icons?openweather?small?10n.info
[generic]                  579     852  68.0% -lh5- 56c4 Jun  5 17:46 LumiWeather?Icons?openweather?small?11d.info
[generic]                  579     852  68.0% -lh5- 56c4 Jun  5 17:46 LumiWeather?Icons?openweather?small?11n.info
[generic]                  457     826  55.3% -lh5- 106f Jun  5 17:46 LumiWeather?Icons?openweather?small?13d.info
[generic]                  457     826  55.3% -lh5- 106f Jun  5 17:46 LumiWeather?Icons?openweather?small?13n.info
[generic]                  280     518  54.1% -lh5- d668 Jun  5 17:46 LumiWeather?Icons?openweather?small?50d.info
[generic]                  280     518  54.1% -lh5- d668 Jun  5 17:46 LumiWeather?Icons?openweather?small?50n.info
[generic]                  580    2264  25.6% -lh5- 4a0a Jun  5 17:46 LumiWeather?Icons?simplistic?01d.info
[generic]                  725    2270  31.9% -lh5- 4ea9 Jun  5 17:46 LumiWeather?Icons?simplistic?01n.info
[generic]                 1019    2434  41.9% -lh5- da91 Jun  5 17:46 LumiWeather?Icons?simplistic?02d.info
[generic]                  940    2352  40.0% -lh5- 18ef Jun  5 17:46 LumiWeather?Icons?simplistic?02n.info
[generic]                  585    1904  30.7% -lh5- 1c74 Jun  5 17:46 LumiWeather?Icons?simplistic?03d.info
[generic]                  585    1904  30.7% -lh5- 1c74 Jun  5 17:46 LumiWeather?Icons?simplistic?03n.info
[generic]                  589    1872  31.5% -lh5- 61c1 Jun  5 17:46 LumiWeather?Icons?simplistic?04d.info
[generic]                  589    1872  31.5% -lh5- 61c1 Jun  5 17:46 LumiWeather?Icons?simplistic?04n.info
[generic]                  787    2084  37.8% -lh5- 0e78 Jun  5 17:46 LumiWeather?Icons?simplistic?09d.info
[generic]                  787    2084  37.8% -lh5- 0e78 Jun  5 17:46 LumiWeather?Icons?simplistic?09n.info
[generic]                 1120    2536  44.2% -lh5- b671 Jun  5 17:46 LumiWeather?Icons?simplistic?10d.info
[generic]                 1150    2528  45.5% -lh5- 9302 Jun  5 17:46 LumiWeather?Icons?simplistic?10n.info
[generic]                 1170    2602  45.0% -lh5- 9218 Jun  5 17:46 LumiWeather?Icons?simplistic?11d.info
[generic]                 1248    2648  47.1% -lh5- 2eaa Jun  5 17:46 LumiWeather?Icons?simplistic?11n.info
[generic]                 1010    2432  41.5% -lh5- c465 Jun  5 17:46 LumiWeather?Icons?simplistic?13d.info
[generic]                  955    2358  40.5% -lh5- 982a Jun  5 17:46 LumiWeather?Icons?simplistic?13n.info
[generic]                  571    1846  30.9% -lh5- 1a74 Jun  5 17:46 LumiWeather?Icons?simplistic?50d.info
[generic]                  571    1846  30.9% -lh5- 1a74 Jun  5 17:46 LumiWeather?Icons?simplistic?50n.info
[generic]                  242     578  41.9% -lh5- 1cf3 Jun  5 17:46 LumiWeather?Icons?simplistic?small?01d.info
[generic]                  283     620  45.6% -lh5- 78b0 Jun  5 17:46 LumiWeather?Icons?simplistic?small?01n.info
[generic]                  375     628  59.7% -lh5- 77d7 Jun  5 17:46 LumiWeather?Icons?simplistic?small?02d.info
[generic]                  358     620  57.7% -lh5- 0163 Jun  5 17:46 LumiWeather?Icons?simplistic?small?02n.info
[generic]                  241     484  49.8% -lh5- a385 Jun  5 17:46 LumiWeather?Icons?simplistic?small?03d.info
[generic]                  241     484  49.8% -lh5- a385 Jun  5 17:46 LumiWeather?Icons?simplistic?small?03n.info
[generic]                  229     468  48.9% -lh5- f5cc Jun  5 17:46 LumiWeather?Icons?simplistic?small?04d.info
[generic]                  229     468  48.9% -lh5- f5cc Jun  5 17:46 LumiWeather?Icons?simplistic?small?04n.info
[generic]                  306     544  56.2% -lh5- e5f3 Jun  5 17:46 LumiWeather?Icons?simplistic?small?09d.info
[generic]                  306     544  56.2% -lh5- e5f3 Jun  5 17:46 LumiWeather?Icons?simplistic?small?09n.info
[generic]                  408     684  59.6% -lh5- 4bb8 Jun  5 17:46 LumiWeather?Icons?simplistic?small?10d.info
[generic]                  414     682  60.7% -lh5- c098 Jun  5 17:46 LumiWeather?Icons?simplistic?small?10n.info
[generic]                  383     642  59.7% -lh5- 864b Jun  5 17:46 LumiWeather?Icons?simplistic?small?11d.info
[generic]                  393     648  60.6% -lh5- f76b Jun  5 17:46 LumiWeather?Icons?simplistic?small?11n.info
[generic]                  368     640  57.5% -lh5- ecc7 Jun  5 17:46 LumiWeather?Icons?simplistic?small?13d.info
[generic]                  347     622  55.8% -lh5- 773e Jun  5 17:46 LumiWeather?Icons?simplistic?small?13n.info
[generic]                  234     476  49.2% -lh5- b167 Jun  5 17:46 LumiWeather?Icons?simplistic?small?50d.info
[generic]                  234     476  49.2% -lh5- b167 Jun  5 17:46 LumiWeather?Icons?simplistic?small?50n.info
[generic]                 2563    9836  26.1% -lh5- 6973 Jun  5 17:46 LumiWeather?Install
[generic]                 1521    1984  76.7% -lh5- a549 Jun  5 17:46 LumiWeather?Install.info
[generic]               127992  243880  52.5% -lh5- ff77 Jun  5 17:46 LumiWeather?LumiWeather
[generic]                  918    1220  75.2% -lh5- 7b72 Jun  5 17:46 LumiWeather?LumiWeather.info
[generic]                 5019   12814  39.2% -lh5- f587 Jun  5 17:46 LumiWeather?Readme
[generic]                 1042    1543  67.5% -lh5- 597c Jun  5 17:46 LumiWeather?Readme.info
[generic]                 1417    2602  54.5% -lh5- bbf9 Jun  5 17:46 LumiWeather.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       264 files  371174  754708  49.2%            Jun  6 00:24
Page generated in 0.03 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>