Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. alex84
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 0
    • Groups 0

    alex84

    @alex84

    0
    Reputation
    431
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    alex84 Follow

    Latest posts made by alex84

    • RE: Problem of running MMM-Podcast and MMM-Button

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

      posted in Troubleshooting
      A
      alex84
    • 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.

      posted in Troubleshooting
      A
      alex84
    • 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. 🙂

      posted in Troubleshooting
      A
      alex84
    • 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

      posted in Troubleshooting
      A
      alex84
    • 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 Internet

      If the screen and keyboard are present and connected, you can enter the following command on the command line:

      ifconfig
      or

      Ip a
      or

      Hostname -I

      posted in Troubleshooting
      A
      alex84
    • RE: Problem with MMM-Remote Control

      You must use the ip address of the pi

      posted in Troubleshooting
      A
      alex84
    • RE: Problem of running MMM-Podcast and MMM-Button

      there is missing a comma

      posted in Troubleshooting
      A
      alex84
    • RE: Problem of running MMM-Podcast and MMM-Button

      in the config.js there is a missing , behind buttonPIN: ‘5’

      posted in Troubleshooting
      A
      alex84
    • 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

      posted in Troubleshooting
      A
      alex84