MagicMirror Forum

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

    dblake76

    @dblake76

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dblake76 Unfollow Follow

    Latest posts made by dblake76

    • MMM_Webradio and MMM-Remote-Control won't work

      Hi Guys
      To be honest: This is my first day programming my PI with MagicMirror and I love it. At the moment my goal is that I can create a standalone solution for showing me Date/Time, Weather forecast and to provide me the possibility to control my webradio. I use a Pi3b with a 7" TouchDisplay.

      I was able to manage my WebRadio stations with MMM_Webradio and installed also MMM-Remote-Control. My Idea is to setup a small menu on the Bottom_Left to control MMM_Webradio. Therefore I configured my config.json with the following code:

      {
            module: 'MMM-Remote-Control',
            header: 'Steuerung',
            config: {
      //        showModuleApiMenu: false,
      //        apiKey: '*********',
              customCommand: {
                'Webradio ON or OFF': 'WEBRADIO_ONOFF'
              }
            }
          }
      
      

      I can access my Pi with http://IP:8080/remote.html and I’m also able to show in the bottom_left corner the IP Address of this MagicMirror but my menu is not shown. I can see on my display my date/time, weatherforecast, my webradio initial screen but no MMM-Remote-Control menu.

      Can anyone tell me what I’m doing wrong?
      BR
      DBLAKE76

      posted in Troubleshooting
      D
      dblake76