This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Open beta testing
#41
(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.
Reply
#42
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.
Reply
#43
(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.
Reply
#44
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
Reply
#45
(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?
Reply
#46
It is done by default now.
------------------------------
Ctrl+F5
Reply
#47
(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.

   
Reply
#48
"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;
}
Reply
#49
(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!
Reply
#50
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
Reply
#51
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.

   
Reply
#52
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
Reply
#53
(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'
Reply
#54
Hi, regarding the position of the widgets, and until that option is added, is there a way to do it temporarily?
Reply
#55
Please wait few days, this is already implemented in our internal test version.
------------------------------
Ctrl+F5
Reply
#56
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.
   
Reply
#57
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.
Reply
#58
(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.
Reply
#59
Can you explain your use case about widget customization? Provide an example image.
Reply
#60
New version has been published, see the first post of this thread.

Changes:
  • Many bug fixes and minor design tweaks under the hood
  • Tile view: added settable view width in admin mode to see how tile view will look on mobile devices
  • Compact mode: added value vertical alignment option
       
  • Compact mode: circle display mode is displayed as fully rounded corners on the shorter side if width and height are different, instead of an ellipse
       
  • Custom widgets: added close button option
       
  • Tile view: compact mode widgets now have two display options - "square" and "fill available space"
       
Reply


Forum Jump: