• 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-Netatmo updated

Scheduled Pinned Locked Moved Utilities
56 Posts 15 Posters 26.4k Views 16 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.
  • M Offline
    Miller @zdenek
    last edited by Mar 22, 2020, 1:35 PM

    @zdenek I updated the module, now it’s possible to have your Netatmo-Modules (Rooms) in one row.
    For this set “horizontal” to true on your config.js

    This will only display rooms on one row as long as there is allowed space from MM-Module.
    The rooms that don’t fit, will continue on the next row.

    However, you can “Force” everything to stay on one row.
    Then set “horizontalOverflow” to true.
    This forces everything to stay on one row, but of course with the chance it will overflow your other Modules on the mirror.

    Updated Images are in included in my Github-repository (look at the bottom of the Reame.md)

    Z 1 Reply Last reply Mar 23, 2020, 3:31 AM Reply Quote 0
    • T Offline
      torte22
      last edited by Mar 22, 2020, 5:07 PM

      This is pretty cool, many thanks!!

      1 Reply Last reply Reply Quote 0
      • Z Offline
        zdenek @Miller
        last edited by Mar 23, 2020, 3:31 AM

        @Miller great, thanks, I’m going to test.

        Zdeněk

        Z 1 Reply Last reply Mar 24, 2020, 6:16 AM Reply Quote 0
        • Z Offline
          zdenek @zdenek
          last edited by Mar 24, 2020, 6:16 AM

          @Miller so, it works almost perfect, Just:

          • I would recomment to add comma (,) next to last bracket on git-hub. Like this:
            },
            when someone copy settings somewhere in the middle of config, he/she has to remember to add comma…
          • for me doesn’t in hotizontal mode works “horizontalOverflow” or I didn’t get the meaning. I’ve set it false and the row of MMM-Netatmo writes values over modules in “right” column". And cause the size is too big for me, I had to remove one of sensors (1 external + 3 internals)

          anyway, thanks a lot - great job

          M 1 Reply Last reply Mar 24, 2020, 7:26 AM Reply Quote 0
          • M Offline
            Miller @zdenek
            last edited by Mar 24, 2020, 7:26 AM

            @zdenek Thank you for your comments.
            I’ll see if i can improve it later

            Z 1 Reply Last reply Mar 27, 2020, 4:36 AM Reply Quote 0
            • Z Offline
              zdenek @Miller
              last edited by Mar 27, 2020, 4:36 AM

              @Miller no problem, I’ll reorganize modules a little bit…

              thanks

              1 Reply Last reply Reply Quote 0
              • A Offline
                airart
                last edited by Mar 27, 2020, 4:17 PM

                there is also a netatmo mudule for thermostat ?

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Miller
                  last edited by Mar 27, 2020, 6:26 PM

                  Here you can find many available modules.
                  For the thermostat there is this Module

                  For me that one is not suitable, because it is only for the thermostat, not for the valves.
                  Since I didn’t find a module for the valves, I will maybe try to make it myself, but will take some time

                  Z 1 Reply Last reply Mar 28, 2020, 1:25 PM Reply Quote 0
                  • Z Offline
                    zdenek @Miller
                    last edited by Mar 28, 2020, 1:25 PM

                    @Miller it will be great. I’ve the one form thermostat, but it only show temp and off/on. Will be great to see “plan”, also the status of valves (actual temp, open/closed, temp by plan…)

                    thanks

                    1 Reply Last reply Reply Quote 0
                    • Z Offline
                      zdenek
                      last edited by zdenek Mar 29, 2020, 7:52 AM Mar 29, 2020, 7:42 AM

                      @Miller can u plz help me to customize CSS? I need to “somehow” add to my CSS

                      MMM-netatmo . modules bubbles horizontal . module .secondary .displayAQI .AQI .medium light
                      font-size:15px;

                      MMM-netattmo . modules bubbles horizontal . module .primary . displayTemp . Temperature . data_container . data_left large light bright
                      font-size: 40px;

                      and also overide the module css value

                      .x-medium {
                      
                        font-size:170%;
                      }
                      

                      to

                      .x-medium {
                      
                        font-size:100%;
                      }
                      

                      the task is decrease the size of font of mentioned DIVs to own defined size (the actual is too big for me)

                      I’ve tried

                      .x-medium {
                      
                        font-size:100%;
                      }
                      
                      .MMM-netatmo .bubbles.horizontal .module .primary .displayTemp .data_container .data_left {
                        font-size: 40px;
                      }
                      
                      .MMM-netatmo .bubbles.horizontal .module .secondary .displayAQI .AQI {
                        font-size: 15px;
                      }
                      

                      thanks a lot - I’m lost :-(

                      M 1 Reply Last reply Mar 30, 2020, 9:30 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 2 / 6
                      2 / 6
                      • First post
                        20/56
                        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