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.

    Color Online - Offline

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 189 Views 1 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
      Carminator
      last edited by

      Re: MMM-NetworkScanner

      Hello, I still cannot get color if online or not
      my config:

      module: “MMM-NetworkScanner”,
      position: “top_right”,
      header: “Geräte im Netzwerk”,
      config: {
      devices: [
      {
      ipAddress: “192.168.1.109”,
      name: “Carmine Phone”,
      icon: “android”,
      colorStateOnline: “#00ff00”,
      colorStateOffline: “#ff0000”,
      },
      {
      ipAddress: “192.168.1.39”,
      name: “Temperature”,
      icon: “temperature-low”,
      colorStateOnline: "#00ff00,
      colorStateOffline: “#ff0000”,
      },

              ],
              sort: false,
              showUnknown: false,
              showDeviceColums: true,
              coloredState: true,
          }
      }
      

      in MMM-NeetworkScanner.css :

      .MMM-NetworkScanner .device {
      text-align: left;
      }

      .MMM-NetworkScanner .device i {
      padding-left: 0;
      padding-right: 10px;
      }

      .MMM-NetworkScanner .date {
      padding-left: 30px;
      text-align: right;
      }
      .MMM-NetworkScanner table tr.dimmed td i {
      color: #ff0000;
      }
      .MMM-NetworkScanner table tr.bright {
      color: #00ff00;

      but everythiong is red :-(

      Could you help me? also tried to change custom.css of MagicMirror

      Thank you

      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