@FruityBebbles said in [MMM-iClock] - Live Clock module with updates on the minute every minute:
Any help you can offer me would be greatly appreciated
I just cloned it and it fires right up. My config entry:
{
module: "MMM-iClock",
position: "top_center",
config:{
seconds: false, // true = update every second, false = update every minute.
size: "350px", // Size of analogue clock, also changes margin for digital clock.
color: "white", // Can be hex, rgb, rgba or color name.
digital: 1, // 0 (no display), 1 (permanent display) or 2 (show for 5 seconds on every miniute).
analogue: true, // false (no display), true (permanent display).
glow: true, // false (no display), true (permanent display).
}
},