You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
je viens d'installer ton modules, mais impossible de l'afficher sur le miroir. j'ai pu avoir toutes les infos (api, etc...) sur le site de Netatmo.
Quand je lance MagicMiror, aucun problème, mes autre module se lance parfaitement, mais celui-ci n'affiche rien.
I just installed your modules, but cannot display it on the mirror. I was able to get all the information (api, etc ...) on the netatmo site.
When I run MagicMiror, no problem, my other module launches perfectly, but this one does not display anything.
Désolé ce module n'est surement plus du tout à jour. J'ai déménager il y a deux ans et j'ai laissé mon thermostat Netatmo dans mon ancien appartement. Je n'ai donc plus moyen de tester cela facilement. En plus de cela, je n'utilise plus mon miroir connecté :(
Je ne sais pas si ce module a été cloné et maintenu par quelqu'un d'autre mais je n'ai plus les moyens de le maintenir depuis un petit moment.
Bonjour overfl0w11,
je viens d'installer ton modules, mais impossible de l'afficher sur le miroir. j'ai pu avoir toutes les infos (api, etc...) sur le site de Netatmo.
Quand je lance MagicMiror, aucun problème, mes autre module se lance parfaitement, mais celui-ci n'affiche rien.
Voici mon code :
{
module: 'MMM-Netatmo-Thermostat',
position: "top_center",
config: {
clientId: "XXXXXXX",
clientSecret: "YYYYYYY",
refreshToken: "ZZZZZZZZ",
updateInterval: 600000,
color: {
heating: "orange",
cooling: "blue",
off: "grey"
}
},
},
As tu déjà eu ce problème ?
Hello overfl0w11,
I just installed your modules, but cannot display it on the mirror. I was able to get all the information (api, etc ...) on the netatmo site.
When I run MagicMiror, no problem, my other module launches perfectly, but this one does not display anything.
Here is my code:
{
module: 'MMM-Netatmo-Thermostat',
position: "top_center",
config: {
clientId: "XXXXXXX",
clientSecret: "YYYYYYY",
refreshToken: "ZZZZZZZZ",
updateInterval: 600000,
color: {
heating: "orange",
cooling: "blue",
off: "grey"
}
},
},
Did you know how to fix it ?
The text was updated successfully, but these errors were encountered: