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.

    Extend table / insert TD - please help

    Scheduled Pinned Locked Moved Development
    10 Posts 5 Posters 1.5k Views 5 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.
    • C Offline
      c1olli
      last edited by

      How to get the MMM-Fronius results in a table?
      It would be nicer with the code from @Cetax but at the moment it would be ok for me when I know what I have to change to get the result in a nicer form.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @c1olli
        last edited by sdetweil

        @c1olli the author did not create columns (td) on the row… (tr)

        table
          th (header row with column labels
             td, td, td, td (for each column)
        repeat below for each row
          tr 
             td, td, td, td (data for each column)
        

        he just appended the strings together for the one value on each row

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        ? 1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @sdetweil
          last edited by

          @sdetweil

          Why not using div and flex?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Guest
            last edited by

            @Bugsounet I wasn’t proposing anything… I was answering the question

            that is how a table looks and the author didn’t use it right…

            div and flex is a lot more work, but u get a lot of flexibility

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            ? 1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @sdetweil
              last edited by

              @sdetweil dix and flex is for lazy man like me mouahah

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                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