MMM-Netatmo-Thermostat
cd ~/MagicMirror/modules
git clone https://github.com/bugsounet/MMM-Netatmo-Thermostat
cd MMM-Netatmo-Thermostat
npm installsudo nano ~/MagicMirror/config/config.js{
module: "MMM-Netatmo-Thermostat",
position: "top_left",
configDeepMerge: true,
config: {
client_id: null,
client_secret: null,
username: null,
password: null,
home_id: null,
}
},
Last updated