Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Simple parsing error help

    Troubleshooting
    2
    2
    15
    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.
    • A
      ajurcoi last edited by

      Hi all,

      I’ve got a line of code that has a parsing error and I’m not sure how to fix it. Thanks for the help in advance!

      module: "compliments",
      			position: "lower_third"
      
      			config: {
      				compliments:
      				anytime: 
      					[
      						"Hey Rach!"
      					]
      
      1 Reply Last reply Reply Quote 0
      • BKeyport
        BKeyport Module Developer last edited by

        gotta throw commas in…

        module: "compliments",
        			position: "lower_third",
        			config: {
        				compliments:
        				anytime: 
        					[
        						"Hey Rach!"
        					],
        

        etc.

        use

        npm run config:check 
        

        until you get no errors.

        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