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

    Posts

    Recent Best Controversial
    • RE: screen Blanking not working on Raspberry Pi 2

      @sdetweil
      Hello
      Tout fonctionne à merveille , j’ai aussi ajouter une virgule à la fin .
      Bon week-end et encore grand merci .

      Hello
      Everything works perfectly, I also added a comma at the end.
      Have a good weekend and another great one thank you.

      posted in Troubleshooting
      D
      did
    • RE: screen Blanking not working on Raspberry Pi 2

      @sdetweil
      Merci beaucoup @sdetweil pour ta réponse , tes explications très clairs et très pédagogiques .
      J’ai compris ou était mon erreur .
      Je teste dès que possible et je te fais un retour .
      Bonne journée

      Thank you very much @sdetweil for your response, your very clear and very educational explanations.
      I understood where my mistake was.
      I’ll test it as soon as possible and get back to you.
      Good day

      posted in Troubleshooting
      D
      did
    • RE: screen Blanking not working on Raspberry Pi 2

      @sdetweil
      Hello
      Non je ne comprend pas pourquoi , le construction des lignes sembles convenables .
      La première commande pour moi n’est pas prise en compte car elle apparaît en noir alors que la seconde est bien en rouge .
      Hello
      No I don’t understand why, the construction of the lines seems suitable.
      The first command for me is not taken into account because it appears in black while the second is in red.
      Sélection_006.jpg
      Malheureusement je n’y connais rien en langage de programmation Java ou autre .
      Pour le moment j’ai modifié le fichier node_helper.js dans répertoire MMM-Remote-Controle pour envoyer les bonnes commandes .
      Pour ceux qui cherche la commande pour couper l’affichage de l’écran :
      Unfortunately I don’t know anything about Java programming language or anything else.
      For the moment I modified the node_helper.js file in the MMM-Remote-Controle directory to send the correct commands.
      For those looking for the command to turn off the screen display:
      DISPLAY=:0 xrandr --output HDMI-1 --off
      DISPLAY=:0 xrandr --output HDMI-1 --auto
      Merci pour votre aide

      posted in Troubleshooting
      D
      did
    • RE: screen Blanking not working on Raspberry Pi 2

      @sdetweil
      Hello
      Merci pour ta réponse rapide .
      J’ai intégré les lignes dans mon config.js mais Magic Mirror retourne une erreur dans le fichier . Je ne comprend pas ou est l’erreur ?
      Voici ce que j’ai inseré :

      Hello
      Thank you for your quick response.
      I integrated the lines in my config.js but Magic Mirror returns an error in the file. I don’t understand where the error is ?
      Here is what I inserted:

      		{
      			module: 'MMM-Remote-Control'
      			// uncomment the following line to show the URL of the remote control on the mirror
      			// , position: 'bottom_left'
      			// you can hide this module afterwards from the remote control itself
      			customCommand: {
      //   			       shutdownCommand: 'shell command to shutdown your pc',
      //  			       rebootCommand: 'shell command to reboot your pc',
             			       monitorOnCommand: 'DISPLAY=:0 xrandr --output HDMI-1 --off',
             			       monitorOffCommand: 'DISPLAY=:0 xrandr --output HDMI-1 --auto',
      //        monitorStatusCommand: 'shell command to return status of monitor, must return either "HDMI" or "true" if screen is on; or "TV is Off" or "false" if it is off to be recognized'
          }
      		},
      

      Merci pour votre aide

      posted in Troubleshooting
      D
      did
    • screen Blanking not working on Raspberry Pi 2

      Bonjour
      Sur ma nouvelle installation Debian Bookworm 32bit de MM sur un Raspberry Pi 2 .
      J’ai installé MMM-Remote mais je n’arrive pas à commander la mise en vielle ou l’allumage de mon moniteur branché en HDMI .
      Merci d’avance pour votre aide .

      In English:
      Hello
      On my new Debian Bookworm 32bit installation of MM on a Raspberry 2.
      I installed MMM-Remote but I can’t get my monitor connected via HDMI to turn on or off.
      Thank you in advance for your help .

      posted in Troubleshooting
      D
      did
    • RE: Pas de Google Agenda dans MMM-calendar

      @sdetweil
      Tu as résolu le problème de l’agenda Google :clapping_hands: .
      Pour le calendrier en https j’ai testé cela ne fonctionne pas , mais je n’en ai plus besoin et je l’ai enlevé de ma configuration .
      Un grand merci a toi .

      You solved the Google Calendar problem.
      For the https calendar I tested it doesn’t work, but I no longer need it and I removed it from my configuration.
      Thank you very much .

      posted in Troubleshooting
      D
      did
    • Pas de Google Agenda dans MMM-calendar

      Bonjour
      Je viens de faire une nouvelle installation de MM en réutilisant mon ancien fichier config.js et je n’arrive pas à voir les événements de Google Agenda .
      Merci d’avance pour votre aide .
      Voici l’extrait de ma config pour Calendar :

      Hello
      I just did a fresh installation of MM reusing my old config.js file and I can’t see Google Calendar events.
      Here is the extract from my config for Calendar:

      Thank you in advance for your help .

      module: "calendar",
      			header: "AGENDA",
      			position: "top_center",
      			config: {
      				maximumEntries: 8,
      				calendars: [
      					{
      						symbol: "globe ",
      						url: "http://www.education.gouv.fr/download.php?file=//cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zone_A.ics"
      					},
                                              {
                                                      symbol: "smile-o ",
                                                      url: "https://www.thunderbird.net/media/caldata/FrenchHolidays.ics"
                                              },    
                                              {
                                                      symbol: "birthday-cake ",
                                                      url: "https://calendar.google.com/calendar/ical/bea161168%40gmail.com/private-xxxxxxxxxxxxx/basic.ics"
      	
      					},
                                      ]
      
      			}
      		},
      
      posted in Troubleshooting
      D
      did
    • RE: What mirror choose in France

      @did une simple vitre .

      posted in Hardware
      D
      did
    • RE: What mirror choose in France

      @Axel51 oui c’est ça .

      posted in Hardware
      D
      did
    • RE: What mirror choose in France

      Bonjour @Axel51
      J’ai testé le film , le problème c’est que cela enlève beaucoup de luminosité, il faudrait peut être un écran à fort contraste .
      Pour mon miroir j’ai acheté une vitre sans tain conseillé sur le forum et c’est pas mal (70€ pour un 24 pouces).
      Mais si tu fais un miroir de la taille de l’écran je pense que la meilleur solution est un simple vitre l’écran noir fera l’effet de mirroir , c’est ce qui est conseillé sur le forum par plusieurs utilisateurs .
      Bon bricolage et poste nous le resultat .

      posted in Hardware
      D
      did
    • MMM-GoogleCast ne fonctionne plus

      Bonjour
      Je n’arrive pas à faire fonctionner MMM-GoogleCast après réinstallation de mon MagicMirror, j’ai bien lu les recommandations sur le Github :ICI

      This is because this changed in the latest version of pyChromecast. If you checkout the branch 'develop', run the script, finish the configuration steps and checkout 'master' again, you will have this working.
      
      Another solution is to downgrade the pyChromecast version. Of course, as this is present in the develop branch, this will be fixed in the future, when I finish working in the upcoming version.
      

      Je ne sais pas ou est la version développement ou vers quel version il faut “downgrade” .
      Merci d’avance pour votre aide

      ps : ce forum est très cool .Bravo

      Hello
      I cannot get MMM-GoogleCast to work after reinstalling my MagicMirror, I have read the recommendations on the Github: [HERE] (https://github.com/ferferga/MMM-GoogleCast/issues/21)

      This is because this changed in the latest version of pyChromecast. If you checkout the branch 'develop', run the script, finish the configuration steps and checkout 'master' again, you will have this working.
      
      Another solution is to downgrade the pyChromecast version. Of course, as this is present in the develop branch, this will be fixed in the future, when I finish working in the upcoming version.
      

      I don’t know where the development version is or which version to “downgrade” to.
      thank you in advance for your help

      ps: this forum is very cool. Bravo

      posted in Troubleshooting
      D
      did
    • RE: Comment désactiver le message "low voltage"

      Bonjour
      J’ai désactivé le paquet “battery monitor plugin for lxpanel” et je n’ai plus l’info low voltage d’affiché .
      Merci Lavolp3 et les autres pour votre aide precieuse .
      Google Traduction :
      Hello
      I disabled the “battery monitor plugin for lxpanel” package and I no longer have the low voltage info displayed.
      Thank you Lavolp3 and the others for your precious help.

      posted in Troubleshooting
      D
      did
    • Comment désactiver le message "low voltage"

      Bonjour
      J’ai un problème d’affichage “low voltage” sur la Magic Mirror .Je n’ai pas de problème puisque cela fonctionne depuis 2 ans.
      J’ai réussi à efface l’éclair jaune avec avoid-warning=1 mais avec la dernier version de raspi OS un message s’affiche .
      Auriez vous un solution pour effacer ce message ?
      Merci d’avance pour votre aide ?
      Google trad :
      Hello
      I have a “low voltage” display problem on the Magic Mirror.
      I have no problem since it has been working for 2 years. I managed to clear the yellow lightning with avoid-warning = 1 but with the latest version of raspi OS a message is displayed.
      Do you have a solution to delete this message?
      Thank you in advance for your help ?
      LowVoltage.resized.jpg

      posted in Troubleshooting
      D
      did
    • RE: MMM-Trello black screen

      Merci sdetweil
      tout fonctionne .

      posted in Troubleshooting
      D
      did
    • RE: MMM-Trello black screen

      Bonjour
      Même problème après nouvelle installation V2.13 juste après installation module MMM-Trello .
      Le fichier config.js fonctionnait avec la version 2.12 .
      Merci d’avance
      Google Trad
      Hello
      Same problem after new V2.13 installation just after installing MMM-Trello module.
      The config.js file worked with version 2.12.
      Thank you in advance

      posted in Troubleshooting
      D
      did
    • RE: Magic mirror first try (France, ~Lille)

      Bonjour
      J’ai acheté :
      MM-GENAU * Mirropane ™ Spy 4MM / SMART MIRROR 49€
      J’ai choisi ce modèle car il est moins lourd que le 6 mm , à l’utilisation le mirroir assombri le reflet et dans une pièce un peu lumineuse l’écran est plus difficile à lire.

      Hello
      I bought : MM-GENAU * Mirropane ™ Spy 4MM / SMART MIRROR 49 €
      I chose this model because it is lighter than the 6 mm, when using the mirror darkened the reflection and in a room a little light the screen is more difficult to read.

      posted in Show your Mirror
      D
      did
    • RE: Magic mirror first try (France, ~Lille)

      Bonjour
      Ça peut être utile pour ne pas se couper . Un mirroir de 400x600 de 6 mm pėse 2 kg en le manipulant on peut facilement se couper. Je conseille fortement de porter des gants .

      Hello
      It can be useful not to cut yourself. A mirror of 400x600 of 6 mm weighs 2 kg by handling it one can easily be cut. I strongly advise wearing gloves.

      posted in Show your Mirror
      D
      did
    • RE: MagicMirror quits without errors

      @chief said in MagicMirror quits without errors:
      I’m having the exact same problem
      Hey I’m french
      J’ai le même probléme sur Raspberry 2 installation nouvelle de Raspbian Stretch , MagicMirror 2.5 a demarré après la première installation mais après redémarrage , il affiche le bureau .
      Ma précèdente installation Stretch avec la version 2.2 s’affichait normalement .
      Avez vous une idée ?
      Thanks for your help .

      posted in Troubleshooting
      D
      did
    • 1 / 1