Hey,
I am currently building multiple dashboards. My problem is, that widgets maximum size is large_wide, which is not the fullscreen. I always have empty spaces left or right. Even on self written .html files which would be fullscreen able. How can I implement them into a dashboard and use all of my space?
Is it possible to make this also available for now_playing? I dont want anything else on this monitor (I have a multi monitor setup). But large_wide is not big enough. If not, could you tell me how you recieve those information? So maybe I can develope my own Widget
Thanks in advance!
Sandro
Change Widget Size to Fullscreen
Re: Change Widget Size to Fullscreen
Hello,
If you'd like to display something in full screen, it's best to use Overlays for that. You can check out our idle screen example and build your own based on it:
https://github.com/wiboma/hudiy/tree/ma ... dle_screen
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
If you'd like to display something in full screen, it's best to use Overlays for that. You can check out our idle screen example and build your own based on it:
https://github.com/wiboma/hudiy/tree/ma ... dle_screen
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
Hudiy Team