n0bel / PiClock3

A Fancy Clock built around a monitor and a Raspberry Pi and python3 + pyqt5
MIT License
15 stars 3 forks source link

Metar data not updating #4

Open lupis1111 opened 2 years ago

lupis1111 commented 2 years ago

I’ve installed PiClock3 on a couple of different Pi’s per the directions in the readme file and I’m finding that the Metar data is not updating on either one. Is that expected with the current state of the program.

mtijrobinson commented 1 year ago

I have this fixed as well as an issue when winds are calm not having a directional value. @n0bel I'd be happy to contribute more as I have time if you're still active on it. Great project.

In the meantime @lupis1111 the timer object just goes out of scope. Look at Metar.py line 231 in the current commit and add "self.timer" rather than "timer" and that will fix it.

lupis1111 commented 1 year ago

Thanks @mtijrobinson, that fixed my issue. Looking forward to updates to PiClock3, it’s a great program.

SerBrynden commented 1 year ago

Have you tried this fork of the original PiClock? https://github.com/SerBrynden/PiClock It has more commits than PiClock3. It's been updated to Python3 and PyQt5 to run on the latest Raspberry Pi OS and has everything working, such as radar and forecasts. n0bel and I have been working on the original PiClock more so than PiClock3.

mtijrobinson commented 1 year ago

Awesome! I'll check that out. I like the modular plugin design of what he has going on here.

SerBrynden commented 1 year ago

Yeah, it's the next generation of PiClock, but hasn't seen much activity in awhile. And I think n0bel has been absent for a few weeks too.