Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 617 Bytes

MMM-HumanClock

A different kind of calendar. Photos contributed from all over the world.

Examples

  • Large or small. Digital or analog

Installation

  • git clone https://github.com/mykle1/MMM-HumanClock into the ~/MagicMirror/modules directory.

Config.js entry and options

    {
          disabled: false,
        module: "MMM-HumanClock",
        position: "middle_center",
        config: {
          size: "small", // small or large
          calType: "analog", // analog or digital
        }
      },