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

    Ebson

    @Ebson

    0
    Reputation
    45
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Ebson Unfollow Follow

    Latest posts made by Ebson

    • RE: RPi 3B+ / high %CPU / high temp

      DarkSky:

        setInterval(function() {
          self.getData();
        }, self.config.updateInterval * 60 * 1000); //convert to milliseconds
      

      So, value should be given in minutes in config file. Anyway, I will increase a value. BTW, it is also nice module for weather.

      posted in Troubleshooting
      E
      Ebson
    • RE: RPi 3B+ / high %CPU / high temp

      You are right. I will change it into 6h… or even longer.
      There is written in DarkSky’s Documentation that the value should be given in minutes. I don’t really know how to check whether it is not a mistake in Doc. I will make some testing;)

      posted in Troubleshooting
      E
      Ebson
    • RE: RPi 3B+ / high %CPU / high temp

      I used:

      • Weather or Not:
        updateInterval: 60 * 60 * 1000,
        icons: Climacons (no animation)
      • DarkSky:
        useAnimatedIcons: false,
        animateMainIconOnly: false,
        updateInterval: 60,
        requestDelay: 1000,
        updateFadeSpeed: 2000
      • 2x Newsfeed:
        reloadInterval: 10*60*1000,
        updateInterval: 15000,
        animationSpeed: 0

      and I ended up with:
      finnnnnnn
      I still need to consider adding fan but increasing intervals and turning off animation helped a lot
      Maybe I will play also with some older electrons.

      Thank you for your reply;)

      posted in Troubleshooting
      E
      Ebson
    • RE: RPi 3B+ / high %CPU / high temp

      Please discard my previous post. Here is some more detailed testing:
      final

      It looks like ‘Weather or Not’ and ‘DarkSky’ forecast cause some problems. I will try to play with update interval.

      Anyway, like in here: old discussion, my %CPU with default modules look a bit higher than the one presented in old post.

      Do you think that electron version has some influence?
      Could someone else present own %CPU with default modules?

      posted in Troubleshooting
      E
      Ebson
    • RE: RPi 3B+ / high %CPU / high temp

      MM-stop)
      I guess too many 3rd party modules ;/ I will try to look for the one that causes problems.

      posted in Troubleshooting
      E
      Ebson
    • RE: RPi 3B+ / high %CPU / high temp

      ![CPU](proc)
      ![Proc](memo)

      posted in Troubleshooting
      E
      Ebson
    • RPi 3B+ / high %CPU / high temp

      Hello Everyone,
      I am quite new user here and I would like to ask you for some advise. I have some problems with %CPU and temperature (70-75C)
      Platform: RPi 3B+
      Electron: v3.1.13
      MM: v2.10.1
      Cooling: only Al heat sink (no fan)

      Please find below nmon screenshots:
      0_1584115655606_proc.jpg
      0_1584115660945_memo.jpg

      Do you have any ideas how can I solve my problem. I checked previous discussions but information there is quite old:
      link text

      I hope you have some solutions for those problems;)

      posted in Troubleshooting
      E
      Ebson