Hello,
Super mirror. Very nice finish.
What module do you use for the weather?
What is the USB / HDMI port for?
Read the statement by Michael Teeuw here.
Posts
-
RE: 43" Magic Hallway Mirror
-
RE: Error installing MagicMirror
Hello,
Did you download the version:
RASPBIAN STRETCH WITH DESKTOP ?
I advise you to see this too: https://forum.magicmirror.builders/topic/4596/help-to-install-magicmirror
Good luck -
RE: Auto start does not work
Hi
I followed instructions now it works and I figured out how it works.
THank you so much -
Where to buy good two way mirrors in France ?
Hi
Who can advise me for the purchase in France of an acrylic or glass mirror (495 mm * 295 mm or 19,4882 inches * 11,6142 inches) ?
Thank you.
-
RE: Hello , my english is not good ....
Hello,
I hope to send pictures… -
RE: Auto start does not work
Hi
I tried this procedure but it did not work. I still have the same automatic restart problem.
Thank you. -
RE: Hello , my english is not good ....
Mykle 1,
Thank you for this very good informations. -
Auto start does not work
Hello,
I have a little problem. I use PM2 to do an auto start but it does not work. I followed the tutorial: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
I need to manually start: pm2 start mm.sh
Thank you for your help. -
RE: I have some problems about config file
Hello,
You must to have config.js in this path : cd /MagicMirror/config!
If you use Putty
0_1502824906699_config.PNG
If you use WinSCP

If it does not work. I advise you to copy the original config.js.
-
RE: I need help for module trafic
Hello,
I found why the module was not working. The name of my city is too long, it was necessary to put - between each name
Thank you very much for your help.

-
RE: I need help for module trafic
Kruemel,
Can you show me the configuration of your example please? -
RE: I need help for module trafic
I just tested and I have no more information. Can I send you my private API to test ?
-
RE: I need help for module trafic
I generated a key api (googleAPIs). Nothing appears on the screen.
-
RE: Hello , my english is not good ....
Bonjour,
Je t’envoie le lien en tchat sur le forum Mike.
Qui pourrait m’aider pour la mise en place ce certains modules ?
Merci -
I need help for module trafic
I can’t get the trafic module to work. Is it possible to switch to French ?
My config:
{
module: ‘MMM-Traffic’,
position: ‘top_left’,
classes: ‘dimmed medium’, //optional, default is ‘bright medium’, only applies to commute info not route_name
config: {
api_key: ‘MyApiKey’,
mode: ‘driving’,
language: “fr”,
origin: ‘Paris, France’,
destination: ‘Rouen, France’,
arrival_time: ‘0825’, //optional, but needs to be in 24 hour time if used.
route_name: ‘Maison vers le bureau’,
changeColor: true,
showGreen: false,
limitYellow: 5, //Greater than 5% of journey time due to traffic
limitRed: 20, //Greater than 20% of journey time due to traffic
traffic_model: ‘pessimistic’,
interval: 120000, //2 minutes
showWeekend: false,
allTime: false
}
My mirror screen

Thank you for your help.