Read the statement by Michael Teeuw here.
MMM-SystemStats (cpu temp/load, fre ram ...)
-
i have a solution,
it is only a comma missing in “MMM-SystemStats.js” in line 20baseURLSyslog: 'http://127.0.0.1:8080/syslog',
-
Thanks! It works for me, that was the problem.
-
@Babene1 It works for me too, thank you !!
-
@Babene1 - Great work. Did you generate a PR for the module developer?
-
@bhepler it is a new release with the bugfix from MMM-SystemStats available
-
I have a mistake, as shown in the figure.
It was good at first, but then it was. I don’t know why. -
does the Module work on mac?
-
@Stoffbeuteluwe
no
on Raspberry Pi 2B -
@chinesesich Same issue… something new?
-
@Fifin404 @chinesesich The issue seems to be the change in version of Font Awesome icons.
Try changing line 122 in MMM-SystemStats.js
c2.innerHTML = `< i class="fa ${sysData[item].icon} fa-fw"></i>`;
to
c2.innerHTML = `< i class="fas ${sysData[item].icon} fa-fw"></i>`;
ONLY change the “fa” to “fas”.
The rest can stay the same.
Don’t copy my input! I neede to put in a space for it to be viewable.