• 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
  1. Home
  2. iorifly
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
I
Offline
  • Profile
  • Following 3
  • Followers 0
  • Topics 11
  • Posts 96
  • Groups 0

iorifly

@iorifly

0
Reputation
647
Profile views
96
Posts
0
Followers
3
Following
Joined May 14, 2018, 7:37 PM
Last Online Jan 21, 2020, 8:03 PM

iorifly Unfollow Follow

Latest posts made by iorifly

  • RE: organization of the text next to the icon.

    The module loaded but without the lines yet.

    Before you get tired LOL … please tell me how to make the text of the module more alive!

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 9:01 PM
  • RE: organization of the text next to the icon.

    @doubleT

    If I put this line:

    table.Element.className = "homeassistant-table";
    

    after

    var tableElement = document.createElement("table");
    

    the module does not load

    Another thing the text is still gray.

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:57 PM
  • RE: organization of the text next to the icon.

    @doubleT said in organization of the text next to the icon.:

    .homeassistant-table tr td:nth-of-type(2) {
    text-align: left;
    }
    .homeassistant-table tr:nth-of-type(3) td,
    .homeassistant-table tr:nth-of-type(6) td {
    border-bottom: 1px solid white;
    }
    .homeassistant-table {
    border-spacing: 0;
    }

    do I delete the text from what was in the custom? or leave and put this?

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:47 PM
  • RE: organization of the text next to the icon.

    @doubleT said in organization of the text next to the icon.:

    x t-align

    MMM-homeassistant-sensors

    hitting the text did not appear the line either.

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:37 PM
  • RE: organization of the text next to the icon.

    @doubleT

    .module.MMM-homeassistant-sensors table tr td:nth-of-type(2) {
        test-align: left;
    }
    .module.MMM-homeassistant-sensors table tr:nth-of-type(3) td,
    .module.MMM-homeassistant-sensors table tr:nth-of-type(6) td {
        border-bottom: 1px solid white;
    }
    .module.MMM-homeassistant-sensors table {
        border-spacing: 0;
    }
    

    note: I’m slow to answer because I have to wait 120s to post.

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:32 PM
  • RE: organization of the text next to the icon.

    @doubleT said in organization of the text next to the icon.:

    esmaecido

    what I put in place to make it clearer (alive)

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:29 PM
  • RE: organization of the text next to the icon.

    @doubleT Unfortunately not.

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:27 PM
  • RE: organization of the text next to the icon.

    @doubleT

    I noticed that the font color is erased. Why that ? the other modules have the strongest colors!

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:24 PM
  • RE: organization of the text next to the icon.

    added “.modulo” before .MMM

    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:21 PM
  • RE: organization of the text next to the icon.

    @doubleT said in organization of the text next to the icon.:

    .module.MMM-homeassistant-sensors table tr td:nth-of-type(2) {
    test-align: left;
    }
    .module.MMM-homeassistant-sensors table tr:nth-of-type(3) td,
    .module.MMM-homeassistant-sensors table tr:nth-of-type(6) td {
    border-bottom: 1px solid white;
    }
    .module.MMM-homeassistant-sensors table {
    border-spacing: 0;
    }

    .MMM-homeassistant-sensors table tr td:nth-of-type(2) {
        test-align: left;
    }
    
    .MMM-homeassistant-sensors table tr:nth-of-type(3) td,
    .module.MMM-homeassistant-sensors table tr:nth-of-type(6) td {
        border-bottom: 1px solid white;
    }
    
    .MMM-homeassistant-sensors table {
        border-spacing: 0;
    }
    
    
    posted in Custom CSS
    I
    iorifly
    Jan 18, 2020, 8:08 PM
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