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.
    • A Offline
      Alyx @sdetweil
      last edited by

      @sdetweil Ive rebooted the machine 3 times at this point ahah, I have an echo3 would that be considered new? I know the 4th gen is the latest

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

        @alyx ok I found the issue, I commented out all the options in alexa and then ran them individually and etc.

        Turns out the notification/ command and devices options werent configured correctly by the conf generator. after commenting those out I can now find them on alexa

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

          @dinschal I have fixes for all the issues…

          in my module folder go

          git pull
          rm -rf node_modules
          git checkout new
          npm install
          

          give it a whirl… let me know

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            @sdetweil thanks sam… i will try it later… my frame has to dry :D first coat :D

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

              @sdetweil Hi Sam i tried it again and the size of the analog clock wont change, same if i insert UTC+1 into the timezone… else looks pretty good…

              thanks a lot ;)

              S 2 Replies Last reply Reply Quote 0
              • S Offline
                sdetweil @Dinschal
                last edited by

                @dinschal can u show me the generated config.js for clock? (just that module)

                it changes the value in config.js when I change it in the form…

                and send me the debug output again

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil oh no not the debug output again :D
                  give me just one second ;)

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

                    @sdetweil there is no debug: true in the config anymore :( can i insert it myself?

                    i tried it, but it stopped here

                    51be229e-e264-4236-af77-d6ec547e75b8-image.png

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

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

                      same if i insert UTC+1 into the timezone

                      i debugged the clock module

                      UTC works

                      UTC +1 doesn’t
                      UTC -1 doesn’t

                      so I am not sure what it wants

                      Etc/UTC+1 doesn’t

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @dinschal

                        make sure there is a comma on the line before where u added debug:true to my module

                        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 in germany we have summertime and wintertime… so we have utc and utc +1 :D

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

                            @sdetweil i did it this way…

                            0c03d8cf-e72e-4b13-96f4-e30394f76d74-image.png

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

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

                              in germany we have summertime and wintertime… so we have utc and utc +1

                              yes, understand… the clock module should auto adjust…

                              we just changed to std time last sunday and the clock adjusted… actually , the system changed reported time

                              but I was saying I debugged using the timeZone option in config.js for clock, and cannot get any option other than ‘UTC’
                              to work…

                              I don’t understand what string it expects

                              it has a time object and does

                              time_object.tz(config.timeZone)

                              to force the time to a particular timezone… except only UTC works for me.

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

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

                                @dinschal yes, looks good
                                what does the debug output say?

                                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 the output stopped @calendar-fetcher: Broadcasting 10 events

                                  71595619-dc3d-437a-93fe-a3c7679a4f38-image.png

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

                                    @dinschal yes,… then u have to press save on the form…

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @sdetweil i send it

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

                                        @sdetweil hey sam there is a update for your module?

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

                                          @dinschal yes… see my email…

                                          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 a thanks… yes everything is working now…

                                            S 1 Reply 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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 14
                                            • 15
                                            • 9 / 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