Hi,
Why if i set
var config = {
address: "0.0.0.0",
(To open my MM from another computer)
I have error on this module :
Hue api erroe:error ; read ECONNREST
hue api error: null
Thx
Hi,
Why if i set
var config = {
address: "0.0.0.0",
(To open my MM from another computer)
I have error on this module :
Hue api erroe:error ; read ECONNREST
hue api error: null
Thx
what is the right process to follow for a new installation? the github page or the explanation on page 17?
nothing in MMM-AQI.CSS
and on custom.css
.aqi.good {
color: #009966;
font-size: 35px;
}
.aqi.moderate {
color: #ffde33;
font-size: 35px;
}
.aqi.unhealthy-sensitive {
color: #ff9933;
font-size: 35px;
}
.aqi.unhealthy {
color: #cc0033;
font-size: 35px;
}
.aqi.very-unhealthy {
color: #660099;
font-size: 35px;
}
.aqi.hazardous {
color: #7e0023;
font-size: 35px;
}
But without, it’s the same.
I love that (and you) if you find how to have 5 ragions on the same line, i need to display MM on my TV !
```
{
module: 'MMM-AQI',
position: 'top_left',
header: 'Polution',
config: {
token: "99860xxxxxxx",
city: "@8xxx",
iaqi: false,
updateInterval: 30 * 60 * 1000, // Every half hour.
initialLoadDelay: 0,
animationSpeed: 1000,
debug: false
}
},
Hi here,
It’s possible to change only this text color ?
@Sean
Thx for help, with your indication, i have finally used
overflowHeight: 200,