• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Openhab

Scheduled Pinned Locked Moved Utilities
58 Posts 18 Posters 35.0k Views 20 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    georgeashton02
    last edited by Jun 1, 2020, 7:27 PM

    @tbbear That is very odd… what would you suggest i do?

    T 1 Reply Last reply Jun 1, 2020, 7:27 PM Reply Quote 0
    • T Offline
      tbbear Module Developer @georgeashton02
      last edited by Jun 1, 2020, 7:27 PM

      @georgeashton02 use it!

      Robert the Bear

      M 1 Reply Last reply Oct 12, 2020, 2:33 PM Reply Quote 0
      • G Offline
        georgeashton02
        last edited by Jun 1, 2020, 7:40 PM

        @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

        1 Reply Last reply Reply Quote 0
        • M Offline
          Mrtrol2013 @tbbear
          last edited by Oct 12, 2020, 2:33 PM

          @tbbear Please tell me if I can use notifications to update my sitemaps in this module?

          T 1 Reply Last reply Oct 12, 2020, 5:18 PM Reply Quote 0
          • T Offline
            tbbear Module Developer @Mrtrol2013
            last edited by Oct 12, 2020, 5:18 PM

            @Mrtrol2013 No, the update is done by Openhab

            Robert the Bear

            1 Reply Last reply Reply Quote 0
            • C Offline
              cmachtel
              last edited by Feb 23, 2021, 9:48 AM

              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.
              Capture.PNG

              Thank you

              1 Reply Last reply Reply Quote 0
              • T Offline
                T-Moe
                last edited by Mar 5, 2022, 12:04 PM

                Great plugin! Is there a way to get rid of the frame around the container?

                C 1 Reply Last reply Mar 5, 2022, 2:25 PM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @T-Moe
                  last edited by Mar 5, 2022, 2:25 PM

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

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    falter
                    last edited by Jul 23, 2024, 7:31 PM

                    Hi all,
                    thanks for the module, it’s really a great addon for my MMs.
                    Since OH4.2 the theming is to be configured via the sitemap itself. Since I cannot use the mouse in electron, how could I change the settings to black and small arrangement?
                    Thanks in advance…

                    F 1 Reply Last reply Jul 5, 2025, 4:22 PM Reply Quote 1
                    • C Offline
                      clakkentt
                      last edited by Aug 18, 2024, 10:41 PM

                      Hi

                      Does anyone know how to change the font size in MMM-Openhab?

                      I have tried modifying every CSS and HTML style file and nothing seems to make a difference.

                      Thank you

                      S 1 Reply Last reply Aug 18, 2024, 11:25 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 5 / 6
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy