@Egnos You can use RDDTOOL, I described it here: https://forum.magicmirror.builders/topic/16575/cpu-temperature-as-a-graph-with-rrdtool?_=1666781012238
But instead of creating an extra html, you can use the output directly with MMM-EasyPix:
//#################################################################################
{
disabled: false,
module: "MMM-EasyPix",
position: "top_center",
config: {
picName: "cputemp.gif",
maxWidth: "100%",
// sounds: ["1.mp3", "me2.mp3"],
updateInterval: 600000,
animationSpeed: 1000,
}
},
//#################################################################################