Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-Netatmo, no windreadings

    Troubleshooting
    4
    4
    1142
    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.
    • D
      duhlin last edited by

      Hi

      I have installed the module for netatmo wheaterstation, I get readings from indoor,outdoor and raingauge but not from my windgauge.
      Anyone have any solutin.

      /Daniel

      1 Reply Last reply Reply Quote 0
      • Z
        Zwirbel last edited by

        I have exactly the same problem, I get no readings from the wind gauge. Did someone successfully get wind data?

        1 Reply Last reply Reply Quote 0
        • I
          Isid0r last edited by

          Same here…i checked everything twice, but still no solution.

          Raingauge works fine.

          1 Reply Last reply Reply Quote 0
          • Lusbueb
            Lusbueb last edited by

            same problem with ‘classic’ design, so i have add folling line in the config.js as workaround:

            design: 'bubbles’

            }
            	module: 'netatmo',
            	position: 'middle_center', // the location where the module should be displayed
            	config: {
            		clientId: '............', // your app id
            		clientSecret: '............', // your app secret
            		refreshToken: '............', // your generated refresh token
            		design: 'bubbles', //'classic' or 'bubbles'
            		moduleOrder: ["Aussen", "Regen", "Wind", "Schlafzimmer", "Wohnzimmer"]
            	}
            },
            

            please have a look at the file netatmo.js in the section defaults: all variables are shown 🙂

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy