n0bel / PiClock3

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

Having issue with Weather maps Displaying #1

Open taftr1 opened 2 years ago

taftr1 commented 2 years ago

I have edited the API Keys file and inserted the required API keys. However when I run the clock it loads the clock page, but the forecasts and maps are blank (no map, no radar). I've looked in the Logs but see no errors. I have included the log file here. I cant seem to locate in the Code where the Radar maps are processed. I'm not an expert Python programmer PyQtPiClock3.log

n0bel commented 2 years ago

PiClock3 is only partially complete. The framework is done, but only the clock (Analog, Digital plugins), sunrise/sunset/moonphase (Astral plugins), date at the top (Date plugin) and current conditions (METAR plugin) modules are complete. It is working for you as expected. I was last working on radar on my local commits, but there were some major bugs so I didn't want to push that yet. The plugin section of the Config will show you what's enabled. No Radar, No Forecast plugins are activated (nor do those folders exists in the source tree).

n0bel commented 2 years ago

I've updated the Readme page of PiClock3 to reflect what is complete.

taftr1 commented 2 years ago

Thanks.... Yes. Everything you mentioned is working well.... I'll monitor here for updates. Thanks for all the hard work