├── LICENSE ├── MMM-FrameLight.js ├── MMM-FrameLight_LED_Control.py ├── MMM-FrameLight_presentation_picture.jpg ├── README.md ├── color_picker.js ├── css └── mmm-framelight.css ├── node_helper.js ├── package.json ├── presets └── color_presets.JSON └── translations ├── de.json └── en.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/LICENSE -------------------------------------------------------------------------------- /MMM-FrameLight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/MMM-FrameLight.js -------------------------------------------------------------------------------- /MMM-FrameLight_LED_Control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/MMM-FrameLight_LED_Control.py -------------------------------------------------------------------------------- /MMM-FrameLight_presentation_picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/MMM-FrameLight_presentation_picture.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/README.md -------------------------------------------------------------------------------- /color_picker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/color_picker.js -------------------------------------------------------------------------------- /css/mmm-framelight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/css/mmm-framelight.css -------------------------------------------------------------------------------- /node_helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/node_helper.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/package.json -------------------------------------------------------------------------------- /presets/color_presets.JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/presets/color_presets.JSON -------------------------------------------------------------------------------- /translations/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/translations/de.json -------------------------------------------------------------------------------- /translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspiManu/MMM-FrameLight/HEAD/translations/en.json --------------------------------------------------------------------------------