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

Are you tired of editing config.js, or have trouble doing it, see my new module

Scheduled Pinned Locked Moved Utilities
254 Posts 24 Posters 151.4k Views
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.
  • S
    sdetweil @stoffel
    last edited by May 24, 2021, 12:16 PM

    @stoffel this is because the scanner failed.

    please look at the messages where u start mm

    npm start or pm2

    if pm2, then the pm2 logs --lines=100
    will produce the output.

    Sam

    How to add modules

    learning how to use css

    1 Reply Last reply Reply Quote 0
    • S
      stoffel
      last edited by May 24, 2021, 2:33 PM

      thanks sdetweil for your answer,

      thats the result:

      0|MagicMirror  | [24.05.2021 16:24.42.647] [LOG]
      0|MagicMirror  | stdout: completed
      0|MagicMirror  | [24.05.2021 16:24.42.672] [ERROR]
      0|MagicMirror  | stderr 2: /home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:595
      0|MagicMirror  |     let tt = data[left];
      0|MagicMirror  |                  ^
      0|MagicMirror  | TypeError: Cannot read property '' of undefined
      0|MagicMirror  |     at get_define_info (/home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:595:18)
      0|MagicMirror  |     at get_define_info (/home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:599:12)
      0|MagicMirror  |     at get_define_info (/home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:599:12)
      0|MagicMirror  |     at /home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:415:29
      0|MagicMirror  |     at Array.forEach (<anonymous>)
      0|MagicMirror  |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Config/scripts/buildschema3.js:405:24)
      0|MagicMirror  |     at Module._compile (internal/modules/cjs/loader.js:1068:30)
      0|MagicMirror  |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
      0|MagicMirror  |     at Module.load (internal/modules/cjs/loader.js:933:32)
      0|MagicMirror  |     at Function.Module._load (internal/modules/cjs/loader.js:774:14)
      
      

      but why or where searched for bootstrap.css.map

      i hope you can help me

      S 1 Reply Last reply May 24, 2021, 2:38 PM Reply Quote 0
      • S
        sdetweil @stoffel
        last edited by sdetweil May 24, 2021, 2:41 PM May 24, 2021, 2:38 PM

        @stoffel do another git pull… there was a fix yesterday for this… please advise

        otherwise send me the config.js and the defaults.js (from the modules folder)

        if u edit any personal info (I don’t share), please try to keep all the lines, don’t delete any

        send to my email, same userid as here, at gmail.com

        Sam

        How to add modules

        learning how to use css

        1 Reply Last reply Reply Quote 0
        • S
          stoffel
          last edited by May 24, 2021, 2:51 PM

          i have try it, but all was actuel. also i make an npm install.
          not solved the problem. it is an file not found error.
          i send you my config.js and the default.js from the modul

          and thanks for your help

          S 1 Reply Last reply May 24, 2021, 3:09 PM Reply Quote 0
          • S
            stoffel
            last edited by May 24, 2021, 3:05 PM

            ich muss kurz weg. melde mich später nochmal

            1 Reply Last reply Reply Quote 0
            • S
              sdetweil @stoffel
              last edited by May 24, 2021, 3:09 PM

              @stoffel are you using the MM url

              http://mm_address:mm_port/modules/MMM-Config/config.html
              

              got your files… this will take some thinking…

              compliments_plus has a data item with lots of .

               "..--..--...."
              

              the forming system can’t handle the dots in the naming scheme
              cause it sees the dots as part of the name, not a literal…

              regular compliments has them as LEADING only, and I can trick it…
              compliments plus has trailing and/or embedded…

              currently there is no escaping mechanism…

              I opened issued
              https://github.com/sdetweil/MMM-Config/issues/8

              Sam

              How to add modules

              learning how to use css

              1 Reply Last reply Reply Quote 0
              • S
                stoffel
                last edited by May 24, 2021, 6:04 PM

                i’v tryed with my address, the same.

                the “…–…–…” are original here
                but this

                          ],
                          '01-01-....': [
                            null
                          ],
                          '..-..-....': [
                            null
                          ]
                

                is the result of MMM-Remote-Control module (edit config), i’v changed it to original

                		  "01-01-....": [
                			function() {return "<i class=\"fa fa-glass-cheers\"></i> Happy New Year! " + moment().format("YYYY")}
                		  ],
                		  "..-..-....": [
                			function() {return moment().locale(config.language).format("dddd, D MMMM")}
                			// https://forum.magicmirror.builders/topic/13332/reloading-config-defaults-or-module
                		  ],
                

                the same problem
                i have searched here for the missing file, nothing.

                i am testing again ;-)

                thanks for your help

                S 1 Reply Last reply May 24, 2021, 6:06 PM Reply Quote 0
                • S
                  sdetweil @stoffel
                  last edited by sdetweil May 24, 2021, 6:12 PM May 24, 2021, 6:06 PM

                  @stoffel the missing file is not involved…

                  if the name contains a ‘.’ , it breaks the system. the only example I had was compliments, which had leading dots…

                  Sam

                  How to add modules

                  learning how to use css

                  1 Reply Last reply Reply Quote 0
                  • JalibuJ
                    Jalibu Module Developer
                    last edited by May 24, 2021, 6:13 PM

                    Wow!
                    Great module! I just checked out compatibility with my modules and am very impressed.
                    I’ll leave you some feedback on GitHub.

                    4f85761e-6517-4a4d-b1ce-5884caeb9f91-image.png

                    1 Reply Last reply Reply Quote 0
                    • S
                      stoffel
                      last edited by May 24, 2021, 6:18 PM

                      ok, but it works with this 2 variante.

                      what system breaks ? mm or MMM-Config ?

                      i’v comment out the compliments_plus modul in the config.js but is the same result

                      S 1 Reply Last reply May 24, 2021, 6:20 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 25
                      • 26
                      • 2 / 26
                      2 / 26
                      • First post
                        11/254
                        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