Read the statement by Michael Teeuw here.
MMM-Button with MMM-Podcast
-
Hello,
I’m trying to get this two modules working. Both are installed an the following code are in my config.js:
{ module: 'MMM-Button', config: { // See 'Configuration options' for more information. } }, { module: 'MMM-Podcast', position: 'middle_center', config: { feedurl: 'http://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden/' } },
I connected my button like this:
https://developer.microsoft.com/de-de/windows/iot/win10/samples/PushButton.htmThe problem is, I only see on my MagicMirror in the middle center “MMM-Podcast - module 9 MMM-Podcat”. After pressing the button,
nothing happens.Could anybody show me his config.js for example?
Best regards
Dicker182
Note from admin: Please use Markdown on code snippets for easier reading!
-
Its working, my fault, I connected the button wrong :)
But how to hide the text “MMM-Podcast - module 9 MMM-Podcat”?
EDIT: Also solved. I dont have to set a position for the podcast module.
-
@dicker182 May i know how have you connected the button on the Raspi any resistor used between Switch and GPIO. I could not get this Button module operation successful.