MagicMirror Forum

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

    UNSOLVED Help mmm- buienrader

    Troubleshooting
    2
    3
    391
    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.
    • B
      bloodsport21 last edited by

      can someone tell me what goes wrong if I have installed everything at modulles and then want to copy the code and tell the mirror that it doesn’t work just like now at mm-buienrader what am I doing wrong![alt text]0_1573141961059_WhatsApp Image 2019-11-07 at 16.50.16.jpeg

      1 Reply Last reply Reply Quote 0
      • broberg
        broberg Project Sponsor last edited by

        You have two unclosed brackets and a missing comma.

        it should look like this :

                {
                    module: 'MMM-Buienradar',
                    position: 'top_left',
                    config: {
                      lat: 52.1015474,
                      lon: 5.1758052,
                      forecast: true,
                      zoom: 1,
                      interval: 10
                    }
                },
        

        not like this :

                {
                    module: 'MMM-Buienradar',
                    position: 'top_left',
                    config: {
                      lat: 52.1015474,
                      lon: 5.1758052,
                      forecast: true,
                      zoom: 1,
                      interval: 10
                    }
                }
          ]        
        }    
        
        1 Reply Last reply Reply Quote 0
        • B
          bloodsport21 last edited by

          a thank you 😘 😘 😘

          1 Reply Last reply Reply Quote 0
          • 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