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 does not load

    Scheduled Pinned Locked Moved Utilities
    33 Posts 13 Posters 14.7k Views 14 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.
    • CFennerC Offline
      CFenner @Laz
      last edited by

      @Laz great that it works again. Sorry that is took so long. What about the RU translations, everything good?
      Will try to find some time for the transformation.

      L 3 Replies Last reply Reply Quote 0
      • L Offline
        Laz @CFenner
        last edited by

        @CFenner Unfortunately, I now work remotely through VNC with a mirror, the resolution is not very high and all small details are not always clear. I will check the translation in April, as I will be in that city.
        Thank you, I am waiting for a recount to other pressure units.!)

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

          I noticed that the module displays the wrong wind values ​ ​ from the wind sensor on the mirror. The display of speed, wind gust and wind direction is not correct… ((The display of data on the mirror from the wind sensor does not match the data in the Netatmo application and in the Netatmo personal account.

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

            @CFenner
            I noticed that the module displays the wrong wind values ​ ​ from the wind sensor on the mirror. The display of speed, wind gust and wind direction is not correct… ((The display of data on the mirror from the wind sensor does not match the data in the Netatmo application and in the Netatmo personal account.

            1 Reply Last reply Reply Quote 0
            • S Offline
              sil3ntstorm
              last edited by

              I first used another Netatmo module, but it hasn’t been updated for 4 years. I now want to use this one, but I don’t know exactly how to create the netatmo refresh token?
              Are there instructions for this?

              Can someone show the module settings here so that the data is displayed exactly like this:

              preview.bubbles.png

              CFennerC 1 Reply Last reply Reply Quote 0
              • CFennerC Offline
                CFenner @sil3ntstorm
                last edited by

                @sil3ntstorm you get the token now directly from the developer portal, see https://github.com/CFenner/MMM-Netatmo?tab=readme-ov-file#connection-to-netatmo-service-api

                S 1 Reply Last reply Reply Quote 1
                • S Offline
                  sil3ntstorm @CFenner
                  last edited by sil3ntstorm

                  @CFenner

                  Thanks, it seems to be working now, but I can’t find this setting so that the rooms are displayed one below the other. These are displayed one below the other, even if I enter false for horizontal:

                  1c6f6fd4-40b2-4a5e-b109-4969f9394ba4-grafik.png

                  {
                  
                    module: 'netatmo',
                  
                    position: 'bottom_left', // the location where the module should be displayed
                  
                    header: 'Netatmo', // a header if you like one
                  
                    config: {
                  
                      clientId: 'secret123', // your app id
                  
                      clientSecret: 'secret123', // your app secret
                  
                      refresh_token: 'secret123', // your generated refresh token   
                  
                      refreshInterval: '3',  
                  
                      dataOrder: ["Noise","Pressure","CO2","Humidity","Temperature","Rain"],
                  
                      design: 'bubbles',
                  
                      horizontal: 'true',
                  
                      showBattery: 'true',
                  
                      showWiFi: 'true',   
                  
                      showTrend: 'true',
                  
                      showMeasurementIcon: 'true',
                  
                      showStationName: 'true',
                  
                      showModuleNameOnTop: 'false',
                  
                      fontClassModuleName: 'xsmall',
                  
                      fontClassPrimary: 'xsmall',
                  
                      fontClassSecondary: 'xsmall',
                  
                      fontClassMeasurement: 'xsmall',
                  
                      thresholdCO2Average: '1200',
                  
                      thresholdCO2Bad: '1800',
                  
                   
                    }
                  
                  },
                  
                  
                  L 1 Reply Last reply Reply Quote 0
                  • L Offline
                    Laz @sil3ntstorm
                    last edited by

                    @sil3ntstorm

                    Screenshot_42.png Screenshot_41.png

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sil3ntstorm
                      last edited by sil3ntstorm

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        Laz @CFenner
                        last edited by

                        @CFenner Good afternoon! I am still waiting for the decision to recalculate in mm Hg.
                        And tell me how to fix the wrong display of the wind direction?

                        1 Reply Last reply Reply Quote 0
                        • LusbuebL Offline
                          Lusbueb @tommys
                          last edited by Lusbueb

                          @tommys in history the moduleOrder was like this:

                          moduleOrder: ["Outdoor", "Regen", "Wind", "Schlafzimmer", "Wohnzimmer"]
                          

                          but in newer versions the code has a new variable called showStationName and as default it is set to true. Now set this to false or expand the moduleOrder like this StationName - Module

                          moduleOrder: ["im Fritz - Outdoor","im Fritz - Regen","im Fritz - Schlafzimmer","im Fritz - Wohnzimmer"]
                          

                          this solved my Problem Netatmo load without errors but shows nothing (blank screen)

                          good luck, Peter

                          1 Reply Last reply Reply Quote 1
                          • S Offline
                            sil3ntstorm
                            last edited by

                            Since yesterday it hasn’t been displayed on my mirror anymore, you can only see module name Netatmo loading…
                            I also did the module update, the problem still exists. Has anything been adjusted that I also have to change in the config so that it is displayed again?

                            A 1 Reply Last reply Reply Quote 0
                            • A Offline
                              anton2023 @sil3ntstorm
                              last edited by

                              @sil3ntstorm
                              same issue here, it seems to loose the refresh token each day:
                              i have to re create a refresh token , and copy it to the config, js, the module works.
                              the following morning after the pi shutdown, the module isn,t working, need to re create a refresh token for it works…

                              ? 1 Reply Last reply Reply Quote 0
                              • S Offline
                                schrecki
                                last edited by

                                Hello together, same issue here. I’m using the RaymondMolenaar Fork, but the issue is the same.
                                The generated refresh-token only works once. I can see the data, but after a refresh only the loading circle.

                                1 Reply Last reply Reply Quote 0
                                • ? Offline
                                  A Former User @anton2023
                                  last edited by

                                  @anton2023 it’s not only after reboot, but after each reload of the mirror itself e.g. after changing and saving config.js.

                                  Workaround, until this gets fixed, would be

                                  1. don’t touch the configuration and
                                  2. deactivate automatic shut down/restart every night

                                  Best regards,

                                  Nico

                                  CFennerC 1 Reply Last reply Reply Quote 0
                                  • CFennerC Offline
                                    CFenner @Guest
                                    last edited by

                                    Sounds like the refresh token lifetime got reduced.
                                    Probably the module should only take credentials and get the token itself. Unfortunately, I currently don’t have the time to look into it.

                                    ? 1 Reply Last reply Reply Quote 2
                                    • ? Offline
                                      A Former User @CFenner
                                      last edited by

                                      @CFenner, sure that it depends on lifetime? The issue occurs within seconds when i change my config and the mirror restarts it’s modules. In that case it would be a one-time-token, the name “refresh-token” would no longer do justice to the matter. :-D

                                      That you don’t have time at the moment is no problem to me at all, as I’m not shuting down the Pi at night. Measured by max. 5 watt consumption and 24/7 use at an electricity price of about 30 cents, that’s ~€13 per year. I think this discussion has certainly been had elsewhere in this forum, so I won’t go into too much depth. This decision is up to each individual. Would just be great to have it fixed at some time, generating a new refresh-token at Netatmo developer portal every time I change the config is just a matter of 1 minute and 5 clicks, but a bit annoying over the time. ;-)

                                      Anyway, thanks for your great work on this module!

                                      1 Reply Last reply Reply Quote 0
                                      • I Offline
                                        iks82
                                        last edited by

                                        Maybe this helps?
                                        https://forum.magicmirror.builders/post/118234

                                        ? 1 Reply Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User @iks82
                                          last edited by A Former User

                                          @iks82 said in MMM-Netatmo does not load:

                                          Maybe this helps?
                                          https://forum.magicmirror.builders/post/118234

                                          @CFenner: This should indeed solve the problem. I have to revise my last answer. The module does not work as desgined although you keep the configuration untouched. It shows the values it gets from the initial start-up but never changes them. So I have the same values shown since last reboot of my mirror. Opening the mirror on another PC within the network via browser, it’s showing “Loading …”.

                                          Unfortunately, this is not something I can solve with my knowledge, apparently the module has to be rewritten for this. I hope you can find some time for this at some point.

                                          Thanks @iks82 for referring.

                                          1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            princemaxwell
                                            last edited by

                                            I updated my old MMM-Netatmo module to the new version after i had trouble with the refresh_token, which is renewed by the netatmo API every time you fetch it.

                                            I am now using the module by @CFenner and it works fine now. Thank you for this great module!

                                            I just made some changes in custom.css to create a alternative look.

                                            netatmo.png

                                            S 1 Reply Last reply Reply Quote 1

                                            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
                                            • 2 / 2
                                            • 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