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

    Posts

    Recent Best Controversial
    • RE: Help me fix my dashboard (see 1st comment) - Issue with duplicating method with MMM-EveryNews

      If you want to do that with the three different Modules you have to do a little change in the MMM-EveryNews.css file of each module:

      .MMM-EveryNews .header {
        color: cyan;             /* Color the title text. Default is white. */
        text-align: center;           /* Align the title text. (left, center, right) */
        /*  display: none; */         /* Uncomment if you don't want title text */
      }
      
      .MMM-EveryNews .source {
        color: cyan;             /* Color the title text. Default is white. */
        text-align: center;           /* Align the title text. (left, center, right) */
        /*  display: none; */         /* Uncomment if you don't want title text */
      }
      
      .MMM-EveryNews .title {
        color: cyan;             /* Color the title text. Default is white. */
        text-align: center;           /* Align the title text. (left, center, right) */
        /*  display: none; */         /* Uncomment if you don't want title text */
      }
      
      .MMM-EveryNews .photo {
          width: 350px;             /* Maximum width of image */
          height: 350px
          padding: 0px;             /* Nudge image */
          float: left;              /* Align the picture. (left, center, right) */
      }
      
      .MMM-EveryNews .description {
        color: cyan;             /* Color the information. Default is white. */
        text-align: center;           /* Align the information. (left, center, right) */
        font-size: 18px;
      /*  display: none; */         /* Uncomment if you don't want descriptive information */
      }
      

      For the Module MMM-EveryNews2 you have to chnage .MMM-EveryNews to .MMM-EveryNews2
      The same with MMM-EveryNews3 and so on.
      I think the modules should have all the same size then.

      posted in Troubleshooting
      S
      Sven1894
    • RE: Help me fix my dashboard (see 1st comment) - Issue with duplicating method with MMM-EveryNews

      @j-lewis can you show me your config file when you try to add the same module 3 times?

      posted in Troubleshooting
      S
      Sven1894
    • RE: Help me fix my dashboard (see 1st comment) - Issue with duplicating method with MMM-EveryNews

      Why don’t you jsut call the same module 3 times?

      posted in Troubleshooting
      S
      Sven1894
    • RE: Basic Text on Magic Mirror

      The deafualt module “helloworld” can do this :)

      posted in General Discussion
      S
      Sven1894
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      @Pielo Kannst du mir mal die css des Wettermoduls zeigen?
      Davon abgesehen solltest du Änderungen in css lieber in der custom css machen und die css-Dateien der Module nicht verändern.

      Ich bin zwar kein JavaScript Profi, aber ich versuche mal zu helfen.
      Bei der slice Funktion muss, soweit ich weiß, als Startwert ein Integer und als Endwert ein Integer angegeben werden. “this.config.shortenText” ist aber ein boolean, oder? Meine Vermutung ist, dass das der Fehler ist.
      Aber wie gesagt, ich bin kompletter Anfänger was JavaScript angeht, kann auch sein, dass ich hier völligen Blödsinn erzähle.

      posted in Troubleshooting
      S
      Sven1894
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      @Pielo Kannst du mir vielleicht noch deine custom.css zeigen? Vielleicht kann ich da etwas finden.

      posted in Troubleshooting
      S
      Sven1894
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      @Pielo Hmmm… Für mich sieht es so aus als sei die Schrift nur in der Tabelle zentriert und nicht im ganzen Modul. Die Überschrift vom Modul ist ja linksbündig. Versuch mal folgendes:

      .MMM-Fuel .table {
          border-spacing: 10px 0;
          border-collapse: separate;
          text-align: left;
      }
      
      posted in Troubleshooting
      S
      Sven1894
    • RE: Problem mit MMM-Fuel (Textausrichtung)

      Füge mal in der custom.css folgenden Eintrag hinzu:

      MMM-Fuel{
      text-align: left;
      }
      

      Vielleicht löst das dein Problem.

      posted in Troubleshooting
      S
      Sven1894
    • RE: News module wiht pictures

      @cowboysdude alright thank you :)

      posted in Requests
      S
      Sven1894
    • RE: News module wiht pictures

      @cowboysdude Is it possible to put the date, author and so on under the picture? I think it would look better there :)

      posted in Requests
      S
      Sven1894
    • 1 / 1