Just tested a view things.
If you like you can use font awesome icon instead of the title:
{
module: "MMM-ValuesByNotification",
position: "top_left",
config: {
updateInterval: 60,
reuseCount: 5,
groups: [
{
items: [
{
notification: "POWERMETER_VALUES",
//itemTitle: "Power",
values: [
{
classes: "power",
valueIcon: "fa fa-bolt",
valueUnit: "W",
jsonpath: "power",
},
]
},
]
},
]
},
},
custom.css:
.vbn .valueIcon.power {
color: orange;
}




