@cowboysdude said in Anyone tried MMM-mqtt?:
Would you care to share how you did it? Thanks!
Here is my config:
{
module: 'MMM-mqtt',
position: 'bottom_left',
header: 'Office Temperature', // This is optional
config: {
mqttServer: 'mqtt://10.0.2.8', //Connection string for the server to connect to (mqtt://localhost)
topic: '/garage/dallas/temperature',
postText: ' °C'
}
},