superschenk / MMM-Mqtt-Homewizard

Magic Mirror plugin reading Mqtt Homewizard data
0 stars 0 forks source link

MMM-Mqtt-Homewizard

MagicMirror² Module that displays Homewizard Mqtt information

Installation

  1. Go to MagicMirror's modules folder and execute git clone https://github.com/superschenk/MMM-Mqtt-Homewizard.git.
  2. Execute npm install to install the node dependencies.

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
    {
        module: 'MMM-Mqtt-Homewizard',
        position: 'bottom_right',
        config: {
            // See 'Configuration options' for more information.
        }
    }
]

Configuration options

Option Description
mqttServer Connection string for the server to connect to (mqtt://localhost)
topic MQTT Topic to subscribe to on the server (Smederij/homewizard)

Dependencies

sudo apt install mosquitto-clients mqtt client

Credits

Big thanks to:

MichMich for creating MagicMirror.

plangdon for information on using MQTT in Node and MagicMirror.

Jeff Clarke for information on getting templates to work with MagicMirror.