MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dicker182
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • 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.htm

      The 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!

      posted in Troubleshooting
      D
      dicker182
    • RE: MMM-Button with MMM-Podcast

      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.

      posted in Troubleshooting
      D
      dicker182
    • 1 / 1