WouterEekhout / MMM-Tado

A MagicMirror Module for your Tado Smart Thermostat.
MIT License
7 stars 6 forks source link

Heating symbol #14

Closed mishu28nmv closed 2 years ago

mishu28nmv commented 4 years ago

Hi and thank you for this. It shows current temp and target temp, but it doesn't show the heating symbol and the Home name. This is my config: module: 'MMM-Tado', position: 'bottom_left', // This can be any of the regions. config: { username: 'username', password: 'password', updateInterval: 300000

WouterEekhout commented 3 years ago

The symbols only shows when the heater is active. When it is not active the symbol does not show.

mecco86 commented 3 years ago

HI and thanks for your work. I’ve a tado Smartthermostat and 6 head in 6 zone, but module show info only thermostat. Can i show the zone?

rafaelcarneiromachado commented 3 years ago

Even with global variable set as units: 'metric' it keeps showing me in fahrenheit

mishu28nmv commented 2 years ago

The symbols only shows when the heater is active. When it is not active the symbol does not show.

Thank you. Your module works great. Can you tell me, if I want the heat symbol to be the color RED, where and what can I edit?

EDIT: Nevermind, just add in /modules/mmm-tado/css/mmm-tado.css this lines .fa-fire { color: #ff0000; }