custom overlays.json example
custom overlays.json example
Could i please see a example of how i should format a custom overlay in the overlays.json, i have found the example html on github, but not sure about the json setup
Re: custom overlays.json example
You can find examples on our forum and GitHub:
viewtopic.php?p=212#p212
https://github.com/wiboma/hudiy/blob/ma ... rlays.json
https://github.com/wiboma/hudiy/blob/ma ... figuration
viewtopic.php?p=212#p212
https://github.com/wiboma/hudiy/blob/ma ... rlays.json
https://github.com/wiboma/hudiy/blob/ma ... figuration
Re: custom overlays.json example
somehow i missed that one, i copied that exact code, replace my URL, and it works - but i can not drag and drop it, and reading this, it should...
if staticPosition is false, is there anything else that would disable drag and drop on the overlay
staticPosition
Boolean value. A value of true disables Drag & Drop and keystrokes (Left, Right, Up, Down) for positioning the overlay on the screen. A value of false enables them.
if staticPosition is false, is there anything else that would disable drag and drop on the overlay
staticPosition
Boolean value. A value of true disables Drag & Drop and keystrokes (Left, Right, Up, Down) for positioning the overlay on the screen. A value of false enables them.
Re: custom overlays.json example
From Hudiy side there is only staticPosition parameter that can block drag & drop. Your HTML code may also intercepts the mouse/touch events and block drag & drop.