Add moon clock with 30-phase local images#474
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the Moon Clock app, which displays the current moon phase, illumination percentage, and dates for the next full and new moons. Feedback includes correcting the manifest filename and a typo in the summary, addressing unexplained logic in the lunar cycle calculation (specifically the 12-hour subtraction and future reference timestamp), improving code organization by moving asset loading to a separate file, and using math.pi for better precision.
tavdog
left a comment
There was a problem hiding this comment.
need to fix that manifest filename typo and mooone typo.
|
here's the error : |
|
Think I addressed all fixes |
|
noice job. |
This code attempts to determine actually gps coordinates automatically. This will display an image representing the current phase of the moon from your location, will show current location time (green between sunrise and sunset and red between sunset and sunrise). It displays the % of the moon illuminated as well and the next full and new moons.