Hello,
Here below an image of my first dashboard.
Thanks to the dedicated members here on this forum, without them I would not have gotten that far
Jeroen Adam
Very nice! congratulations Jeroen!
Maybe share here also your code for others to learn

Nice job Jeroen
I like the GE chart !
I've also been going through this learning curve so could I offer a suggestion ...
Try experimenting with the "Value Format" field in the Dashboard node properties.
For example <font size="7">{{msg.payload | number:0}} ° will enlarge the font and put a Degree symbol after your Magnetic compass heading
Ive included a copy of my Navigation dashboard below to show how it displays
[
attachment=249]
Regards
Steve
(2018-03-30, 10:00 AM)affinite Wrote: [ -> ]...
Try experimenting with the "Value Format" field in the Dashboard node properties.
For example <font size="7">{{msg.payload | number:0}} ° will enlarge the font and put a Degree symbol after your Magnetic compass heading....
Regards
Steve
Hi Steve,
Is that all that is to it? I just tried on a gauge, but the text <font size="7"> shows up on my dashboard. Anything missing? Like {} or something?