Trying to get this module to work with my mirror. Even with the default config (copy/paste from Github) I only get a LIFE AS WE KNOW IT… message ate the specified location (bottom_right).
Here my config entry:
{
module: 'MMM-EOL', // Best in left, right or center regions
position: 'bottom_right',
config: {
lifeForm: "Primates",
scrollDes: "yes",
dLength: 400,
useHeader: true,
header: "EOL",
maxWidth: "300px",
animationSpeed: 0,
rotateInterval: 1 * 60 * 1000, // 1 minute
}
},
Can’t find anything in the log:
/home/pi/.pm2/logs/mm-out.log last 15 lines:
0|mm | MMM-WunderGround helper started ...
0|mm | Connecting socket for: newsfeed
0|mm | Starting module: newsfeed
0|mm | Connecting socket for: MMM-EOL
0|mm | Starting node_helper for: MMM-EOL
0|mm | Sockets connected & modules started ...
0|mm | Launching application.
0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics - Interval: 300000
0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/xxxxx.org_2d35383537383430373xxxxx%40resource.calendar.google.com/public/basic.ics - Interval: 300000
0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/xxxxxxxx%40gmail.com/private-f8bbcbb32xxxxx5e42be433227f77b93/basic.ics - Interval: 300000
0|mm | GET_WUNDERGROUND
0|mm | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
0|mm | Create new news fetcher for url: http://feeds.bbci.co.uk/news/science_and_environment/rss.xml - Interval: 300000
0|mm | MMM-voice: Checking files.
0|mm | MMM-voice: Starting pocketsphinx.
Appreciate any pointers to fine the issue.