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
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"}, ],
},
The text was updated successfully, but these errors were encountered:
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"},
],
},
The text was updated successfully, but these errors were encountered: