Hello.
I would be nice, in addition with the newly released "Colored values" feauture, to be able to run a external script:
In my mind is something like that:
subscriptions: [
{
topic: 'smoky/1/inside/temperature', // Topic to look for
...
...
colors: [ // Value dependent colors
{ upTo: -10, value: "blue", label: "blue", suffix: “blue”,runScript: “/MagicMirror/script.sh"},
],
},
Hello. I would be nice, in addition with the newly released "Colored values" feauture, to be able to run a external script: In my mind is something like that:
subscriptions: [ { topic: 'smoky/1/inside/temperature', // Topic to look for ... ... colors: [ // Value dependent colors { upTo: -10, value: "blue", label: "blue", suffix: “blue”, runScript: “/MagicMirror/script.sh"}, ], },