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

    Posts

    Recent Best Controversial
    • RE: MMM-ModuleScheduler and MMM-TTS working together…

      I found it! Perhaps, the answer will help someone.
      MMM-TTS need a string as “payload” not an array. So, here is my solution :

          {
              module: "MMM-ModuleScheduler",
              config: {
                  notification_schedule: [
                      {notification: "MMM-TTS", schedule: "45 6 * * *", payload: "Have a nice day. Courage."},
                      {notification: "MMM-TTS", schedule: "0 8 * * *", payload: "Do a barrel roll!"}
                  ]
              }
          },
      

      Easy-peasy!

      posted in Troubleshooting
      Y
      Ybbet
    • 1 / 1