Habpanel Widget ohne Kommastellen

Hallo.

Ich habe ein Widget erstellt, das mir Daten von einem PC liefert.
Z.B. 5.215487524587 Stunden Laufzeit.

Wie bekomme ich die Stellen nach der 5 weg?
Die Berechnung funktioniert einwandfrei.

<tr><td>
<span ng-if="(config.string2_label)">{{config.string2_label}}</span>
  </td>
  <td>
<span>{{itemValue(config.string2_item)/100/60/60}}</span>&nbsp<span ng-if="(config.einheit_label2)">{{config.einheit_label2}}</span>
</td></tr>

English please, this is an international community!

Hi.

I created a widget that gives me data from a PC.
E.g. 5.215487524587 hours runtime.

How do I get rid of the digits after the 5?
The calculation works perfectly.

can nobody help me?

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.