From 89ea844b4a5f1979a3b0c5a0470cc2d13eb2aff5 Mon Sep 17 00:00:00 2001 From: NCLanceman Date: Wed, 18 Jun 2025 19:58:39 -0500 Subject: [PATCH] Icons Working --- __pycache__/iconSelector.cpython-310.pyc | Bin 0 -> 1293 bytes iconSelector.py | 13 ++++++++----- weather.py | 5 +++-- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 __pycache__/iconSelector.cpython-310.pyc diff --git a/__pycache__/iconSelector.cpython-310.pyc b/__pycache__/iconSelector.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63e06161a93d4b9fb629ddf47e1e32a940b405d7 GIT binary patch literal 1293 zcmZuxO>fgc5Z(1xoHR*$fzl$ir798;O?}{s0EtM5OF86#RD{6tZWB}68+M&miP9TC zq~*q6+AIH}C*HVCleTQMZ|2R8cd~ECR;^ZpVSM<~AHED2`%7ebI3VvZO%E_&g8k-4 zOmN{0oFgt=;lVnH`-r=+0jwu#B1GI5ba$L}mq`nA2QCRs-whsVR|?s}qTsca|2y z`h<9XFgB&JL6WI4XsA#yiA|Ys9ArLRI5gj5nh{{eF4!fz;DTTBb3Wre_I3Z(*EOJ$RJCkualsZZi zRrF&|H_#Fu_nd|G5cAL~6xDmkJnV$} w5v+bpuukxVV1r{stationName} \n{temp} \n{windData} \n{humidity} \n{precipitation}" + result = f"{stationName}\n{condition} \n{temp} \n{windData} \n{humidity} \n{precipitation}" return result @@ -92,5 +93,5 @@ else: weatherIconImage = f"/home/nclanceman/tools/weather{iconSelect.imageSelector(weatherIcon, timeOfDay)}" # print(f" \u2601 {condition}, {roundedTemp} F") print( - f"{weatherIconImage} {condition}, {roundedTemp}F") + f"{weatherIconImage} {roundedTemp}F") print(tooltipPrinter(request_json))