Hello, I am in the process of switching from QGC to Cockpit and am wondering How I can code in new widgets on the Linux application version? I have the source code from GitHub but there are certain things I need to do not already built into the functionality of the app. The code is in the Vue.js framework, is that what the app runs on?
Hi @Bpeters -
Welcome to the forums!
Modifying Cockpit source code should not be necessary to add widgets! Can you share what sort of widget you’d like to make? From embedding a webpage with an iframe, to the generic anything indicator, to other methods using variables from the data lake, there are many different aspects to consider…