• 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
  1. Home
  2. Mitch_66
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 6
  • Groups 0

Mitch_66

@Mitch_66

0
Reputation
1
Profile views
6
Posts
0
Followers
0
Following
Joined Sep 10, 2023, 5:49 AM
Last Online Nov 3, 2024, 7:47 AM

Mitch_66 Unfollow Follow

Latest posts made by Mitch_66

  • RE: MMM-Netatmo updated

    @Laz Auto-correction at work - the CFenner module

    posted in Utilities
    M
    Mitch_66
    Nov 5, 2023, 6:32 AM
  • RE: MMM-Netatmo updated

    @Laz
    Nope, using this one: https://github.com/RaymondMolenaar/MMM-Netatmo/blob/master/README.md

    Couldn‘t make the Renner module work again. Good luck!

    posted in Utilities
    M
    Mitch_66
    Oct 29, 2023, 5:42 AM
  • RE: MMM-Netatmo updated

    @Laz
    Here’s my config that works. The name for the rooms in Netatmo are as specified in the Netatmo App. It’s a quite ‘old’ Netatmo module, talking about 8 years or so hence for sure not the latest hardware.

                {
                        module: 'MMM-Netatmo',
                        disabled: false,
                        position: 'bottom_bar', // the location where the module should be displayed
                        header: 'Netatmo',
                        config: {
                                clientId: 'clientID', // your app id
                                clientSecret: 'clientSecret', // your app secret
                                refreshToken: 'refresh|token', // your generated refresh token
                                accessToken: 'access|token',
                                location: "germany/badenwurttemberg/stuttgart-arnulf-klett-platz",  //for AirQuality
                                updateIntervalAirQuality: 300, // in secondes = every 30 minutes
                                updatesIntervalDisplay: 60, //refresh internal
                                lastMessageThreshold: 600, // in seconds (10 minutes)
                                horizontal: true,
                                horizontalOverflow: false,
                                windUnit: "KMH",
                                showLastMessage: true,
                                showDataIcon: true,
                                showDataHeader: true,
                                showModuleStatus: true,
                                showModuleFirmware: true,
                                refreshInterval: 3,
                                moduleOrder: ["Wohnzimmer", "Schlafzimmer", "Terrasse" ],
                        }
                },
    
    posted in Utilities
    M
    Mitch_66
    Oct 22, 2023, 6:05 AM
  • RE: MMM-Netatmo updated

    @Laz
    Will do but you’ll need to wait a bit. Currently far away from home, back in a week

    posted in Utilities
    M
    Mitch_66
    Oct 15, 2023, 3:30 AM
  • RE: MMM-Netatmo updated

    @Mitch_66 I found the solution to my problem: once I inserted the moduleOrder parameter, the module showed up. As it isn’t marked as “required”, I didn’t put it in the first place.

    Maybe helps somebody having the same issue

    posted in Utilities
    M
    Mitch_66
    Sep 17, 2023, 4:47 AM
  • RE: MMM-Netatmo updated

    Hi All, thanks for the support provided in this forum here. Awesome!

    I’m following all what is said here: got “refreshToken”, “accessToken” via the Netatmo page, entered it in the config.js exactly as stated here. Nevertheless, the module won’t show up on the mirror - just a small circle beneath the header.

    Am I missing “something”, a specific setting for the mirror? The RBpi is not publicly accessible from the internet, no web hook URI, no direct URI configured.

    Any help appreciated! The Netatmo module is the feature why we have the MM2!

    posted in Utilities
    M
    Mitch_66
    Sep 10, 2023, 6:00 AM
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