This project is a spin-off of the project I started here: https://hackaday.io/project/6030-a-clock-for-all-planets. But I am working a completely different hardware scheme. I'm also adding a wireless component to the project. What this will be when it is done is 8 separate LED circular clocks a little like this: (http://dangerousprototypes.com/2012/08/13/arduino-based-rgb-led-clock/) except each clock will correspond to a planet. Each clock will poll my Node JS api for it's corresponding time and set it self based on the result. The time will be tracked locally and updated once every hour. The API is started here: http://clock-for-all-planets.azurewebsites.net/ but right now it is just a website...