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.

    RPi 3B+ / high %CPU / high temp

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 3 Posters 2.6k Views 3 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.
    • E Offline
      Ebson
      last edited by

      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;)

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

        @Ebson

        Honestly, I don’t think a 60 minute updateInterval is necessary for WeatherOrNot.

        DarkSky updateInterval is 60 ms??? (I don’t use that module). If that is miiliseconds it would certainly cause trouble.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • E Offline
          Ebson
          last edited by

          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;)

          1 Reply Last reply Reply Quote 0
          • E Offline
            Ebson
            last edited by

            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.

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

              @Ebson said in RPi 3B+ / high %CPU / high temp:

              Anyway, I will increase a value.

              No, I meant that 60 minutes is more than adequate.

              BTW, it is also nice module for weather.

              I use a few of my own.

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • 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