MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. cdelaorden
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 12
    • Best 2
    • Controversial 0
    • Groups 0

    cdelaorden

    @cdelaorden

    3
    Reputation
    632
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    cdelaorden Unfollow Follow

    Best posts made by cdelaorden

    • RE: Electron CPU usage

      @hein-jan @Dom1n1c

      Please use the fake kms driver instead “dtoverlay=vc4-fkms-v3d”

      it its known that the full kms driver isnt compatible with tvservice plus other restrictions

      EDIT:
      Also with the fake KMS you can rotate the display from /boot/config.txt so I suggest @michmich using it as the preferred method in the wiki

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Electron CPU usage

      Hi guys

      Im new to the forum and this project but I have some small experience with the Pis and having the same issue

      I think that its related to the video driver, using ‘sudo raspi-config’ and changing the video driver to one of the GL drivers resulted in a much lower cpu load in my case.

      Doesn’t matter if you choose full KMS or fake KMS as long as you dont use the legacy non-GL driver.

      It took my 4 CPU from full 100% to idle bellow 35%

      Im sure someone else with this problem can confirm this

      posted in Troubleshooting
      C
      cdelaorden

    Latest posts made by cdelaorden

    • RE: Monitor not waking up from sleep

      @ndom91 try the fake KMS if you want to use TV service

      It’s what I do

      posted in Hardware
      C
      cdelaorden
    • RE: Using vc4-kms-v3d lost control on tvservice

      @bradau no sorry, thats not my case

      if you dont have any problem with the full kms maybe you will have to search of a tvservice alternative, something that works on any linux desktop and not specific to RPI

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Monitor not waking up from sleep

      Hi @ndom91
      tvservice isnt compatible with the KMS driver, you need to use fkms to retain that compativility

      posted in Hardware
      C
      cdelaorden
    • RE: Using vc4-kms-v3d lost control on tvservice

      Hi Gregory
      tvservice isnt compatible with the KMS driver, you need to use fkms to retain that compativility

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Fifa World Cup overview

      Im using MagicMirror-FootballLeagues

      It works by just adding the league 467

      EDIT:

      If someone is using it without luck be sure to use an api key and place showUnavailable as true

      posted in Requests
      C
      cdelaorden
    • RE: Electron CPU usage

      hi @binderth
      the fake-kms was created for keeping omxplayer compatibility but you need to add the “–no-osd” flag to the omxplayer command line

      you might want to try it

      dont bet on it, but changing line 101 of node_helper.js to

      var args = ["--no-osd", "--live", "--video_queue", "4", "--fps", "30",
      

      might do the trick

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Raspberry Pi 3B at 4K UHD in Portrait Mode

      You might want to read this thread

      posted in Hardware
      C
      cdelaorden
    • RE: Electron CPU usage

      @schmo90 mmm havent had that problem, everything its working fine

      Have you deactivated the screensaver as its shown in the wiki?

      Also, are you using a module like MMM-Remote-Control to turn off the screen?

      If you see a black screen and the mouse but nothing else you are probably missing “sudo chvt 6 && sudo chvt 7” in your statement after turning hdmi back on. You can test it in ssh after forcing the issue.

      Also if you are concatenating commands like Hein-Jan did with “tvservice --preferred && sudo chvt 6 && sudo chvt 7” have in mind that commands after && are only executed if no errors are found. So maybe “tvservice -p” its working correctly but its giving some feedback and things after && aren’t executed.

      You could force it by using ; as a separator instead of && so it doesn’t look for an answear

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Electron CPU usage

      @hein-jan @Dom1n1c

      Please use the fake kms driver instead “dtoverlay=vc4-fkms-v3d”

      it its known that the full kms driver isnt compatible with tvservice plus other restrictions

      EDIT:
      Also with the fake KMS you can rotate the display from /boot/config.txt so I suggest @michmich using it as the preferred method in the wiki

      posted in Troubleshooting
      C
      cdelaorden
    • RE: Electron CPU usage

      @e3v3a
      You can check it in the config.txt

      or just do a “tail /boot/config.txt | grep dtoverlay” to check what version is enabled

      all the rest of my configuration is the default one after a fresh install from the current version of MM and Raspbian, I havent touched anything from electron

      posted in Troubleshooting
      C
      cdelaorden