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

    did

    @did

    2
    Reputation
    169
    Profile views
    18
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Age 65
    Location France

    did Unfollow Follow

    Best posts made by 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
    • 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

    Latest posts made by did

    • 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