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

Config Error

Scheduled Pinned Locked Moved Troubleshooting
newcodeerror
39 Posts 5 Posters 9.6k Views 5 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.
  • L Offline
    lavolp3 Module Developer @lavolp3
    last edited by lavolp3 May 21, 2020, 12:05 AM May 21, 2020, 12:04 AM

    @lavolp3 The alert part needs to look like this:

    		{
    			module: "alert",
    			position: "right",
    			welcome_message: "a string"
    		},
    

    How to troubleshoot modules
    MMM-soccer v2, MMM-AVStock

    P 1 Reply Last reply May 21, 2020, 12:28 AM Reply Quote 0
    • P Offline
      PHAGE.GOV @sdetweil
      last edited by May 21, 2020, 12:23 AM

      @sdetweil okay so ive been combing through the code, and since i didnt know how to properly edit .json files, i had alot of cleanup to do, im still not done, but getting there. what is a trailing space though? i dont know what to remove

      1 Reply Last reply Reply Quote 0
      • P Offline
        PHAGE.GOV @lavolp3
        last edited by May 21, 2020, 12:28 AM

        @lavolp3

        {
        			module: "compliments",
        			position: "lower_third",
        			compliments: {	
        				"anytime" : [
        					"Hey there sexy!"
        				],
        				"morning" : [
        

        so 64 is the compliments line and it says it has trailing spaces. Im actually learning so much about json files rn so thank you @sdetweil and @lavolp3

        S 1 Reply Last reply May 21, 2020, 12:41 AM Reply Quote 0
        • S Offline
          sdetweil @PHAGE.GOV
          last edited by May 21, 2020, 12:41 AM

          @PHAGE-GOV ignore the trailing space error. It’s stupid

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          P 1 Reply Last reply May 21, 2020, 12:42 AM Reply Quote 0
          • P Offline
            PHAGE.GOV @sdetweil
            last edited by May 21, 2020, 12:42 AM

            @sdetweil indeed it is, i found it tho, and i fixed everything else too! thank you so much! and i learned so much from this also, i feel much more confident poking around and i defs learned much more about proper coding

            S 1 Reply Last reply May 21, 2020, 12:45 AM Reply Quote 0
            • S Offline
              sdetweil @PHAGE.GOV
              last edited by May 21, 2020, 12:45 AM

              @PHAGE-GOV and finding your way on the next error. After 3 years I still make them

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              P 1 Reply Last reply May 21, 2020, 12:49 AM Reply Quote 0
              • P Offline
                PHAGE.GOV @sdetweil
                last edited by May 21, 2020, 12:49 AM

                @sdetweil yeah, but npm run config:check was such a life saver

                1 Reply Last reply Reply Quote 1
                • B Offline
                  BKeyport Module Developer
                  last edited by May 21, 2020, 8:41 AM

                  one of the biggest tips I can give you is to throw out everything you know about capitalization…
                  Welcome_message is different from welcome_message

                  Most of the time, with RARE exception, the initial letter is lowercase. javacriptIsWeird

                  The "E" in "Javascript" stands for "Easy"

                  S 1 Reply Last reply May 21, 2020, 10:59 AM Reply Quote 0
                  • S Offline
                    sdetweil @BKeyport
                    last edited by sdetweil May 22, 2020, 1:50 AM May 21, 2020, 10:59 AM

                    @BKeyport no… it is entirely up to the author of the module what case is used.
                    there are no rules…

                    only thing is javascript is case sensitive

                    var foo
                    is different than
                    var fOo
                    etc…

                    the config code doesn’t care, it takes all the settings and makes an object
                    the module then looks for specific items… almost NEVER checking for case mismatch

                    config.foo
                    will NOT find
                    config.fOo

                    it is NOT an error to config if fOo is not present.

                    filenames on linux are also case sensitive

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    B 1 Reply Last reply May 21, 2020, 7:00 PM Reply Quote 1
                    • B Offline
                      BKeyport Module Developer @sdetweil
                      last edited by May 21, 2020, 7:00 PM

                      @sdetweil That’s effectively what I said… I’m working from within the naming conventions typically used by module authors, including myself, and trying to stress that case is important, because if you come from a world where it’s not (DOS/Windows, perhaps?) it takes some getting used to.

                      bottom line, Welcome_message is not the same as welcome_message

                      The "E" in "Javascript" stands for "Easy"

                      S 1 Reply Last reply May 21, 2020, 7:48 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        28/39
                        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