/MMM-OralB

OralB Toothbrush integration for MagicMirror by Michael Teeuw

Primary LanguageJavaScriptMIT LicenseMIT

MMM-OralB

This a module for the MagicMirror². It tries to discover a OralB Toothbrush and starts a timer while its connected.

Preview

Installation

  1. Enter module-directory: cd ~/MagicMirror/modules
  2. Clone repository : git clone https://github.com/SvenSommer/MMM-OralB
  3. Enter new directory: cd ~/MagicMirror/modules/MMM-OralB
  4. Install dependencies: sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
  5. Install noble module: npm install noble
  6. Rebuild package to avoid version conflict: sudo npm rebuild --runtime=electron --target=1.4.6 --disturl=https://atom.io/download/atom-shell --abi=50

Integration

Add module information to your ~/MagicMirror/config/config.js.

Here is an example of an entry in config.js:

{
        module: 'MMM-OralB',
        position: 'bottom_left',
},

Special Thanks