Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. airart
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    airart

    @airart

    1
    Reputation
    4
    Posts
    13
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    airart Follow

    Best posts made by airart

    • RE: How would I change the size of modules?

      add a CUSTOM.CSS file in home/pi/MagicMirror/css/
      each module name (as .clock , .weather ecc)
      this scale modules but it not move them

      body  {
      transform:scale(1.0);
      }
      .clock {
      transform:scale(1.0);
      }
      
      posted in Troubleshooting
      A
      airart

    Latest posts made by airart

    • RE: Word Clock Screensaver

      did you manage to do what you wanted? I am in the same situation and I use a usb camera for motion detect
      I would like the module with the clock to be full screen when no one is in front, then with the PS3 USB camera when someone is in front of the MM bring up all the modules.
      I have already installed MMM-motiondetector

      posted in Requests
      A
      airart
    • RE: MMM-AssistantMk2

      where I find a different UI, maybe transparent, I saw bars and bubbles with a transparent background
      thanks a lot and great job

      posted in System
      A
      airart
    • RE: MMM-Netatmo updated

      there is also a netatmo mudule for thermostat ?

      posted in Utilities
      A
      airart
    • RE: How would I change the size of modules?

      add a CUSTOM.CSS file in home/pi/MagicMirror/css/
      each module name (as .clock , .weather ecc)
      this scale modules but it not move them

      body  {
      transform:scale(1.0);
      }
      .clock {
      transform:scale(1.0);
      }
      
      posted in Troubleshooting
      A
      airart