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

    Topics

    • P

      Custom CSS for weather when I have 2

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      2
      1
      0 Votes
      2 Posts
      369 Views
      S
      @pritikin71 classes goes after module: right? { module : " calendar", classes:"foo", config: { . . . } } css .foo ..... { (NOT .weather) ... } you can ALSO use the ID value assigned to the module the selector for id is #id ... { ... } I use this cheatsheet to help me remember https://www.w3schools.com/cssref/css_selectors.php everthing before the { is called the selector clause… because is ‘selects’ the elements of the page doc, that the stuff INSIDE the {} will be applied to . = class # = id : is the prefix for special elements [ x ] means element with an attribute of x <div x="foo"/> nothing = tag name (table, ul, li, p, ....div)
    • P

      It's important MMPM??

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      639 Views
      S
      @pritikin71 no npm/electron are not needed when u run the docker container you just point any browser at the container exposed port the container is running headless in server mode
    • 1 / 1