Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Problem of running MMM-Podcast and MMM-Button

    Troubleshooting
    2
    13
    3828
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alex84 last edited by alex84

      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.

      H 1 Reply Last reply Reply Quote 0
      • H
        hirsnmirsn @alex84 last edited by

        @alex84 Great Great Great!!!
        IT WORK`s
        Thank you

        1 Reply Last reply Reply Quote 0
        • A
          alex84 last edited by

          I’m glad it works. have fun with it. I am glad that I could help

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 2 / 2
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy