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

Help mmm- buienrader

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 2 Posters 589 Views 1 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.
  • B Offline
    bloodsport21
    last edited by Nov 7, 2019, 3:53 PM

    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
    • B Offline
      broberg Project Sponsor
      last edited by Nov 7, 2019, 4:42 PM

      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 Offline
        bloodsport21
        last edited by Nov 7, 2019, 4:53 PM

        a thank you :face_blowing_a_kiss: :face_blowing_a_kiss: :face_blowing_a_kiss:

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