MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Ybbet
    3. Topics
    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

    Topics

    • Y

      Add classes to specific Calendar Events

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      1
      0 Votes
      2 Posts
      480 Views
      Y
      A pull request was made on the develop branch : https://github.com/MichMich/MagicMirror/pull/3193
    • Y

      Get Images and text from an xml

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      6
      0 Votes
      6 Posts
      799 Views
      Y
      Thank you @MMRIZE for this POC. I will test it tonight. :-)
    • Y

      Show some modules and config in Holidays

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      5
      0 Votes
      5 Posts
      2k Views
      ?
      @ybbet But if your case be somehow regularly, you could make some script or program to compose and encode “config.js” file from some defined structure with python or any other language. Basically, config.js is some kind of JSON object(or like-something), So you can prepare one template object, and manipulate the object with your purpose by condition. Then write it into config.js file.
    • Y

      How to autoplay video

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      ?
      @Ybbet how do you implement your player code? Show us. And… MMM-GoogleTTS exists. :D https://github.com/eouia/MMM-GoogleTTS PSOOPS original post was 1 year ago.
    • Y

      Google Cloud Text-to-Speech API

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      1
      -1 Votes
      1 Posts
      2k Views
      Y
      Hello, Has anyone managed to make the Google Cloud Text-to-speech API work? There is indeed a Text-To-Speech module that works: MMM-TTS. Unfortunately, the libraries used do not take into account the French language. The alternative solution is the use of google-tts. I tried to create my own module to integrate the module google-tts-api Not being used to developing under Nodejs, I have trouble making it work as I would like. Any suggestion is welcome. :-) Thanks.
    • Y

      MMM-ModuleScheduler and MMM-TTS working together…

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      2k Views
      Y
      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!
    • 1 / 1