Read the statement by Michael Teeuw here.
Problem of running MMM-Podcast and MMM-Button
-
Hello hirsnmirsn
sorry for the late reply
This is in my Config.js
{
module: “MMM-Podcast”
},
{
module: “MMM-Button”,
config: {
}
},and last but not least the MMM-Button.js
/* global Module */
/* Magic Mirror
- Module: MMM-Button
- MIT Licensed.
*/
Module.register(‘MMM-Button’,{
requiresVersion: “2.1.0”,
defaults: {
buttonPIN: 5,
//time in miliseconds before another button click is recognized
clickDelay: 500,
},
// Override socket notification handler.
socketNotificationReceived: function(notification, payload) {
if (notification === “BUTTON_PRESSED”){
this.sendNotification(notification, payload)
}
},
start: function() {
this.sendSocketNotification(‘BUTTON_CONFIG’, this.config);
Log.info('Starting module: ’ + this.name);
}
});Make a reboot after Change your config.js
The only difference I can see in the files is that you tried to load another Solution (so it stands in your Config.js)
Feedurl: ‘http://www.tagesschau.de/export/video-podcast/webm/tagesschau-in-100-sekunden/’
I have tried it and with me everything runs without problems.
-
@alex84 Great Great Great!!!
IT WORK`s
Thank you -
I’m glad it works. have fun with it. I am glad that I could help