Read the statement by Michael Teeuw here.
MMM-Tools : System stat monitoring and commanding (ATB Supported)
-
@Sean said in MMM-Tools : System stat monitoring and commanding (ATB Supported):
You can just remove required version in module js file.
I commented out the version check but it still didn’t display on my Pi3B mirror. No errors, terminal or console
-
Worked fine on my mirror on a Pi3B. Just had to remove some of the final commas from the config
-
@krisalexroberts Thanks! I typed this example not by copy, so i did mistakes. I fixed it.
-
Same here. Redownloaded. Used the new settings. No bueno. Doesnt display
-
@Kimzer I cant figure out what is problem, more detailed info is needed.
- rpi model
- os
- your configuration values…
npm start dev
result
…
-
@Sean
I have to go to work, Sean. I will post that info for you when I get home.
-
Tried this module, even with a default config it doesn’t seem to display any of the actual values, just the titles:
Running Rpi3 Raspian Jesse
No errors during startup:
Starting MagicMirror: v2.1.2 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: calendar Initializing new module helper ... Module helper loaded: MMM-Tools No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: newsfeed All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: MMM-Tools Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Use existing news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml
Config used:
{ module: 'MMM-Tools', position: 'bottom_right', config: { device : "RPI", // "RPI" is also available refresh_interval_ms : 10000, warning_interval_ms : 1000 * 60 * 5, enable_warning : true, warning : { CPU_TEMPERATURE : 65, GPU_TEMPERATURE : 65, CPU_USAGE : 75, STORAGE_USED_PERCENT : 80, MEMORY_USED_PERCENT : 80 } } },
-
@Sean
I just reinstalled MMM-Tool and it is working now. I don’t know why it didn’t work the first time. shrug
- Pi 3 Model B, 1GB, Hardware : BCM2709, Revision = a02082, (Sony, UK)
- Raspbian Jessie
{ module: 'MMM-Tools', position: 'top_center', config: { device : "RPI", // "RPI" is also available refresh_interval_ms : 10000, warning_interval_ms : 1000 * 60 * 5, enable_warning : false, warning : { CPU_TEMPERATURE : 65, GPU_TEMPERATURE : 65, CPU_USAGE : 75, STORAGE_USED_PERCENT : 80, MEMORY_USED_PERCENT : 80, },
-
@randomnoise only label is displayed, when module is stopped before getting results of script execution of node_helper. Possible suspicious point is…
- module(including your other modules) has error, so front electron halts.
npm start dev
, see the browser dev console. If there is no suspicious message(usually red lines), hmmmm… -
The issue seems pretty straightforward.
If i place it top_center. It works fine.
bottom_right (where i want it) without any other modules there, it displays the text only. No bars etc. If i re-add the module i already have there it doesnt show at all…