Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
(28.05.2025, 10:28)admin Wrote: In the next version left/right offset will be added to the value so it does not stick to the edge of the containing element.
(28.05.2025, 09:44)davidchispas Wrote: I'd like to take this opportunity to mention the Light Button Widget for Dimming. I can't get the name to appear. Is there a problem? Can you clarify this?
The element for adjusting the lights has a section for entering a name, as we mentioned with the other button. But I can't get it to appear. I also appreciate that it would be a great improvement to be able to modify the default names, such as "brightness" in this case, and to be able to add a translation into our language.
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
If you mean title then it's only applied to tile view widgets but not to modal windows.
Text labels can be translated via Custom JavaScript
Code: Visu.addLocaleData({
labels: {
brightness: 'Custom brightness label'
}
})
Note that Custom JS does not work in admin view.
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
(28.05.2025, 11:17)admin Wrote: If you mean title then it's only applied to tile view widgets but not to modal windows.
Text labels can be translated via Custom JavaScript
Code: Visu.addLocaleData({
labels: {
brightness: 'Custom brightness label'
}
})
Note that Custom JS does not work in admin view.
I'm referring to the default texts. They are not displayed.
Posts: 5259
Threads: 29
Joined: Aug 2017
Reputation:
236
New Visu version was added to first post.
New:
- Thermostat widget
- PIN protection for widgets
- https://forum.logicmachine.net/showthrea...5#pid39025
- https://forum.logicmachine.net/showthread.php?tid=6005
- bug fixes
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
(28.05.2025, 13:53)Daniel Wrote: New Visu version was added to first post.
New:
- Thermostat widget
- PIN protection for widgets
- https://forum.logicmachine.net/showthrea...5#pid39025
- https://forum.logicmachine.net/showthread.php?tid=6005
- bug fixes
Thanks for the update. Regarding point 3, how can I separate the name from the border?
Posts: 5259
Threads: 29
Joined: Aug 2017
Reputation:
236
It is done by default now.
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
29.05.2025, 11:45
(This post was last modified: 29.05.2025, 11:46 by davidchispas.)
(28.05.2025, 14:30)Daniel Wrote: It is done by default now.
Sorry, but it's not working in my case. I've selected the "no shape" option and inserted a background image. The name appears stuck in the corner.
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
"No shape" is a special case where padding is not applied.
Add to Custom CSS (three dots menu in the top right):
Code: .location-inside.alignment-left .value {
padding-left: 10px;
}
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
(29.05.2025, 12:04)admin Wrote: "No shape" is a special case where padding is not applied.
Add to Custom CSS (three dots menu in the top right):
Code: .location-inside.alignment-left .value {
padding-left: 10px;
}
thanks!
Posts: 5259
Threads: 29
Joined: Aug 2017
Reputation:
236
Haven't spotted no shape. You should do it differently, just use Display mode value and Shape square and then just set background with transparency. No need for image.
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
29.05.2025, 13:04
(This post was last modified: 29.05.2025, 13:07 by davidchispas.)
Please don’t hate me. As a request, it would be very helpful to also add the options for text position: TOP or BOTTOM. Thank you.
Posts: 5259
Threads: 29
Joined: Aug 2017
Reputation:
236
By the look on your image I can tell that the text will not fit, we will think about it. It will be good if you create a mock up of a button you try to create.
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
29.05.2025, 13:20
(This post was last modified: 29.05.2025, 13:21 by davidchispas.)
(29.05.2025, 13:13)Daniel Wrote: By the look on your image I can tell that the text will not fit, we will think about it. It will be good if you create a mock up of a button you try to create.
One possible example. It would help to be able to select between 'TOP, CENTER, and BOTTOM' and then 'LEFT, CENTER, or RIGHT'
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
Hi, regarding the position of the widgets, and until that option is added, is there a way to do it temporarily?
Posts: 5259
Threads: 29
Joined: Aug 2017
Reputation:
236
Please wait few days, this is already implemented in our internal test version.
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
Hi,
With the aim of improving the visual presentation of the widgets and buttons section, I’d like to share a few suggestions:
Per-widget customization: Currently, customization appears to be applied globally to all widgets. It would be helpful to have an option to customize each widget individually, such as adding a specific image or using a different design for a particular widget.
Widget closing: When a widget is opened, it can be closed by clicking outside of it, which works fine, but it’s not always intuitive. Would it be possible to add a visible close button inside the widget?
Buttons: I’m attaching an image with examples of cases where it would be useful to control the position of the icon and the text within a button, and also to allow the text to span two lines if needed.
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
Thanks for the suggestions!
Per-widget customization - see appearance tab in widget configuration.
Widget closing - can be added as an option.
Buttons - can be done but with some limitations. We need to play with this first to see what's possible.
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
09.06.2025, 08:16
(This post was last modified: 09.06.2025, 08:17 by davidchispas.)
(06.06.2025, 14:33)admin Wrote: Thanks for the suggestions!
Per-widget customization - see appearance tab in widget configuration.
Widget closing - can be added as an option.
Buttons - can be done but with some limitations. We need to play with this first to see what's possible.
Regarding widget customization, the settings apply to all widgets as a whole, not individually. It would be helpful if they could be modified individually.
Another organizational improvement would be the ability to organize widgets into folders or levels.
Thank you.
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
Can you explain your use case about widget customization? Provide an example image.
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
|