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.

    MMM-weconnectid with 2 accounts

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 2 Posters 9.0k Views 2 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.
    • C Offline
      chrisfr1976
      last edited by

      We have two electric VW and two we-connect accounts. So I‘ve tried to get another instance running on my mirror, but it does not work. If I set a module on disable=true and the other on false in the config.js I can decide which car we can see.

      So I made a workaround today with two config files which are copied in a circle and the refresh of electron is done with xdotool. All that is in a shell script which starts every 10 minutes with a cronjob. A quite dirty way, but we can see the battery status of both cars one after another :)

      Has anyone found a smarter way? I also tried to do a refresh only on the MMM-weconnectid module but my coding skills are still not the best to include updateDOM or whatever to the js or json. I‘ve found a lot hits with Google and some into this direction in this forum the but nothing was explained in a simple way.
      Does someone know a command to convice electron to reload just a specific module? Could be so easy from my newbie point of view 😉

      Cheers, Chris

      Regards, Chris.

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

        @chrisfr1976 ok, fixed

        the author has accepted these fixes too

        do this

        git checkout main
        git pull
        

        the SoC value was not copied… don’t know where that went as I didn’t change that block. anyhow fixed

        images, I made a sub folder by module instance… these should be correct now

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @chrisfr1976 the other approach is to copy and rename the module. and change the register to match

          if u can wait til tomorrow, I will update the module to support multiple instances

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            chrisfr1976 @sdetweil
            last edited by

            @sdetweil Wow, sure I can wait. But I’m already excited :-)

            Regards, Chris.

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

              @chrisfr1976 try this

              cd to the module folder

              git fetch origin pull/6/head:test_multi
              git checkout test_multi
              

              then in config.js you can use multiple instances of this module with different config settings…

              to go back to the old code if there is a problem

              git checkout main
              

              I don’t have a vehicle so I cant test it. no code logic was changed.

              I submitted this as a change request to the module author…
              if he accepts it, you would (in the module folder)

              git checkout main
              git pull
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                chrisfr1976 @sdetweil
                last edited by

                @sdetweil unfortunately it works just a little.

                My Mirror Display

                I can see two modules the first time on my screen but I can’t see the SoC and the loaded pictures shows the same car. That is clear for me when I check the module.js file. But 2 different cars are loaded what can be seen on the run kilometers.

                So your approach works in general to show the module twice. Thank you for that. That might be helpful for other modules, too.
                But to get the MMM-weconnectid fully working there needs to be some more coding in the module.js to be done. Python grabs the information I think since I see no errors or strange things in the log.
                Unfortunately I’m a mechanical engineer who just starts with some very simple coding. I can’t fix that.

                But again thanks a lot for your support and time you’ve spent!

                Chris.

                Regards, Chris.

                S 3 Replies Last reply Reply Quote 0
                • S Offline
                  sdetweil @chrisfr1976
                  last edited by

                  @chrisfr1976 each module 1 at a time works ok?

                  what is soc? state of charge?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @chrisfr1976 yes I see the issue. give me a little time.

                    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 @sdetweil
                      last edited by sdetweil

                      @chrisfr1976 bug, sorry, he accepted code, but its broken

                      do this

                      git checkout main
                      git fetch origin pull/7/head:test_multi-2
                      git checkout test_multi-2
                      

                      then try again

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @chrisfr1976 said in MMM-weconnectid with 2 accounts:

                        So your approach works in general to show the module twice.

                        not mine. it’s the official way to support multiple instances.

                        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 @sdetweil
                          last edited by sdetweil

                          @chrisfr1976 he has accepted that last pull request, so

                          git checkout main
                          git pull
                          

                          try again

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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

                            @chrisfr1976 did you see my note about an update?

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            C 1 Reply Last reply Reply Quote 0
                            • C Offline
                              chrisfr1976 @sdetweil
                              last edited by

                              @sdetweil Hello, yes, sorry for that delay. Yesterday I was out with my company colleagues :clinking_beer_mugs:

                              I’ve just tested the configuration:

                              1. same module, twice in the config
                              2. my copied module with new name with the original module together

                              then both versions with “git checkout main” and for doublecheck your “git checkout test_multi-2”.

                              And unfortunately without success. For Option 1 it stops with “loading…”. For Option 2 I get 1 car shown without any information from VW and the other stops also with “loading…” on the screen.

                              In the logs I just get this:

                              0|mm  | [22.02.2024 19:12.02.704] [LOG]   Got data from weconnectid for VIN WVWZZZE1ZNP0339xx
                              0|mm  | [22.02.2024 19:12.07.203] [LOG]   Got data from weconnectid for VIN WV2ZZZEB5PH0306xx
                              

                              No Errors.

                              So same issue as last time. :crying_face:

                              Regards, Chris.

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

                                @chrisfr1976 ok.

                                if you are willing to share your config via private message so i can run the module here.

                                maybe there is a syntax error

                                open the developers window, ctrl-shift-i,
                                select the console tab, and put we in the filter field

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

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

                                  @chrisfr1976 thanks for your trust

                                  do this

                                  git checkout main
                                  git fetch origin pull/8/head:test_multi-3
                                  git checkout test_multi-3
                                  

                                  and try again 1 instance and then both

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  C 2 Replies Last reply Reply Quote 0
                                  • C Offline
                                    chrisfr1976 @sdetweil
                                    last edited by

                                    @sdetweil Okay, nearly okay. I see the module twice on the screen. The following issues are on my Mirror:

                                    • SoC for both cars is 0% - main point of interest :-)
                                    • The pictures are the same (it is stored in the same folder with the same name. That is the reason for sure.) - not really needed
                                    • My Calendar Ext3 stays empty. All events are broadcasted without any error. That is something in behind. I had that before when both modules (the original and my copy if both had enabled=true set). No error in the logs or any entry that is new for me.

                                    Regards, Chris.

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

                                      @sdetweil

                                      Short update: CalendarExt3 is now okay. Maybe it needed just some more time.

                                      And the SoC is just missing. The remaining km-range is there. I checked it in the cars. The value is correct.

                                      Regards, Chris.

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

                                        @chrisfr1976 pictures. I think that comes back on the API. let me check.

                                        soc… also let me check.

                                        ext3. yes, as it is getting data from the default calendar, he is trying not to flash the display too many times. some calendars can take 10 seconds to process with all the old dead entries. he doesn’t know(altho he could! hmmm)

                                        you can change the Ext3 wait time if you know how long it takes roughly.

                                        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 @chrisfr1976
                                          last edited by sdetweil

                                          @chrisfr1976 ok, fixed

                                          the author has accepted these fixes too

                                          do this

                                          git checkout main
                                          git pull
                                          

                                          the SoC value was not copied… don’t know where that went as I didn’t change that block. anyhow fixed

                                          images, I made a sub folder by module instance… these should be correct now

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          C 1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            chrisfr1976 @sdetweil
                                            last edited by

                                            @sdetweil Wow, thank you so much! Perfect :folded_hands: :grinning_face_with_big_eyes:

                                            Regards, Chris.

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

                                              @chrisfr1976 awesome… thanks for the feedback…

                                              Sam

                                              How to add modules

                                              learning how to use browser developers window for css changes

                                              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 / 1
                                              • 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