Creating own widget

Hi Community,

I have a pressure sensor combined with an Arduino MKR WAN 1300. I can already send data which is displayed in the Cayenne dashboard. Unfortunately the values are not in the format I want and also not in the units I need (acutally “bar” and “voltage”).

Is it possible to do calculations within the widgets and also to create own units?

Best Regards

PS: The “Add new…” and then “widget” option is not working because the mouse icon becomes a “forbidden” sign when I want to edit the fields

you have to create the widget by using the correct data types in your code. Data types for Cayenne MQTT API
which will auto populate the dashboard with green temporary widget when the arduino comes online.