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.

    Electron CPU usage

    Scheduled Pinned Locked Moved Troubleshooting
    247 Posts 46 Posters 597.3k Views 42 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.
    • SnilleS Offline
      Snille Module Developer
      last edited by

      @wtidwell Nope, I don’t think so. I have not had any keyboard nor mouse connected since I installed it. :)

      If you cant find it, make it and share it!
      Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

      1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Snille
        last edited by

        @Snille said in Electron CPU usage:

        You can actually get all three on the same “screen”.

        I followed your directions but only one appeared at a time. I’ll try again later if you want me to. Getting ready for work at the moment.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • SnilleS Offline
          Snille Module Developer
          last edited by

          @Mykle1 Don’t worry about it. You provided the information. :) But if you want to do it anyway, do it via SSH instead, you need to have more “screen-space” to fit all the information at the same time. Check my screenshot. The number of columns and rows are much higher. :)

          If you cant find it, make it and share it!
          Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

          1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer
            last edited by

            A quick google search reveals that the Pi is mainly manufactured in Wales, UK. However, they are also being made in China, and now Japan. I can’t help but wonder if there is some small difference that would affect performance on those made in the UK and those made elsewhere

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • SnilleS Offline
              Snille Module Developer
              last edited by

              @Mykle1 Lets see…
              Do (in SSH): cat /proc/cpuinfo

              Paste the result from hardware and revision… :)

              Hardware        : BCM2835
              Revision        : a02082
              

              I think it’s the “last” revision that is important.

              Pi 3 Model B	1GB	a02082 (Sony, UK)
              Pi 3 Model B	1GB	a22082 (Embest, China)
              

              More info about revisions…

              Mine is from UK it seams. :)

              If you cant find it, make it and share it!
              Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

              Mykle1M 2 Replies Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @Snille
                last edited by Mykle1

                @Snille said in Electron CPU usage:

                Mine is from UK it seams. :)

                Here it is. It appears that mine is also from the UK. How about the other info? Does it match up to yours?

                processor	: 3
                model name	: ARMv7 Processor rev 4 (v7l)
                BogoMIPS	: 76.80
                Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
                CPU implementer	: 0x41
                CPU architecture: 7
                CPU variant	: 0x0
                CPU part	: 0xd03
                CPU revision	: 4
                
                Hardware	: BCM2709
                Revision	: a02082
                Serial		: 0000000028d2c528
                pi@Pi3:~ $ 
                
                

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • SnilleS Offline
                  Snille Module Developer
                  last edited by

                  @Mykle1 Here is my full “list”. :)

                  processor       : 0
                  model name      : ARMv7 Processor rev 4 (v7l)
                  BogoMIPS        : 76.80
                  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
                  CPU implementer : 0x41
                  CPU architecture: 7
                  CPU variant     : 0x0
                  CPU part        : 0xd03
                  CPU revision    : 4
                  
                  processor       : 1
                  model name      : ARMv7 Processor rev 4 (v7l)
                  BogoMIPS        : 76.80
                  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
                  CPU implementer : 0x41
                  CPU architecture: 7
                  CPU variant     : 0x0
                  CPU part        : 0xd03
                  CPU revision    : 4
                  
                  processor       : 2
                  model name      : ARMv7 Processor rev 4 (v7l)
                  BogoMIPS        : 76.80
                  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
                  CPU implementer : 0x41
                  CPU architecture: 7
                  CPU variant     : 0x0
                  CPU part        : 0xd03
                  CPU revision    : 4
                  
                  processor       : 3
                  model name      : ARMv7 Processor rev 4 (v7l)
                  BogoMIPS        : 76.80
                  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
                  CPU implementer : 0x41
                  CPU architecture: 7
                  CPU variant     : 0x0
                  CPU part        : 0xd03
                  CPU revision    : 4
                  
                  Hardware        : BCM2835
                  Revision        : a02082
                  Serial          : x
                  

                  If you cant find it, make it and share it!
                  Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                  Mykle1M 1 Reply Last reply Reply Quote 0
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @Snille
                    last edited by

                    @Snille

                    The only difference I see:

                    My hardware = BCM2709
                    Your hardware = BCM2835

                    I’m curious to see @wtidwell results

                    Create a working config
                    How to add modules

                    W 2 Replies Last reply Reply Quote 0
                    • W Offline
                      wtidwell @Mykle1
                      last edited by

                      @Mykle1
                      @Snille
                      I’ll do this as soon as I can, I’m still not home from the day yet but I’ll get to it later this evening.
                      Thank you everyone for your help!

                      1 Reply Last reply Reply Quote 0
                      • W Offline
                        wtidwell @Mykle1
                        last edited by

                        @Mykle1
                        @Snille

                        My hardware is also BCM2835 revision a02082 , just like Snille. I have another micro SD I think floating around somewhere in my house, I’ll try and do a clean install of rapsian stretch lite on it tomorrow and use the auto install script on that and see how that goes. Fingers crossed I just got a crappy SD card or something.

                        Mykle1M 1 Reply Last reply Reply Quote 0
                        • Mykle1M Offline
                          Mykle1 Project Sponsor Module Developer @wtidwell
                          last edited by

                          @wtidwell said in Electron CPU usage:

                          Fingers crossed I just got a crappy SD card or something.

                          How did you make out? I’ve been thinking about this issue since you started the topic. I did quite a bit of googling and there are a number of instances where people had trouble (not with MM) with performance, and heat. In many cases, those people determined that their Pi’s were faulty, after much time, frustration and troubleshooting. In those cases, they had their Pi’s replaced and the problem was solved.

                          I hope the new SD solves your problem but I have my doubts about that. Please keep me informed and good luck.

                          Create a working config
                          How to add modules

                          W 1 Reply Last reply Reply Quote 0
                          • W Offline
                            wtidwell @Mykle1
                            last edited by

                            @Mykle1
                            Well I ordered a new pi 3 on Amazon and did a fresh install it’s the same thing all over again. Every time the text changes on magic mirror it maxes out my cpu. And it’s starting to overheat as well and I didn’t even change any overclock settings.

                            Quite infuriating honestly. I don’t know what I’ll try next.

                            Mykle1M 1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @wtidwell
                              last edited by Mykle1

                              @wtidwell said in Electron CPU usage:

                              Quite infuriating honestly. I don’t know what I’ll try next.

                              Oh man, that sucks. I’m sorry to hear that. I’m at a lost here. Really, there is no logical reason for that to happen

                              Create a working config
                              How to add modules

                              W 1 Reply Last reply Reply Quote 0
                              • W Offline
                                wtidwell @Mykle1
                                last edited by

                                @Mykle1
                                My last ditch effort is to try a new SD card. The card it came with is a SanDisk 32gb card and it’s just a plain black card and I have this otherone which is a SanDisk ultra 32gb card so maybe that does something.

                                Mykle1M cowboysdudeC 3 Replies Last reply Reply Quote 0
                                • Mykle1M Offline
                                  Mykle1 Project Sponsor Module Developer @wtidwell
                                  last edited by

                                  @wtidwell

                                  I am certainly rooting for you! I think there was/is a walk-through on preparing the SD card, formatting and such, although I don’t remember where. It’s been a long time.

                                  The best of luck to you. Please keep me posted

                                  Create a working config
                                  How to add modules

                                  W 1 Reply Last reply Reply Quote 0
                                  • W Offline
                                    wtidwell @Mykle1
                                    last edited by

                                    @Mykle1
                                    Just to rule out one more variable: the pi 3 should be fine running at 1080p yes?

                                    Mykle1M 2 Replies Last reply Reply Quote 0
                                    • Mykle1M Offline
                                      Mykle1 Project Sponsor Module Developer @wtidwell
                                      last edited by Mykle1

                                      @wtidwell said in Electron CPU usage:

                                      Just to rule out one more variable: the pi 3 should be fine running at 1080p yes?

                                      Here is my res on an old HP monitor. That’s using the DVI interface. It does not have HDMI.

                                      0_1503620651851_Capture.JPG

                                      Create a working config
                                      How to add modules

                                      1 Reply Last reply Reply Quote 0
                                      • cowboysdudeC Offline
                                        cowboysdude Module Developer @wtidwell
                                        last edited by

                                        @wtidwell Yeah I don’t use those plain black sd cards I buy the more expensive ones because of the issues.

                                        W 1 Reply Last reply Reply Quote 0
                                        • Mykle1M Offline
                                          Mykle1 Project Sponsor Module Developer @wtidwell
                                          last edited by

                                          @wtidwell said in Electron CPU usage:

                                          I have this otherone which is a SanDisk ultra 32gb card so maybe that does something.

                                          I looked to see what SD card is in my Pi but all I could come up with is the wrapper it came in. I bought one of those CanaKit’s with everything included. I don’t want to take my mirror down if I don’t have to, sorry.

                                          0_1503621710743_IMG_1996.JPG

                                          Create a working config
                                          How to add modules

                                          1 Reply Last reply Reply Quote 0
                                          • W Offline
                                            wtidwell @cowboysdude
                                            last edited by

                                            @cowboysdude
                                            @Mykle1

                                            I’m beginning to think it’s the SD card. I did a clean install of Raspian on the SanDisk ultra which is the same class (u1) as the other card which was plain black and it seemed like it was a twinge better but not fantastic. Thanks for your input cowboysdude.

                                            I ordered a SanDisk extreme u3 which will get here tomorrow and try that and report back in. Don’t take your mirror down haha

                                            Mykle1M 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
                                            • 3
                                            • 4
                                            • 5
                                            • 12
                                            • 13
                                            • 2 / 13
                                            • 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