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
}
}
},