• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Impossible d'installer le Git de MMM-Bring

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 4 Posters 859 Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    RIKKO14
    last edited by Jun 24, 2020, 5:32 AM

    This post is deleted!
    L 1 Reply Last reply Jun 24, 2020, 9:37 AM Reply Quote 0
    • R Offline
      RIKKO14
      last edited by Jun 24, 2020, 5:36 AM

      Pffff, c’est mon google translate qui met le bazarre, pb résolu…

      1 Reply Last reply Reply Quote 0
      • L Offline
        lavolp3 Module Developer @RIKKO14
        last edited by Jun 24, 2020, 9:37 AM

        @RIKKO14 it seems you have installed the magicmirror with sudo privilege? Is that possible?
        That is not advisable. You would need sudo for anything you do afterwards.

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by Jun 24, 2020, 3:14 PM

          @RIKKO14 said in Impossible d'installer le Git de MMM-Bring:

          je copie la commande : git clone https: //github.com/werthdavid/MMM-Bring.git

          vous avez mis un espace entre https: et //github.com/werthdavid/MMM-Bring.git

          essayez avec ceci: git clone https://github.com/werthdavid/MMM-Bring.git

          cela devrai résoudre le problème

          1 Reply Last reply Reply Quote 0
          • R Offline
            RIKKO14
            last edited by Jun 27, 2020, 7:09 PM

            C’est bon j’ai pu l’installer mais le nouveau problème que je n’arrive pas à résoudre est de réduire la taille du module et le placer bien au milieu de mon MM, j’ai beau toucher au “widht” et “height”, “center”, “auto”, même avec les pourcentages cela ne fait rien.
            Ne peut t’on pas avoir un code pour réduire de x % la taille du module (et ensuite lui dire qu’il se place au bottom _center) tout en conservant les mêmes proportion (hauteur, largeur, les dessins réduits d’autant, etc…) ?
            je ne sais si je suis clair dans mes propos…
            Merci de votre aide.

            voici mon custom.css :

            MMM-WiFiPassword {
            	widht: 150px;
            	margin-right: 200px;
            	text-align: auto;
            }
            .MMM-WiFiPassword .qr-image {
            	width : 60%;
            	margin-left: auto;
            	margin-right: center;
            }
            .MMM-WiFiPassword #WiFiPassword {
            	text align: auto;
            }
            .calendar {
            	text-align: center;
            	max-height: 100%;
            }
            .MMM-Bring {
            	max-width: 80 %;
            	max-height: auto;
            	margin-left: auto;
            	margin-right: auto;
            }
            

            et mon config.js :

            	{
            				module: "MMM-Bring",
            				position: "bottom_bar",
            				config: {
            				   email: "eric.blais8@orange.fr",
            				   password: "Jevaisbien14",
            				   updateInterval: 15, // in Minutes
            				   listName: "Courses", // optional
            				   showListName: true,
            				   activeItemColor: "#EE524F",
            				   latestItemColor: "#4FABA2",
            				   showLatestItems: false,
            				   maxItems: 0,
            				   maxLatestItems: 0,
            				   locale: "fr-FR",
            				   useKeyboard: false,
            				   showListName: false,
            				}
            			}
            	]
            };
            

            voici le styles.css de MMM-BRING :

            /*****************************************************
             * Magic Mirror                                      *
             * MMM-Bring CSS                                     *
             *                                                   *
             * By David Werth                                    *
             *                                                   *
             * Edit this file ONLY if you know what you're doing *
             *****************************************************/
            
            @font-face {
                font-family: "MuseoSans-300";
                src: url("MuseoSans-300.woff") format("woff");
            }
            
            @font-face {
                font-family: "MuseoSans-500";
                src: url("MuseoSans-500.woff") format("woff");
            }
            
            .bring-list {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }
            
            /*
            *  DROPDOWN TITLE
            */
            
            .bring-titleBtn {
                background: none;
                margin: 10px 5px;
                padding: 5px 20px;
                border: 2px solid #eee;
                border-radius: 5px;
                font-size: 1em;
                cursor: pointer;
            }
            
            .bring-titleBtn:hover {
                background-color: #2980B9;
            }
            
            #bring-dropList {
                position: relative;
                display: inline-block;
            }
            
            #bring-dropList .show {
                display: block;
            }
            
            #bring-dropItems {
                display: none;
                position: absolute;
                padding: 0px 12px;
                min-width: 160px;
                top: 20px;
                left: -100px;
                background-color: #000;
            }
            
            
            .bring-dropItem {
                color: white;
                padding: 5px 5px;
                display: block;
                overflow: auto;
                position: relative;
                z-index: 2;
                border-bottom: 2px solid white;
                font-size: 0.7em;
            }
            
            .bring-dropItem:hover {
                background-color: #2980B9;
            }
            
            
            /*
            * LISTS
            */
            
            .bring-list-item-content {
                display: flex;
                flex-direction: column;
                width: 98px;
                height: 116px;
                margin: 4px;
                border-radius: 6px;
                font-size: 14px;
                font-style: normal;
                color: white;
                text-align: center;
                border: 1px solid black;
                border-radius: 5px;
            }
            
            .bring-list-item-add {
                display: flex;
                flex-direction: column;
                width: 98px;
                height: 116px;
                margin: 2px;
                font-size: 70px;
                font-weight: bold;
                color: white;
                text-align: center;
                border: 1px solid black;
                border-radius: 5px;
                background-color: grey;
                justify-content: center;
            }
            
            .bring-list-item-upper-part-container {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 100%;
                height: 70px;
                align-items: center;
            }
            
            .bring-list-item-image-container {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 60px;
                width: 65px;
                min-width: 65px;
            }
            
            .bring-list-item-image-container > img {
                max-height: 50px;
                max-width: 65px;
            }
            
            .bring-list-item-text-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                height: 43px;
                align-items: center;
                justify-content: flex-end;
            }
            
            .bring-list-item-name {
                display: block;
                width: 90px;
                min-height: 17px;
                max-height: 27px;
                padding-top: 2px;
                margin: 0 auto;
                font-size: 14px;
                line-height: .95em;
                overflow: hidden;
                text-overflow: ellipsis;
                overflow-wrap: break-word;
                font-family: MuseoSans-500, sans-serif;
            }
            
            .bring-list-item-specification-label {
                height: 16px;
                width: 90px;
                font-size: 11px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-top: 1px;
                line-height: .95em;
                font-family: MuseoSans-300, sans-serif;
            }
            
            .bring-top_right, .bring-top_left, .bring-top_center, .bring-bottom_left, .bring-bottom_center, .bring-bottom_right {
                max-width: 33vw;
            }
            
            1 Reply Last reply Reply Quote 0
            • R Offline
              RIKKO14
              last edited by Jun 27, 2020, 7:11 PM

              oups… j’ai oublié de cacher mon adresse mail et mot de passe…

              1 Reply Last reply Reply Quote 0
              • S Offline
                seramik
                last edited by Jun 28, 2020, 1:00 PM

                tu devrais éditer ton message avec la fonction " edit"( les trois petits points ) et corriger cela

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RIKKO14
                  last edited by Jun 28, 2020, 1:45 PM

                  Merci pour l’info !!
                  mais pas possible quand je fais “submit” il m’est répondu : You are only allowed to edit posts for 3600 second(s) after posting

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    3/8
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy