OpenMarine

Full Version: My first dashboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Here below an image of my first dashboard.

[Image: NodeRed.PNG]

Thanks to the dedicated members here on this forum, without them I would not have gotten that far Smile

Jeroen Adam
Very nice! congratulations Jeroen!

Maybe share here also your code for others to learn Wink
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}} &deg; 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}} &deg; 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?