MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Thierry17
    3. Posts
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    T
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Thierry17

    • RE: MMM-VigiCrues

      Bonjour @grena

      Super cool ces nouvelles options, ça va plus loin que mes attentes !
      J’ai testé toutes les options et elles fonctionnent à merveille.

      Merci encore pour le travail réalisé.

      Thierry

      posted in Utilities
      T
      Thierry17
    • RE: MMM-VigiCrues

      Bonjour @grena
      Merci pour ce super module.
      Juste une petite question, est-il possible en custom.css de modifier la couleur du texte hauteur d’eau et des titres de l’alertTable et des dates & légende du graphique.
      Cordialement

      posted in Utilities
      T
      Thierry17
    • RE: MMM-BackgroundSlideshow Update

      Thank you very much,
      now I have Update dc2 …
      1 file changed, 1 insert (+), 1 deletion (-).
      I think the update went well.
      To see tomorrow if I no longer have the update message.
      Cordially

      posted in Troubleshooting
      T
      Thierry17
    • MMM-BackgroundSlideshow Update

      Hello,
      I installed the MMM-BackgroundSlideshow module from the command line

      git clone https://github.com/darickc/MMM-BackgroundSlideshow.git
      

      Everything worked very well.
      A few days ago a message appeared for the update of this module with 3 late commits on the master branch.
      I then made on command line

      git pull https://github.com/darickc/MMM-BackgroundSlideshow.git
      

      The update was not done with the following message:
      *branch HEAD -> FETCH_HEAD
      Fatal: refusal to merge unrelated histories

      I deleted the MMM-BackgroundSlideshow folder and redo the installation on the command line.

      This morning the update message came back.

      Did I make a manipulation error or is there a command to do to merge the histories.

      thank you in advance

      posted in Troubleshooting
      T
      Thierry17
    • RE: [MMM-LocalTemperature] - No display

      Thank you very much for the info … now it works !!!
      For info from the link https://pinout.xyz/ I selected BCM22 (pin 15) and config.js I put

      sensorPin: 15,
      pinScheme: "BOARD",
      

      The problem is that the temperature is random. It shows 23 ° C then 17 ° C then 23°C while with an arduino next door it displays 23 ° C … surely a problem of DHT11 …
      But the problem is well settled, thank you again

      posted in Troubleshooting
      T
      Thierry17
    • RE: [MMM-LocalTemperature] - No display

      Ouups I forgot "the error message:

      MMM-LocalTemperature: Sensor read Error, trying again in 10 seconds.
      MMM-LocalTemperature.js:445
      {"Killed":false,"code":1,"signal":null,"cmd":"sudo modules/MMM-LocalTemperature/DHT 3 -m j -a 3","stderr":Unable to read sensor data after 3 attemps.\n}
      
      posted in Troubleshooting
      T
      Thierry17
    • RE: [MMM-LocalTemperature] - No display

      Thank you for your return.
      I followed your advice and here is the error message that appears.
      Unfortunately my knowledge is too limited to know how to correct the problem.
      I configured MagicMirror en fr and online 424 of the MMM-LocalTemperature.js module it is indicated in: “translations / en.json”
      By changing en instead of in that fear to solve the problem?
      thank you in advance

      posted in Troubleshooting
      T
      Thierry17
    • [MMM-LocalTemperature] - No display

      Hello,
      I can not display the temperature on the screen.
      Configuration : Raspberry Pi 3, Raspbian stretch lite, MagicMirror 2 (basic modules work).
      I followed the installation procedure:

      cd ~/MagicMirror/modules
      git clone https://github.com/glitch452/MMM-LocalTemperature.git
      sudo apt-get update && sudo apt-get upgrade && sudo apt-get install build-essential wiringpi
      cd MMM-LocalTemperature && chmod +x DHT
      

      Everything went well, no error message
      I plugged into the raspberry a DHT11 as well as a DHT22 (which work well on arduino), power 5v, grnd and output on the pin 22

      I added in the config.js:

      {
                  module: "MMM-LocalTemperature",
                  position: "top_center", // Only add a position if you want this module to display the data
                  header: "Room Temperature",
                  config: {
                      sensorPin: 22, // For GPIO 22
                      units: "metric",
      		temperatureText: "Température: {temperature}°C",
                  }
              },
      

      On the screen, only the header is displayed.
      When I add in the config showTemperature: true, I have in addition a message “Loading…” without more.
      Someone would have the kindness to give me some advice to be able to display the temperature.
      Thank you

      posted in Troubleshooting
      T
      Thierry17
    • 1 / 1