Read the statement by Michael Teeuw here.
Where to insert text?
-
@norwestie read the link in my signature about adding moduled
-
I used pm2 to autostart MM. Now I can’t get to the Pi desktop. I used pm2 stop mm then on the Pi command Q. MM disappeared for a few seconds but restarted right away. I rebooted and repeated but can’t get off MM
-
@norwestie alt-spacebar, n
to minimize, just like on windows.pm2’s job is to keep the defined process running
pm2 stop all
once u get to the desktop -
Thank you, it worked!
-
But… now i installed a couple modules, checking everything but MM is stuck ‘loading’. All that shows is the clock and weather and the header for Jeopardy. Where is my error? Below is what I have:
}, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "West Linn", locationID: "5760009", //ID from http://bulk.openweathermap.org/sample/city.list.$ appid: "xxxxx" } }, { module: 'MMM-IPCam', position: 'top_left', config: { invertColors: false, updateInterval : 10000, host: '192.168.50.8', port: 80, user: 'xxxxx', pass: 'xxxxx', } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] };
-
@norwestie please use code marks around config info
mark the text, and push the button above the editor like this </>
-
@norwestie CHeck this out to get a feeling how to troubleshoot modules.
There might be an error zou need to find somewhere
https://gist.github.com/lavolp3/db7de8c0664ba95e8b9247ba685095fe