Read the statement by Michael Teeuw here.
MMM-Openhab
-
@tbbear No I understand this, as i said the name even when changed doesnt make a difference for some reason
-
@georgeashton02 I dont know why your check tthows an error cause i typed your sitemap and i could run it without any problems in openhab2.5
-
@tbbear That is very odd… what would you suggest i do?
-
@georgeashton02 use it!
-
@tbbear I used this sitemap, put the url for my sitemap in the config script and put that config script into the magic mirror config file. What other steps do i need to complete. Im sorry very confused my bad… Thanks
-
@tbbear Please tell me if I can use notifications to update my sitemaps in this module?
-
@Mrtrol2013 No, the update is done by Openhab
-
Hi, This is great and works as described. But could you help me changing the html/css to make the module smaller and to remove the white square and the red Home icon? I Would like to have only the 3 lines with onformations.
Thank you
-
Great plugin! Is there a way to get rid of the frame around the container?
-
@t-moe Why yes there is you can do 1 of 2 ways:
First way:
Add this to your custom.css.MMM-Openhab .ifr { border: 0; }
OR
In the modules directory where this module is open the css file and where you see this….MMM-Openhab .ifr { width: 400px; height: 680px; }
Change it to this:
.MMM-Openhab .ifr { width: 400px; height: 680px; border: 0; }
Should do it.