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

    Posts

    Recent Best Controversial
    • RE: MMM-Fuel

      This is a great app. Good job well done
      is there a way to add a favorite gas station
      or make it a future project
      I’m in the United States so I’m using that configuration

      posted in Transport
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @sdetweil sorry it took so long to reply back. I’ve been kinda busy.
      So yes, if you want to listen to the radio station 103 you would say

      Jarvis Turn the radio on to 103

      posted in Entertainment
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @negrito sorry to hear that you do have version 3 of Google assistant
      is that right

      posted in Entertainment
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @negrito hope it works out for you. Happy to assist

      posted in Entertainment
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @negrito Here is my radio set up
      with my personal choices of radio stations.
      I only have a couple right now

      
      var recipe = {
        transcriptionHooks: {
          "80+103.7 iHeartRadio From:tuneIn.com": {
            pattern: "Turn the radio on to 103",
            command: "103"
          },
          "Radio.net 106.9 KFRC": {
            pattern: "Turn the radio on to 106",
            command: "106"
          },
          "Radio.net 107.7 FM KSAN": {
            pattern: "Turn the radio on to 107",
            command: "107"
          },
          "radio1": {
            pattern: "metti radio 1",
            command: ""                   // command line.
          },
          "radioanni90": {
            pattern: "metti radio anni 90",
            command: ""
          },
          "radio105": {
            pattern: "metti radio 105",
            command: ""
          },
          "rds": {
            pattern: "metti rds",
            command: ""
          },
          "rtl1025": {
            pattern: "metti rtl",
            command: ""
          },
          "radiodj": {
            pattern: "metti radio dj",
            command: ""
          },
        },
      
        commands: {
          "103": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://cdn-profiles.tunein.com/s33596/images/logod.jpg?t=162569",
                  link: "https://n24a-e2.revma.ihrhls.com/zc4342?TGT=TuneIn&maxServers"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
         "106": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.radio.net/images/broadcasts/01/97/29350/c300.png",
                  link: "https://19803.live.streamtheworld.com/KFRCHD2.mp3"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
         "107": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.radio.net/images/broadcasts/12/ce/29264/c300.png",
                  link: "https://15363.live.streamtheworld.com/KSANFM.mp3"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {                    // This must match what's in the command line.
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.di-ma.info/radio/radio1.png",
                  link: "http://icestreaming.rai.it/1.mp3"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {
            functionExec: {
              exec: () => {
                module.radioCommand({
                  img: "https://www.di-ma.info/radio/r90.jpg",
                  link: "http://mp3.hitradiort1.c.nmdn.net/rt190swl/livestream.mp3"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.di-ma.info/radio/r105.jpg",
                  link: "http://icecast.unitedradio.it/Radio105.mp3"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.di-ma.info/radio/rds.png",
                  link: "https://icstream.rds.radio/rds"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.di-ma.info/radio/rtl1025.png",
                  link: "https://streamingv2.shoutcast.com/rtl-1025"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
          "": {
            functionExec: {
              exec: () => {
                this.radioCommand({
                  img: "https://www.di-ma.info/radio/radiodj.png",
                  link: "http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/master.m3u8"
                })
              }
            },
            soundExec: {
              chime: "open"
            }
          },
        }
      }
      exports.recipe = recipe
      
      

      Let me know if you want the other one that will play your personal music

      posted in Entertainment
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @negrito so are you looking to play your own music or actually radio stations.
      I have actually both. That worked pretty well

      posted in Entertainment
      R
      Ray
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      @negrito I can give you a copy of mine if you like.
      I’m using Google assistant version 3

      posted in Entertainment
      R
      Ray
    • RE: Default calendar

      @sdetweil well I don’t know what I did wrong the 1st time, but I duplicated what was there and just change the names and now it’s working. I don’t know what I did wrong but it’s working
      thank you for your help. Your awesome as always

      posted in Troubleshooting
      R
      Ray
    • RE: Default calendar

      @sdetweil okay will thank you. I thought I already did that and it didn’t work. I’ll try again

      posted in Troubleshooting
      R
      Ray
    • Default calendar

      I am currently using the following option.
      In my config file
      customEvents: [{keyword: ‘Appointment’ ,symbol: ‘heartbeat’ ,color: ‘Red’}],

      I would like to add another one completely different different symbol different color. Is that possible
      or can this option only handle one input

      posted in Troubleshooting
      R
      Ray
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 13
    • 14
    • 7 / 14