lynolamero
lynolamero
I'm getting some syntax errors in this file now. I'm not sure, but it seems that if condition["windSpeed"] == 0: draw.text((x, top + 15), "Calm", font=fontSmall, fill=255) else: draw.text((x, top...
Done. Works good. Thanks Phillip
I like the idea of this update. I incorporated the noted changes and it seems to work. However, the MiniDisplay is not working correctly. All previous CRONTAB lines are commented...
Need some help with this one: pi@METAR-MAP:~ $ sudo python3 metar.py Running metar.py at 31/01/2022 15:00 LocationInfo(name='Seattle', region='USA', timezone='US/Pacific', latitude=47.6, longitude=-122.31666666666666) Traceback (most recent call last): File "metar.py", line 83,...
Updated as described. Works well. Thanks Chris
For the COLOR_VFR line that is replaced, it is missing: else COLOR_HIGH_WINDS if highWinds else (COLOR_VFR_FADE if FADE_INSTEAD_OF_BLINK else COLOR_CLEAR). Should the high winds, fades and blinks be included?
After updating metar.py with the code, all LEDs are showing the Highlighted color. So, I set displayCode to false: if airportcode == displayAirportCode: displayCode = True else: displayCode = False
I have resolved the blinking issue with a restart. I believe two instances were running at the same time.