A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM tools less information
-
Hi,
since the last updates, too much information has been displayed for me. I don’t need any information about the CPU, the OS, the type and WiFi. Can I adjust that somehow?Greetings Jörg
-
@joefranz It does seem like you can set the different output to display. Just set it to false.
OS: { displayOs: false, orderOs: 1 }, CPU: { displayUsage: false, orderUsage: 6, displaySpeed: true, orderSpeed: 3, displayGovernor: true, orderGovernor:4, displayTemp: true, celciusTemp: true, orderTemp: 9, displayType: true, orderType: 2 }, RAM: { displayRam: false, orderRam: 7 }, STORAGE: { displayStorage: false, orderStorage: 8, partitionExclude : [] }, NETWORK: { displayNetwork: false, orderNetwork: 5, nativeNetwork: true, displayDefaultNetwork: true }, UPTIME: { displayUptime: false, useMagicMirror: true, orderUptime: 10, displayRecord: true, orderRecord: 11 }, WARNING: { enableWarning: false, interval: 1000 * 60 * 5, check : { CPU_TEMP : 65, CPU_USAGE : 75, STORAGE_USED : 80, MEMORY_USED : 80, } }
-
So easy actually … :-)
Thanks very much!! -
@joefranz Don’t forget to mark as Solved once you are happy with the answer