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

    Posts

    Recent Best Controversial
    • RE: Help with creating a table

      The problem was the p tag, but now the break is too big inbetween the lines…a1204375-c435-430d-a355-0b1c9a804bf4-grafik.png

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      Thats the view with the developer console
      5539253b-960c-457a-9aea-be8fe5fc3cc9-grafik.png

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil yes, I know, but it didn’t worked Out :/

      @BKeyport thanks I will Look into it later!

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil still no success, nothing happens with height: 0px; or

      also because of the main.css the table is getting expanded over the whole screen

      .region table {
        width: 100%;
        border-spacing: 0;
        border-collapse: separate;
      }
      

      Could it be, that the main.css is interupting something more than just the width? removed this point from the css earlier, didn’t thought about that…

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      After hours of testing I’m at my end…

      Thats the result so far:
      880d1c7e-84c7-4fc8-b334-36caee71f2c4-grafik.png

      I want to shrink the cells down, but I can’t find a way to do it…

      I tried it with height, line-height, padding and so on…

      Do you have any ideas?

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil aaaaaaaah, thank you :)

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil thats the code I got:

          start: function() {
              var self = this;
              setInterval(function() {
                  self.updateDom(1000);
              }, 60000);
          },
      

      So as I understand now it updates every minute (60000) and it needs 1 second (1000) to update?
      Should I change the 1000 to 0, so it updates immediately?

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      Everytime my module do an API request to refresh the data, the table is disappearing for a second or two, this shouldn’t be normal, right?

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil said in Help with creating a table:

      welcome to the fun.

      you misspelt nightmare…
      Thanks for your help!

      posted in Development
      S
      Schmaniel
    • RE: Help with creating a table

      uuh, that worked pretty well, thank you!

      Now I’m stuck with the size of the module…

      0a033cb9-b01a-4428-aaa4-6d1462066cd6-grafik.png

      posted in Development
      S
      Schmaniel
    • 1 / 1