Christian MOTELET
Christian MOTELET
As since version 1.20.0 of the server it is possible to add a metadata `timeout` per path we will be able in only one operation to have the date of...
you already have this kind of functionality in freeboard-sk but only on one screen. i don't plan to add a multi screen function in instrumentpanel for the moment
fetch /loginStatus ``` { "status": "loggedIn", "readOnlyAccess": true, "authenticationRequired": true, "allowNewUserRegistration": true, "allowDeviceAccessRequests": true, "userLevel": "admin", "username": "myUsername", "securityWasEnabled": false } ```
The number of possible columns and their pixel sizes are automatically calculated according to screen size. There's no way to configure it manually. Can you send me a screenshot and...
Indeed, I've added a fixed zoom factor when the label is hidden to make the most of the space freed up. In your case, perhaps you shouldn't hide the label....
you can give names to paths, but this is not done in intrumentpannel but on the server itself. it's explained here: https://github.com/SignalK/signalk-server/wiki/FAQ:-Frequently-Asked-Questions#how-to-add-missing-units-and-static-data-eg-displayname
Can you give me a little more detail and the steps to reproduce ? In the saved file, when you restore, in the preferred units, on a particular widget? In...
quick fix: In Freeboard-SK, check "Halt App on hide app" checkbox 
This option may seem easy for the user, who can make changes directly in the GUI. But it was already available before, via the `.signalk/baseDeltas.json` file on the server. Personally,...
When there is an overload with the `displayName` in `baseDeltas.json`, the user doesn't know if it's a local overload or coming from the server. 