Sun Clock
91–96 of 96 posts
Re: Sun Clock
#92Sorry, not giving my position. Would be nice if i could set an address, or coordinates (for example i may not care for my particular location)
Re: Sun Clock
#93Re: Sun Clock
#94I love it. It'd be nice if I could click points on a map and see the difference to my local one as well. Or in the calendar view if it'd show a copy of the clock (i.e. coloring not current hand positions) for the time I'm hovered over.
That’s actually pretty close to what I ended up building. For the first one, I skipped the map and went with search + saved cities instead. All your saved places sit on the same 24-hour dial, so you can see the difference from your local time at a glance without doing the timezone math. The upside is that it works completely offline and fits nicely on Apple Watch too. Your second suggestion is the part I only got hal…
Re: Sun Clock
#95Author of suncalc (the JS library behind the sun calculations) here — happy to see such a nice application of it! Heads up if the author's reading this — I recently released a major overhaul of the library that makes it a lot more precise: https://github.com/mourner/suncalc
Author of Sun Clock here — thanks for the library! I'll check out the new release soon and update.