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

    sispheor

    @sispheor

    31
    Reputation
    2.0k
    Profile views
    63
    Posts
    2
    Followers
    0
    Following
    Joined
    Last Online

    sispheor Unfollow Follow

    Best posts made by sispheor

    • My small but smart mirror :)

      Hello guys !! Here is my small but smart mirror.
      0_1527795088052_IMG_20180531_195543.jpg
      0_1527795106049_IMG_20180528_194012.jpg
      0_1527795127525_IMG_20180526_192818.jpg
      0_1527795152314_IMG_20180526_192809.jpg

      Démo vidéo with the assistant:
      https://www.youtube.com/watch?v=BckXJvWgrRw&feature=youtu.be

      Modules:

      • clock
      • weather
      • kalliope
      • barometer
      • quote of the day

      The assistant is installed on the same Rpi. Kalliope.

      posted in Show your Mirror
      S
      sispheor
    • Kalliope assistant + MM

      Hello, just a little post to introduce a module that allow you to link Kalliope project with MM.

      The module allows you to see on the screen what the assistant say or control your MM by sending notification from Kalliope.

      A little demo:
      https://youtu.be/QHwctPbJ2ZY!

      A couple links:

      • Kalliope project
      • Module for MM
      • Neuron(plugin) for Kalliope
      • Chat with community or dev team of kalliope
      posted in Fun & Games
      S
      sispheor
    • RE: Magic Mirror with AI

      Hi Guys,
      I’m a member of Kalliope project team.
      We’ve made a module to bind both project.
      Here is a demo: https://youtu.be/QHwctPbJ2ZY

      posted in Show your Mirror
      S
      sispheor
    • MMM-quote-of-the-day

      Hi guys,
      I haven’t found anything that fit what I had in mind so I made it.

      Here is the link to the module if you want to try it: https://github.com/Sispheor/MMM-quote-of-the-day

      Features:

      • show a random quote on the screen
      • configure update interval
      • translation on the fly of the quote in the language of your choice
      • renew the quote from your module, the api or kalliope assistant

      Result (in english here)
      0_1521379174396_quote-of-the-day_english_example.PNG

      Integration with Kalliope assistant demo
      https://www.youtube.com/watch?v=eWxtJsHDU2o

      And the repo
      [card:sispheor/MMM-quote-of-the-day]

      posted in Education
      S
      sispheor
    • RE: the top

      Nice work !!
      I see that you are french. Where did you buy the mirror?

      posted in Show your Mirror
      S
      sispheor
    • MMM-BMP-sensor (Barometer)

      Hello guys, a little module to start transforming your MM into a weather station.

      0_1523388246108_mmm-bpm-sensor-demo.png

      [card:Sispheor/MMM-BMP-sensor]

      posted in Utilities
      S
      sispheor
    • RE: Kalliope - modular voice controlled

      Go here for code + info
      https://forum.magicmirror.builders/topic/6615/kalliope-assistant-mm

      posted in General Discussion
      S
      sispheor
    • RE: My small but smart mirror :)

      @sharmstr I use a respeaker.
      For this demo I’m on pico for the tts and google for the stt.

      posted in Show your Mirror
      S
      sispheor
    • RE: Kalliope assistant + MM

      As Kalliope is a complete separate project, yes it has its own installation process. But il you take a look to the manual install doc it’s not a big deal.

      I don’t know what you mean by having all info in one place. MM has is installation doc in one place, and modules have their own doc per module.

      It’s exactly the same for Kalliope. You need to install the core project and then module (neuron).

      Don’t hesitate to tell me if something is missing.

      posted in Fun & Games
      S
      sispheor
    • RE: What voice related modules are available?

      There is Kalliope assistant too..

      Features:

      • self hosted TTS and STT
      • framework to build your own assistant
      • multi languages
      • easy to install (rpi image available)
      • a lot of plugins (neurons)
      • android app

      Here is a demo of some modules:
      https://www.youtube.com/watch?v=PcLzo4H18S4

      And the demo of MM integration:
      https://www.youtube.com/watch?v=QHwctPbJ2ZY&feature=youtu.be

      Have fun !

      posted in General Discussion
      S
      sispheor

    Latest posts made by sispheor

    • RE: Kalliope assistant + MM

      @jchenaud support for kalliope here (FR)

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      @jchenaud Kalliope and MM are on the same host?

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      @jchenaud delete the line 86

      console.log(this.name + " received a socket notification: " + notification + " - Payload: " + payload);
      

      I need to update this part.

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      Guys, don’t hesitate to send a pull request to the project with your update. Including the “port” documentation part.

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      @dmwilsonkc indeed it’s weird, I use this code as it in prod on my mirror without any issue.
      Maybe a recent update of chromium or MM.

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      @sdetweil huumm… yes it is obvious that you have to call your magic mirror url. Including the port if you changed it.

      posted in Fun & Games
      S
      sispheor
    • RE: Kalliope assistant + MM

      @dmwilsonkc seems good anyway.
      I don’t see any errors. Maybe test another position. This one is not already used by another module?

      posted in Fun & Games
      S
      sispheor
    • RE: My small but smart mirror :)

      @hayman here is a link for kalliope..

      posted in Show your Mirror
      S
      sispheor
    • RE: My small but smart mirror :)

      @sharmstr Glad it works for you ! Have fun with Kalliope !

      posted in Show your Mirror
      S
      sispheor
    • RE: How do I "commit" changes to allow an update

      Create a branch on top of the master one.
      When an update is available, go back to the master, do the pull.
      Then rebase your branch onto master.

      posted in Troubleshooting
      S
      sispheor