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

    Posts

    Recent Best Controversial
    • RE: CSS basics

      @broberg thanks, it helps a lot. Just the basic question I still don’t get - How do I identify “individual class name” in JS file? Is there any key word? I went through code clock.js and there is nothing (for me) like “this is Span named date”. Actually, I want to have time (hours + : + minutes) green. There is timeString, which is I guess variable. There is div named digital, but I don’t want to have the whole div in green. There is also child named timeWrapper - this is ht right element? but

      .clock.time {
      color: green;
      }
      

      Doesn’t work. Also

      .clock.digital {
      color: green;
      }
      

      and also

      .clock.timeWrapper {
      color: green;
      }
      

      doesn’t do anything.
      Thanks for help

      posted in Development
      zdenekZ
      zdenek
    • CSS basics

      iˇm totaly new - how can I identify the name of the object (in module), I want to modify via custom.css? Let say, I want to modify in default Calendar module the text of todays entries to yellow. How to find in calendar.js, what I want to modify and how to correctly define it in custom.css?
      thanks

      posted in Development
      zdenekZ
      zdenek
    • RE: MMM-NetworkScanner

      @Mykle1 great, thanks. The last (I hope) question is about CSS - I would like to have online devices not white, but let say green. Or just “icon” to have green. Or just Name of device. (depends, what is easier) And the offline keep grey. Do you know, how to do that? Thanks

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-Hue CSS

      @strawberry-3.141 ok, thx

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: MMM-NetworkScanner

      @Mykle1 You are the best! Thanks. Finally it works. The problem was with the array. But see home page of module https://github.com/ianperrin/MMM-NetworkScanner - there is an example config and there is
      residents: “Mobile”,
      The only difference is that I’ve 1st icon and then name
      The time difference i’ve to check. Thanks a lot
      BTW, Hot to format text as code? If I tried the icon it place ```, than row
      //my code
      and again the same three signs. I tried to add row between the weird signs, but it’s normal text
      Thanks

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MMM-NetworkScanner

      @Mykle1 thanks. Module starts, but “residents” doesn’t work for me.

      MMM-NetworkScanner is scanning for ip addresses
      Recived payload: [ { ipAddress: ‘192.168.1.11’,
      name: ‘Mobile’,
      icon: ‘server’,
      online: true,
      lastSeen: ‘2017-04-28T12:50:02.107Z’ } ]

      So, device is online, but in Raspberry is “NO DEVICE ONLINE”

      in config is:
      residents: “Mobile”,

      if I turn on “show unknow”, it lists about 10 devices in my net, include MAC belongs to 192.168.1.11

      one more thing - the time of “last seen” (lastSeen: ‘2017-04-28T12:50:02.107Z’) is 2 hours lower compared to system time. It’s cause of time zone+winter/summer time. How to avoid the thime difference?

      posted in Utilities
      zdenekZ
      zdenek
    • RE: MagicMirror-Netatmo-Module CSS

      @broberg said in MagicMirror-Netatmo-Module CSS:

      .netatmo .wi-thermometer {
      color: yellow;
      }

      still the same :-( I tried to go through the module files, but I’ve no idea about syntax, so I’ve ne idea, if there is (let call it “object”) objec named “wi-thermometer” with property “color”. Anyway, thanks

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: MagicMirror-Netatmo-Module CSS

      @strawberry-3.141 thanks for explanation. now it’s clear. Anyway, inserting of @broberg defintion doesn’t do anything (a place it between commented part of default custom.css and “body{}” section).

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: MagicMirror-Netatmo-Module CSS

      @broberg sorry, I’m still noob. I get your point, moved it to custom.css, but nothing happned. I guess I had to say somewhere/somehow in config to use custom.css And cause I would like to use everything else (at least for now) from “default.css”, I had to copy everything from “deafult” to “custom”. Right?

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: Calendar translation

      @broberg stupid me. Thanks a lot. Solved

      posted in Troubleshooting
      zdenekZ
      zdenek
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 15 / 17