MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pedroken
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 0

    pedroken

    @pedroken

    1
    Reputation
    603
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pedroken Unfollow Follow

    Best posts made by pedroken

    • RE: Electron CPU usage

      Guys, same problem here.
      Hardware : BCM2835
      Revision : a22082

      I just realized something. I’ve installed the MM in a clean Jessie. Results were:
      0_1504375996799_Screen Shot 2017-09-01 at 03.22.39.png

      I have an old backup from my first attempt with the MM, and the results (with same few modules) were:
      0_1504376084332_Screen Shot 2017-09-01 at 19.18.57.png

      But after 3 hours, look what happened: 0_1504376123617_Screen Shot 2017-09-02 at 01.35.48.png
      A severe memory leakage. I tried with only the default modules, same thing happened. After sometime, the MM crashed. On screen log was showing free list.h:118 Memory corruption chromium.

      I`m sure that the version of MM is different from one and another. Someone can tell me how can I see this? Thanks!

      PS: Great initiative, @Mykle1 !

      posted in Troubleshooting
      P
      pedroken

    Latest posts made by pedroken

    • RE: Electron CPU usage

      @roramirez , the version in the high CPU scenario is v1.7.5. The animations are sluggish, even with only the default modules.

      The version of the lower CPU consumption but strange memory leak is v1.6.11.

      Thanks!

      I’ll try to use @Mykle1 's version of electron. I`ll google it (how to). Never did it.

      posted in Troubleshooting
      P
      pedroken
    • RE: Electron CPU usage

      Guys, same problem here.
      Hardware : BCM2835
      Revision : a22082

      I just realized something. I’ve installed the MM in a clean Jessie. Results were:
      0_1504375996799_Screen Shot 2017-09-01 at 03.22.39.png

      I have an old backup from my first attempt with the MM, and the results (with same few modules) were:
      0_1504376084332_Screen Shot 2017-09-01 at 19.18.57.png

      But after 3 hours, look what happened: 0_1504376123617_Screen Shot 2017-09-02 at 01.35.48.png
      A severe memory leakage. I tried with only the default modules, same thing happened. After sometime, the MM crashed. On screen log was showing free list.h:118 Memory corruption chromium.

      I`m sure that the version of MM is different from one and another. Someone can tell me how can I see this? Thanks!

      PS: Great initiative, @Mykle1 !

      posted in Troubleshooting
      P
      pedroken
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      Hi, @Jopyth, great job on all modules that you developed. They’re great!
      I`m trying to send a hide module action to the MMM-Remote-Control module in order to hide the clock (I already know that the id is module_2_clock).

      I can’t get it to work with MMM-Buttons. The button is working (worked with an alert), but I think that I doing the wrong thing on the parameters of the HIDE module action.

                 {
                  pin: 5,
                  name: "HideClock",
                  shortPress: {
                     title: "Hide clock Test",
                      notification: "REMOTE_ACTION",
                      payload: {"action": "HIDE", "identifier": "module_2_clock"}
                  },
                  longPress: undefined
              }
      

      Can you or someone give me a clue?
      I’d be greateful, thanks!

      posted in System
      P
      pedroken