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 37.0k 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
      last edited by

      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

      zdenekZ 1 Reply Last reply Reply Quote 0
      • zdenekZ Offline
        zdenek @Miller
        last edited by

        @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
        • zdenekZ Offline
          zdenek
          last edited by zdenek

          @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 Reply Quote 0
          • F Offline
            frogywill Project Sponsor
            last edited by

            This update looks great, thank you! What should be changed to have it display the temps in fahrenheit ?

            M 1 Reply Last reply Reply Quote 0
            • M Offline
              Miller @frogywill
              last edited by

              @frogywill To show Fahrenheit, change your default settings of MagicMirror units to “imperial”

              Or set units: “imperial” in MMM-Netatmo config

              1 Reply Last reply Reply Quote 0
              • M Offline
                Miller @zdenek
                last edited by

                @zdenek
                The AQI font class is inherited from the default .small class of MM.

                To override this, add the following to the CSS

                .MMM-netatmo .displayAQI .small {
                  font-size: 10px;
                  line-height: 15px;
                }
                

                To override all the .small classes in MMM-Netatmo

                .MMM-netatmo .small {
                  font-size: 10px;
                  line-height: 15px;
                }
                

                The same goes for the Temperature, this Uses the default .large font class
                to override add:

                .MMM-netatmo .large {
                  font-size: 40px;
                }
                

                The .x-medium is only applied to .secondary.displayWindAngle.WindAgle
                The other icons is the normal .medium which comes from MM

                So you can override

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

                and

                .MMM-netatmo .medium {
                  font-size: 70%;
                }
                
                zdenekZ 1 Reply Last reply Reply Quote 0
                • zdenekZ Offline
                  zdenek @Miller
                  last edited by

                  @Miller that’s perfect, thanks

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    Tribun
                    last edited by

                    Hi Miller,
                    First of all, I want to tell you that you have built a great module. It looks awesome.
                    However, I have a problem with the display of the air quality.
                    What do I have to enter if I want to take this place?
                    e.g .:
                    https://aqicn.org/city/austria/laschoberstrasse--ostlich-kreisverkehr-ruster-strasse/

                    I only see “wait”.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Miller
                      last edited by

                      I cannot take credit for building the module, I only redesigned it a bit.

                      As for the Air Quality, took me some figuring out as well.

                      However, as a location, put the string in behind city, so in your case it would be:

                      location: "austria/laschoberstrasse--ostlich-kreisverkehr-ruster-strasse",
                      
                      T 1 Reply Last reply Reply Quote 0
                      • T Offline
                        Tribun @Miller
                        last edited by

                        @Miller thanks for your help and the great design. ;)

                        1 Reply Last reply Reply Quote 0
                        • FoziF Offline
                          Fozi Project Sponsor
                          last edited by

                          Just came across this post and tried out your fork immediatelly …and it is fantastic. It’s just the way I always wanted! Thanks a lot!

                          HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            joffe
                            last edited by

                            Hello

                            Is it possible to remove Air Quality completely?

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              Aardal1
                              last edited by Aardal1

                              Thanks for all the great work with this module!

                              Is there is a way to add some air between the different elements?
                              Its a lot of information in a small space.

                              I made this example in ps:
                              Netatmo spacing.jpg

                              Also, is there a way to remove the update interval text at the bottom?
                              I could not find this in the description.
                              Tried the “hideLoadTimer: true,” with no success.

                              1 Reply Last reply Reply Quote 0
                              • K Offline
                                kj3rra
                                last edited by

                                @miller
                                Hi, I happen to have 3 base stations (home and two cabins) and I wonder if its possible to differentiate between the base station, so I can choose which one to display? It looks to me as if Netatmo have a “hierarchy” on the base stations, where the station you first added will have priority no.1 and the one showing in this module. Removing all base stations and shuffle the hierarchy isnt an option as I have 3 mirrors where I want to display each of the 3 base stations separately.

                                Any thoughts anyone?

                                FoziF 1 Reply Last reply Reply Quote 0
                                • M Offline
                                  MajorC Project Sponsor
                                  last edited by

                                  @aardal1 is there a good custom-css style available, to get more space between all the data, like shown in the picture?

                                  1 Reply Last reply Reply Quote 0
                                  • FoziF Offline
                                    Fozi Project Sponsor @kj3rra
                                    last edited by

                                    @kj3rra I’m a bit late to the party but I found a fork of the MMM-Netatmo module which allows to differentiate between several base stations. I recently had the same problem and I solved it that way.

                                    https://github.com/MariusEng/MMM-Netatmo

                                    There is an option called

                                    deviceNumber
                                    

                                    which you can adress in your config. Works flawlessly!

                                    HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      MajorC Project Sponsor
                                      last edited by

                                      I think, this will effect the MMM-Netatmo?

                                      Dear Netatmo developer,
                                      
                                      To improve the security of our products, we inform you that the Client Credentials grant type method will be completely removed. It will no longer be possible to authenticate with the username and password of the user.
                                      
                                      The effective date of this update is October 2022.
                                      
                                      How can you authenticate with Netatmo API ?
                                      From this date, the OAuth2 authorization code flow must be followed for authentication.
                                      
                                      You can find details on this method on our website:
                                      
                                      Netatmo Connect | Authentication
                                      For tests, you can also get an Access Token from our developper portal.
                                      
                                      Netatmo Developer Portal
                                      
                                      Log in
                                      Go on your account
                                      Select the application for your test
                                      Click on "Generate a Token"
                                      
                                      You can now use this Access Token for 3 hours.
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        Laz
                                        last edited by

                                        Good afternoon! I am from Russia, so the translator works.
                                        I set up the CFenner author’s Netatmo module. Created an application on the Netatmo website and received an ID and key.
                                        Everything works, but the author does not have English everywhere.
                                        I liked your module more.
                                        I tried to set it up. Unfortunately, I could not get the token through the cURL command line (I inserted my login, password, ID and key into the line. But an error is issued. Then I made a token on the application page. I inserted it into your module, but unfortunately the module does not show anything… ((I have the names of the sensors in the station settings in Russian. I entered them in config.js.

                                        L 1 Reply Last reply Reply Quote -1
                                        • L Offline
                                          Laz @Laz
                                          last edited by

                                          @Laz The module CFenner stopped working, apparently the problem is authorization (Netatmo developers have changed the method of authorization). How to log in now?

                                          K 1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            kasperinline @Laz
                                            last edited by

                                            @Laz

                                            Did you find a solution?

                                            I’ve got the same problem :-(

                                            T 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • 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