Read the statement by Michael Teeuw here.
Posts
-
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.
-
RE: Kalliope assistant + MM
Guys, don’t hesitate to send a pull request to the project with your update. Including the “port” documentation part.
-
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. -
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.
-
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? -
RE: My small but smart mirror :)
@sharmstr Glad it works for you ! Have fun with Kalliope !
-
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. -
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. -
RE: Kalliope assistant + MM
@maxbachmann Yes you can choose your STT and TTS engine. Some are cloud based and some can be self hosted.
-
My small but smart mirror :)
Hello guys !! Here is my small but smart mirror.




Démo vidéo with the assistant:
https://www.youtube.com/watch?v=BckXJvWgrRw&feature=youtu.beModules:
- clock
- weather
- kalliope
- barometer
- quote of the day
The assistant is installed on the same Rpi. Kalliope.
-
RE: Kalliope assistant + MM
Kalliope v0.5.1 has been released with all stuff needed to integrate Magic Mirror.
-
RE: MMM-quote-of-the-day
@jazzkitt Weird, I haven’t had this issue so far. Did you try with a small update delay to see if it’s a connection issue or something like that?
-
MMM-BMP-sensor (Barometer)
Hello guys, a little module to start transforming your MM into a weather station.

[card:Sispheor/MMM-BMP-sensor]
-
Best practices for storing data / database
Hi,
I’m working on a module that will need to store data into a database.Is there a best practice on Magic Mirrror for that? Or I jut need to install a lib which could do the job like nedb?
I’m looking for a lightweight timeseries database to store a float every X seconds.
-
RE: gauge.js
It’s good it works!! For the last lib I just forgot to call the draw method.
-
RE: gauge.js
I tried with another lib called canvas-gauges. It’s the same. The canvas doesn’t appear on the screen

I’m wondering if a parent CSS config or something like could be the reason.