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

    Posts

    Recent Best Controversial
    • 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
    • RE: My small but smart mirror :)

      @hayman here is a link for kalliope..

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

      We have added a single line command install for Kalliope.

      Tested on a single Raspberry Pi, both project fit perfectly and the whole can be installed in two command line.

      Thanks for your feedback !

      posted in Fun & Games
      S
      sispheor
    • RE: Random quotes (with API)

      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_1521320215976_quote-of-the-day_english_example.PNG

      Renew the quote via Kalliope demo:
      https://www.youtube.com/watch?v=eWxtJsHDU2o&feature=youtu.be

      posted in Requests
      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
    • RE: Kalliope assistant + MM

      @E3V3A
      Actually, we consider here that the user start the installation from a fresh install raspbian.
      So he is using Python 2 and pip2.

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

      Kalliope is not an IA but a framework to make an assistant. Kalliope is like Ansible actually by design.
      From neuron you can cover almost all features provided by current assistant like Google or Alexa.

      There is a Android app to control kalliope from your phone and a “Tasker” neuron to control your phone from kalliope.

      Users have to make their brain in the language they want by using neuron. We provide “starter kit” to give a basic config and new user to understand the concept.

      I Understand that is not what you are looking for. You should give a try to another app.

      posted in Fun & Games
      S
      sispheor
    • 1 / 1