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

    Posts

    Recent Best Controversial
    • RE: Trouble playing audio file

      just because sometime i'm kind... (my favorite sentence!)

      Try this:

      const gTTS = require('gtts');
      var player = require('play-sound')(
        opts = {
          player: "mpg123" // use only `mpg123` for playing sounds
        }
      );
      var gtts = new gTTS('text to speak', 'es-es');
      
      // main file player 
      function playing (file) {
        player.play(file, (err) => {
          if (err) throw new Error(err)
        });
      }
      
      gtts.save('/tmp/hello.wav', (err, result) => {
        if(err) { throw new Error(err) }
        console.log('Success! start playing result.');
        // right ! sound file is created let's play it !
        playing("/tmp/hello.wav");
      });
      

      Notes:

      • You need to install mpg123 app with sudo apt-get install mpg123
      • I replace your play library by play-sound for better compatibility
        Don’t forget to install this library npm install play-sound
      • You can see manual of play-sound library there
      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Trouble playing audio file

      @sdetweil the problem is not there…
      The problem is you can’t play a file when it’s not fully created!

      2 solutions:
      Make a promise
      Or play the file when the file is created

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Help I need the MMM-MplayerRadio recipe for GA

      Because I’m kind sometime…

      I found this in archived GA repo

      posted in Entertainment
      bugsounetB
      bugsounet
    • RE: Can't find another module

      @OliWer, yes MagicMirror is complex (like your real live !)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Can't find another module

      @Fonfon maybe, if you search better ;)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: *REQUEST* what is needed for google to respond to most of requests?

      no problem actually for this:

      Read/add event calendar
      Read/search spotify
      Search/play YouTube
      Control home connected device

      posted in Requests
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @selyjohns I done NO ads in this forum, sorry

      posted in Development
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @selyjohns

      MMM-PIR-Sensor state is :
      This repository has been archived by the owner. It is now read-only.

      I will not doing a patch on every update for this @paviro module

      Just use another maintened pir module

      posted in Development
      bugsounetB
      bugsounet
    • RE: electron-rebuild and MagicMirror v2.18 (and more)

      @michael5r with pleasure ;l

      posted in Development
      bugsounetB
      bugsounet
    • RE: MMM-PIR-Sensor Guide with Edits and Updates

      Please no ads of any of my modules
      If no one respect this rules. I will make private it

      posted in Development
      bugsounetB
      bugsounet
    • RE: Just upgraded to 2.18, runs, but no display

      I see this in the logfile:

      0|MagicMir | [974:0213/131905.747644:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMir | [1014:0213/131907.005140:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMir | [1036:0213/131907.699933:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      

      Generaly:

      • 50% of problems come from the person behind the terminal
      • 48% of other problem are person don’t read pre-require
      • 2% of rest are main coding problem

      Are you sure that you are in 2% of people ? :beaming_face_with_smiling_eyes:

      So: Just use node v14.x

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MagicMirror Voice Control with Siri and Google Assistant

      Really… No ads.

      Big Thx for my rules @doctorwhen ;)

      posted in General Discussion
      bugsounetB
      bugsounet
    • RE: The latest Install Guide (MM w/ Google Assistant)

      @cookie1310

      This tutorial was created in Dec. 2018 and we are in 2022… Wow years going so fast ;)
      Result… Each repository don’t exist.

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-YouTube : looping does not work, and some mp4 files are not played.

      D’après ce que je vois, la compréhension est compliqué (même si je le met en signature et en grand + écris dans la réponse precedente…)

      Je comprend maintenant pourquoi tu ouvre autant de sujet
      Désolé, je peux pas plus…
      Bonne soirée (et bon courage !)
      @bugsounet

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-YouTube : looping does not work, and some mp4 files are not played.

      @rikko14, Je vais répondre en francais car tu n’as pas compris…

      1. je repete Il n’est pratiquement plus possible de lire des videos YT avec MM car les video © ou avec des musiques et/ou contenu © sont refusé par google
      2. il faut modifier totalement le code du module pour autoriser la lecture
      3. Le code de ce module est obselete ! (il n’as pas été retouché depuis 2 ans… comme 95% des 3rd party modules de MM)

      Actuellement, seul mes modules sont capable de lire les videos de YT, je ne ferais pas de pub et ne partagerai rien sur ce forum (ni en 3rd party)

      @bugsounet

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: a youtube video streaming on my MM

      @crazylegs You can’t display any © video on MagicMirror with modify main code

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: new raspi OS version release Jan 28

      @sdetweil :

      Note, if you are already with bulleyes build, it’s not necessary to reinstall system.

      Just do:

      • sudo apt-get update
      • sudo apt-get upgrade

      and it will update to last build ;)
      [this sytem is equal to windows OS with last build sample 21H2 -> 22H1]

      I says this… because some user will reinstall entire system :D

      For your inform:

      pi@raspberrypi:~ $ uname -a
      Linux raspberrypi 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022 armv7l GNU/Linux
      pi@raspberrypi:~ $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 11 (bullseye)
      Release:        11
      Codename:       bullseye
      pi@raspberrypi:~ $ node -v
      v14.18.3
      pi@raspberrypi:~ $ npm -v
      6.14.15
      
      posted in General Discussion
      bugsounetB
      bugsounet
    • RE: MMM-GoogleAssistant error

      @ray

      you can probably get help from their

      Or not … (see my signature)
      This user prefer this forum no problem … (=> no support, no duplicate message)

      No ads, thx

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: The latest Install Guide (MM w/ Google Assistant)

      @sdetweil : Grrr … no ads there thx

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: TelegramBot runs multiple times

      @cfenner: pushed in master with v1.4.0

      • Added: Your purpose code
      • Added: Protect for duplicate message
      • ToFix: Screenshot with scrot prog (scrot don’t return the last file link)
      posted in Troubleshooting
      bugsounetB
      bugsounet
    • 1 / 1