Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 714 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 714 Bytes

MMM-Searchlight

My stupid idea for a screensaver for MM

Examples

  • my gif recorder is pretty bad. The animation is fluid on my dev machine.

Installation

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

  • No dependencies!

Config.js entry and options

{
        disabled: f,
        module: "MMM-Searchlight",
        position: "middle center",
        config: {
          name: "Mykle",
          font: "Roboto", // Your installed fonts.
          fontSize: "250",
          fontWeight: "250",
          fontSpacing: "55"
        }
     },

Special thanks to @cowboysdude