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
    293 Posts 28 Posters 400.9k Views 31 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.
    • D Offline
      Dinschal
      last edited by Dinschal

      There is no module folder…

      8c936800-bdb7-4385-9685-8b8d794c2c68-image.png

      Okay everything fine… i have to go to bed :D my fault sry :D

      Change pull to clone and it works ;) too much code today.

      I’m really sorry :(

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @Dinschal
        last edited by sdetweil

        @dinschal huh?

        ah, I see… to get the 1ST copy you use

        git clone

        to UPDATE later you do

        git pull

        with no extra parms…

        see the two topics in my signature… I didn’t write em, but they are helpful

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          Dinschal @sdetweil
          last edited by

          @sdetweil thanks a lot… sometimes this is the best time to go to bed :D

          my brain isnt working much longer today :D

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @Dinschal
            last edited by

            @dinschal I’ve been there… get some rest

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              Dinschal @sdetweil
              last edited by

              @sdetweil

              first of all… my english is very bad :D

              today my goal is that your module is working… i have configure it cause i have the mm with localhost and use bitvise for ssh.

              So i have to change the localhost in my config :D

              I tired to read the error message but its to tiny :D the only thing i can read is localhost :D

              S 1 Reply Last reply Reply Quote 0
              • S Do not disturb
                sdetweil @Dinschal
                last edited by

                @dinschal said in Are you tired of editing config.js, or have trouble doing it, see my new module:

                I tired to read the error message but its to tiny the only thing i can read is localhost

                what error message?

                u mean the module output when address:“localhost” is set??

                localhost means ONLY apps running inside the SAME system can access

                so a phone (use the qr code) , or another computer (use the url) cannot…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                D 1 Reply Last reply Reply Quote 0
                • D Offline
                  Dinschal @sdetweil
                  last edited by Dinschal

                  @sdetweil yeah this one ;) i want to change it cause the mirror is a gift for my parents and if i had to change something i only have my phone.

                  I changed it to 0.0.0.0 so i get the qr but know my device is not allowed to access my mirror :D

                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @Dinschal
                    last edited by

                    @dinschal also have to edit the ipWhitelist.

                    I set it to []

                    ipWhitelist:[],

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    D 1 Reply Last reply Reply Quote 0
                    • D Offline
                      Dinschal @sdetweil
                      last edited by Dinschal

                      @sdetweil i did it let me check ;)

                      okay i got it… but now i only have the "configuration window without the possibility to configure,

                      de4ecbf5-59d5-41bd-9d02-30a63f075dbf-image.png

                      i tryed it with a new pull and an new installation of your module :(

                      S 1 Reply Last reply Reply Quote 0
                      • A Offline
                        Alyx
                        last edited by

                        amazing work!!! are users able to make module communicate with each other? Such as using voice commands to use another module via notifications?

                        S 2 Replies Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @Alyx
                          last edited by

                          @alyx I don’t understand your question

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          A 1 Reply Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @Dinschal
                            last edited by sdetweil

                            @dinschal is this from the qr?

                            or did u enter a url?

                            note the url is

                            http://mmipaddr:mmport/modules/MMM-Config/review
                            

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            D 1 Reply Last reply Reply Quote 0
                            • S Do not disturb
                              sdetweil @Alyx
                              last edited by

                              @alyx voiceCommander is built on top of MMM-Voice and Hello-Lucy

                              so, CAN you, certainly… take a voice audio -> recognizer -> send notification to other modules…

                              HOW depends on the module being used…

                              sometimes there is some config
                              sometimes there is file editing
                              sometimes there is coding

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 0
                              • A Offline
                                Alyx @sdetweil
                                last edited by

                                @sdetweil No worries I’ll install and play around with this tomorrow, I was wondering if it would help with setting up modules to talk to each other, as you know I’ve been having a few issues with that xD

                                S 1 Reply Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @Alyx
                                  last edited by

                                  @alyx My Module ONLY addresses configuration of EACH module (stuff that goes in config.js)

                                  what that stuff DOES/MEANS, my module does not know…

                                  I read the source code to figure out the variables defined
                                  and merge that with any info from config.js

                                  and build a form to collect the data

                                  then on save, I take the elements with data and build a new config.js
                                  (rename the old and write the new)
                                  and if restart , then I restart MM to use that new config

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  A 1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    Alyx @sdetweil
                                    last edited by

                                    @sdetweil Sounds great as is Sam cant wait to try it tomorrow!

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      Dinschal @sdetweil
                                      last edited by

                                      @sdetweil ah okay i used the wrong one… i used the one with config.html

                                      1 Reply Last reply Reply Quote 0
                                      • D Offline
                                        Dinschal
                                        last edited by

                                        Is it possible to add a css section in the future? that would be really nice…

                                        thanks for your work and thanks for helping me ;)

                                        S 1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          Dinschal
                                          last edited by Dinschal

                                          @sdetweil your module is running well, but if i changed something and create the config, it deleted the location, the locationid and the weather api from the default weather module :( this is really bad… and if i change the timefomat and the analog size in the same module and push the save, create config button it didnt save the canges.

                                          S 1 Reply Last reply Reply Quote 0
                                          • S Do not disturb
                                            sdetweil @Dinschal
                                            last edited by

                                            @dinschal what do u mean css section?

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            D S 2 Replies Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 14
                                            • 15
                                            • 6 / 15
                                            • First post
                                              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