LogicMachine Forum
Open beta testing - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Open beta testing (/showthread.php?tid=5904)

Pages: 1 2 3 4 5 6 7


RE: Open beta testing - davidchispas - 28.05.2025

(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.


RE: Open beta testing - admin - 28.05.2025

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.


RE: Open beta testing - davidchispas - 28.05.2025

(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.


RE: Open beta testing - Daniel - 28.05.2025

New Visu version was added to first post.
New:
- Thermostat widget
- PIN protection for widgets
- https://forum.logicmachine.net/showthread.php?tid=5904&pid=39025#pid39025
- https://forum.logicmachine.net/showthread.php?tid=6005
- bug fixes


RE: Open beta testing - davidchispas - 28.05.2025

(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/showthread.php?tid=5904&pid=39025#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?


RE: Open beta testing - Daniel - 28.05.2025

It is done by default now.


RE: Open beta testing - davidchispas - 29.05.2025

(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.

   


RE: Open beta testing - admin - 29.05.2025

"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;
}



RE: Open beta testing - davidchispas - 29.05.2025

(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!


RE: Open beta testing - Daniel - 29.05.2025

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.


RE: Open beta testing - davidchispas - 29.05.2025

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.

   


RE: Open beta testing - Daniel - 29.05.2025

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.


RE: Open beta testing - davidchispas - 29.05.2025

(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'


RE: Open beta testing - davidchispas - 05.06.2025

Hi, regarding the position of the widgets, and until that option is added, is there a way to do it temporarily?


RE: Open beta testing - Daniel - 05.06.2025

Please wait few days, this is already implemented in our internal test version.


RE: Open beta testing - davidchispas - 06.06.2025

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.
   


RE: Open beta testing - admin - 06.06.2025

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.


RE: Open beta testing - davidchispas - 09.06.2025

(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.


RE: Open beta testing - admin - 09.06.2025

Can you explain your use case about widget customization? Provide an example image.


RE: Open beta testing - admin - 13.06.2025

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"