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

Netatmo module will not shown

Scheduled Pinned Locked Moved Solved Troubleshooting
40 Posts 5 Posters 3.6k Views 5 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.
  • S Offline
    sdetweil @kusselin
    last edited by sdetweil May 3, 2025, 2:51 PM May 3, 2025, 2:51 PM

    @kusselin the ‘already in use’ is because the container is running MagicMirror as a system service

    you could use a different port for the test

    export MM_PORT=8090
    npm run server

    now you have two instances running
    one on 8080 and one on 8090

    ctrl-c to stop the one on 8090

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    K 1 Reply Last reply May 3, 2025, 2:58 PM Reply Quote 0
    • S Offline
      sdetweil @kusselin
      last edited by May 3, 2025, 2:54 PM

      @kusselin config format, yes RemoteControl, like my MMM-Config rewrites the config file and doesnt see the comments

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • K Offline
        kusselin @sdetweil
        last edited by kusselin May 3, 2025, 3:05 PM May 3, 2025, 2:58 PM

        @sdetweil said in Netatmo module will not shown:

        Hello Sam,

        If I enter this via putty in the path /opt/magicmirror, it will be there:

        export MM_PORT=8090
        npm run server

        MagicMirror LXC Container
            🌐   Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE
        
            🖥️   OS: Debian GNU/Linux - Version: 12
            🏠   Hostname: magicmirror-live
            💡   IP Address: 192.168.200.74
        root@magicmirror-live:~# cd /opt/magicmirror
        root@magicmirror-live:/opt/magicmirror# export MM_PORT=8090
        root@magicmirror-live:/opt/magicmirror# npm run server
        
        > magicmirror@2.31.0 server
        > node ./serveronly
        
        [2025-05-03 17:00:10.347] [LOG]   Starting MagicMirror: v2.31.0
        [2025-05-03 17:00:10.361] [LOG]   Loading config ...
        [2025-05-03 17:00:10.362] [LOG]   config template file not exists, no envsubst
        [2025-05-03 17:00:10.643] [INFO]  Checking config file /opt/magicmirror/config/config.js ...
        [2025-05-03 17:00:10.698] [INFO]  Your configuration file doesn't contain syntax errors :)
        [2025-05-03 17:00:10.698] [INFO]  Checking modules structure configuration ...
        [2025-05-03 17:00:10.755] [INFO]  Your modules structure configuration doesn't contain errors :)
        [2025-05-03 17:00:11.073] [LOG]   Loading module helpers ...
        [2025-05-03 17:00:11.076] [LOG]   No helper found for module: alert.
        [2025-05-03 17:00:11.094] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.094] [LOG]   Module helper loaded: updatenotification
        [2025-05-03 17:00:11.094] [LOG]   No helper found for module: clock.
        [2025-05-03 17:00:11.267] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.269] [LOG]   Module helper loaded: calendar
        [2025-05-03 17:00:11.271] [LOG]   No helper found for module: compliments.
        [2025-05-03 17:00:11.271] [LOG]   No helper found for module: MMM-OpenmapWeather.
        [2025-05-03 17:00:11.272] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.272] [LOG]   Module helper loaded: netatmo
        [2025-05-03 17:00:11.276] [WARN]  No /opt/magicmirror/modules/MMM-OpenWeatherForecast/MMM-OpenWeatherForecast.js found for module: MMM-OpenWeatherForecast.
        [2025-05-03 17:00:11.276] [LOG]   No helper found for module: MMM-OpenWeatherForecast.
        [2025-05-03 17:00:11.276] [LOG]   No helper found for module: MMM-Blitzer.
        [2025-05-03 17:00:11.277] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.277] [LOG]   Module helper loaded: MMM-ApothekenNotdienst
        [2025-05-03 17:00:11.277] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.278] [LOG]   Module helper loaded: MMM-ioBroker
        [2025-05-03 17:00:11.278] [LOG]   No helper found for module: MMM-Carousel.
        [2025-05-03 17:00:11.322] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.322] [LOG]   Module helper loaded: MMM-PublicTransportHafas
        [2025-05-03 17:00:11.518] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.518] [LOG]   Module helper loaded: MMM-RNV
        [2025-05-03 17:00:11.519] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.519] [LOG]   Check MagicMirror² version for node helper 'MMM-Fuel' - Minimum version: 2.15.0 - Current version: 2.31.0
        [2025-05-03 17:00:11.519] [LOG]   Version is ok!
        [2025-05-03 17:00:11.519] [LOG]   Module helper loaded: MMM-Fuel
        [2025-05-03 17:00:11.595] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.596] [LOG]   Module helper loaded: MMM-Remote-Control
        [2025-05-03 17:00:11.633] [LOG]   Initializing new module helper ...
        [2025-05-03 17:00:11.633] [LOG]   Module helper loaded: newsfeed
        [2025-05-03 17:00:11.633] [LOG]   All module helpers loaded.
        [2025-05-03 17:00:11.638] [LOG]   Starting server on port 8090 ...
        [2025-05-03 17:00:11.639] [WARN]  You're using a full whitelist configuration to allow for all IPs
        [2025-05-03 17:00:11.649] [LOG]   Server started ...
        [2025-05-03 17:00:11.650] [LOG]   Connecting socket for: updatenotification
        [2025-05-03 17:00:11.650] [LOG]   Starting module helper: updatenotification
        [2025-05-03 17:00:11.650] [LOG]   Connecting socket for: calendar
        [2025-05-03 17:00:11.651] [LOG]   Starting node helper for: calendar
        [2025-05-03 17:00:11.651] [LOG]   Connecting socket for: netatmo
        [2025-05-03 17:00:11.651] [LOG]   Netatmo helper started ...
        [2025-05-03 17:00:11.651] [LOG]   Connecting socket for: MMM-ApothekenNotdienst
        [2025-05-03 17:00:11.652] [LOG]   Starting module helper: MMM-ApothekenNotdienst
        [2025-05-03 17:00:11.652] [LOG]   Connecting socket for: MMM-ioBroker
        [2025-05-03 17:00:11.652] [LOG]   Connecting socket for: MMM-PublicTransportHafas
        [2025-05-03 17:00:11.652] [LOG]   Connecting socket for: MMM-RNV
        [2025-05-03 17:00:11.705] [LOG]   Connecting socket for: MMM-Fuel
        [2025-05-03 17:00:11.705] [LOG]   Starting module helper: MMM-Fuel
        [2025-05-03 17:00:11.705] [LOG]   Connecting socket for: MMM-Remote-Control
        [2025-05-03 17:00:11.706] [LOG]   Starting node helper for: MMM-Remote-Control
        [2025-05-03 17:00:11.708] [LOG]   Connecting socket for: newsfeed
        [2025-05-03 17:00:11.708] [LOG]   Starting node helper for: newsfeed
        [2025-05-03 17:00:11.708] [LOG]   Sockets connected & modules started ...
        [2025-05-03 17:00:11.709] [INFO]
        >>>   Ready to go! Please point your browser to: http://0.0.0.0:8090   <<<
        [2025-05-03 17:00:11.808] [INFO]  System information:
        ### SYSTEM:   manufacturer: ; model: ; virtual: false
        ### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: x64; kernel: 6.8.12-8-pve
        ### VERSIONS: electron: undefined; used node: 22.15.0; installed node: 22.15.0; npm: 10.9.2; pm2: 5.4.3
        ### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
        
        

        I have changed it like this under Putty…
        then press the Ctrl key and C… but then I still have to enter IP:8080 again to display the MM…with IP:8090 it doesn’t work - network overflow

        All other modules are shown correctly, but Netatmo doesent shown :-( what a f…
        2 day ist gos good

        S 1 Reply Last reply May 3, 2025, 3:20 PM Reply Quote 0
        • S Offline
          sdetweil @kusselin
          last edited by May 3, 2025, 3:20 PM

          @kusselin SOOOO much fun!! i do not know. and cannot debug it here

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          K 1 Reply Last reply May 3, 2025, 3:27 PM Reply Quote 0
          • K Offline
            kusselin @sdetweil
            last edited by May 3, 2025, 3:27 PM

            @sdetweil
            Ok, but it looks good now, doesn’t it?
            That means it’s the module again.

            Maybe someone here with Netatmo running will see this?

            Thanks and greetings

            S 1 Reply Last reply May 3, 2025, 3:55 PM Reply Quote 0
            • S Offline
              sdetweil @kusselin
              last edited by May 3, 2025, 3:55 PM

              @kusselin yes, dont see anything indicating the problem. all looks good

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • K Offline
                kusselin @sdetweil
                last edited by May 3, 2025, 5:54 PM

                @sdetweil said in Netatmo module will not shown:

                {
                module: “netatmo”,
                position: “bottom_left”,
                order: “*”,
                animateIn: “None”,
                animateOut: “None”,
                config: {
                clientId: ‘1234567’, // your app id
                clientSecret: ‘1212123’, // your app secret
                refresh_token: ‘3223232’, // your generated refresh token
                mockData: true
                },
                disabled: false,
                hiddenOnStartup: false,
                configDeepMerge: false
                },

                I have now copied your config from here into the config again and it no longer works… can you please try it again with the mockData: true and take a picture

                thanks

                S 1 Reply Last reply May 3, 2025, 6:17 PM Reply Quote 0
                • S Offline
                  sdetweil @kusselin
                  last edited by May 3, 2025, 6:17 PM

                  @kusselin will do, it took a few minutes , i had given up and came back and it was displaying

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    kusselin @det
                    last edited by May 3, 2025, 7:22 PM

                    @det said in Netatmo module will not shown:

                    @kusselin
                    Also check that your registration is correct. Make sure you have a current “token.js”.

                    Hi, Where can i find the token.js?

                    S 1 Reply Last reply May 3, 2025, 7:47 PM Reply Quote 0
                    • S Offline
                      sdetweil @kusselin
                      last edited by May 3, 2025, 7:47 PM

                      @kusselin this version doesn’t use token.js
                      https://github.com/CFenner/MMM-Netatmo,
                      uses info in config.js for this module

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 4 / 4
                      4 / 4
                      • First post
                        32/40
                        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