Hello,
I've got a question about the dashboard. I have my floorplan displayed on my dashboard. When I double click on the floorplan, the 'fullscreen' version gets activated by hiding the menubar.
I would like to have a url that directly shows the dashboard without the menubar, so without having to double click the floorplan (i want to use the floorplan in Imperihome). Is this possible?
Best regards!
Floorplan dashboard fullscreen
Moderators: leecollings, remb0
- Dnpwwo
- Posts: 819
- Joined: Sunday 23 March 2014 9:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Melbourne, Australia
- Contact:
Re: Floorplan dashboard fullscreen
Currently there isn't.
If someone updated FloorplanController.js so the init function looked like this and submitted a patch: then a URL like [url]http://<domoticz%20address>:8080/#/Floorplans?fullscreen[/url] would work.
I can't do it at present due to my main server suffering a hardware failure which has broken my setup.
If someone updated FloorplanController.js so the init function looked like this and submitted a patch:
Code: Select all
function init()
{
try {
$scope.MakeGlobalConfig();
ShowFloorplans();
if (window.location.href.search("fullscreen")>0) {
$('#copyright').css({display:'none'});
$('.navbar').css({display:'none'});
$( "#fpwrapper" ).css({position:'absolute', top:0, left:0}) .attr('fullscreen','true');
}
}
catch(err) {
generate_noty('error', '<b>Error Initialising Page</b><br>'+err, false);
}
};
I can't do it at present due to my main server suffering a hardware failure which has broken my setup.
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
Re: Floorplan dashboard fullscreen
Hopefully it will be implemented in the future....
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Floorplan dashboard fullscreen
You can also create your own floorplan. Perfectly made just for you.
Have a look at https://github.com/Egregius/PHP-Custom- ... r-Domoticz to get started.
Have a look at https://github.com/Egregius/PHP-Custom- ... r-Domoticz to get started.
- Dnpwwo
- Posts: 819
- Joined: Sunday 23 March 2014 9:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Melbourne, Australia
- Contact:
Re: Floorplan dashboard fullscreen
This functionality has been added and should be in the next beta
Let me know if there are any issues with it
Let me know if there are any issues with it
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
-
- Posts: 9
- Joined: Wednesday 10 December 2014 16:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Floorplan dashboard fullscreen
Can you let me know in which version that was implemented? And how to use it?
thank you
Daniel
thank you
Daniel
- Dnpwwo
- Posts: 819
- Joined: Sunday 23 March 2014 9:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Melbourne, Australia
- Contact:
Re: Floorplan dashboard fullscreen
Just add '?fullscreen' to the end of the URL you were using ([url]http://<domoticz%20address>:8080/#/Floorplans?fullscreen[/url]). It would have been in the beta version since mid-may.
If a stable version has been release since then it will be in that as well.
If a stable version has been release since then it will be in that as well.
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. George Bernard Shaw
Who is online
Users browsing this forum: No registered users and 1 guest