Read the statement by Michael Teeuw here.
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:
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;)
- Weather or Not:
-
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.
-
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;) -
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.
-
@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.