I’m glad it works. have fun with it. I am glad that I could help
Read the statement by Michael Teeuw here.
Latest posts made by alex84
-
RE: Problem of running MMM-Podcast and MMM-Button
-
RE: 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.
-
RE: Problem of running MMM-Podcast and MMM-Button
I will you later Post my config of the button and my config as well as the config of the podcast. I’m on the road. :)
-
RE: Problem of running MMM-Podcast and MMM-Button
Change into the MMM-Button folder and execute the following commands
sudo npm install --save-dev electron-rebuild
the
./node_modules/.bin/electron-rebuild
-
RE: Problem with MMM-Remote Control
Under the Ip Whitelist you have to enter your ip address from the mobile phone or Pc or mac (do not know what device you use to access the raspi too)
The raspi you have to assign a fixed ip. How it world
do you have to look at the InternetIf the screen and keyboard are present and connected, you can enter the following command on the command line:
ifconfig
orIp a
orHostname -I
-
RE: Problem of running MMM-Podcast and MMM-Button
there is missing a comma
-
RE: Problem of running MMM-Podcast and MMM-Button
in the config.js there is a missing , behind buttonPIN: ‘5’
-
Problem of running MMM-Podcast and MMM-Button
Re: MMM-Button with MMM-Podcast
Hello guys
sorry for my english.i do not able to get this Module work. The only result is that my Screen turns black after starting MM.
My configuration data is exactly who its write in the readme.txt
Please help.
Best regards
Alex