Compute countdown timer value via Node-RED and then use in Grafana

Correct, that value is < 0 (and it's embarrassing to miss that).

But even changing the javascript code to:

  var distance = (countDownDate + 10000) - now;

still does not make anything appear in Grafana.