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

    Posts

    Recent Best Controversial
    • MMM-VigiCrues

      Hello, for some time I have noticed that the water level rises no longer occur. We are April 11 and the last lift dates from April 5. Do other users of this module have the same problem?
      My config is:

      {
      			module: "MMM-VigiCrues",
      			position: "top_left",
      			header: "Vigilance Crue",
      			config: {
      				stationid: "R520001001", // Station identifer (www.vigicrues.gouv.fr)
      				colorLine:"#FFFFFF",
      				colorBackground:"#666",
      				colorLegend:"#E4F707",
      				colorTick:"#E4F707",
      				colorLabel:"#E4F707",
      				dataPeriode: 60,
      				alertTable: [
      					{ "value": 6840, "title": "Crue 25 déc 1982", "color": "red" }, // Alert set to 5430 mm displayed in red with the title "Flood 2017"
      					{ "value": 6670, "title": "Crue du 10 janv 1994", "color": "orange" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014"
      					{ "value": 6180, "title": "Crue du 8 fév 2021", "color": "yellow" }, 
      					{ "value": 5640, "title": "Crue du 8 mars 2007", "color": "green" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014"
      					{ "value": 5300, "title": "Inondation route", "color": "blue" }, // Alerte inondation route d'accès
      				]
      			}
      

      However, if I restart MagicMirror the recovery is done well.
      Thank you for your comeback

      posted in Utilities
      T
      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