Kevin Uhlir
Kevin Uhlir
ClimaCell seems to work fine for forecasts. They just don't provide a summary description like Darksky did. Openweathermap provides a description, but it is a reflection of the weather icon....
Done. Its pretty simple: https://github.com/kootenpv/yagmail/pull/86
@SerBrynden's suggestion is the best if it works. tick() is based on QTiimer, which could be a thread or message loop based depending in specific implementation. Setting locale should work...
pull request? or should I just make the change?
Please look at the log file to determine what might be going wrong. Also remember that if you're still using DarkSky for your weather API, it has been shutdown as...
what is your latitude / longitude (approximately is ok) I need to replicate the issue.
Sorry I haven't had time to research this yet. I'll get to it by sunday.
@kmhutch Said: > FYI I also run the pi with the timezone set to UTC. I use the pi clock in my ham shack for weather and UTC time. Its...
@kmhutch Since I can't think of a single use case for an alternate timezone for the clock except for UTC, I implemented a much simpler change. In Config.py I added...
@kmhutch update.py does not do a git pull. update.py is for after pulling to update/fix any configuration items that need fixing. You would have wanted to do a git pull.