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

    Topics

    • J

      MMM-config with modules that have sub-configs (MMM-TouchButton)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      10
      0 Votes
      10 Posts
      2k Views
      S
      @joey the backup approach gives you the ability to restore the modules and config/css to another system , after install, so you get a migration tool AND it provides git versioning… so if you need to go back 2 revs you can it also supports putting the backup on a (private recommended) github repo, so you can restore directly from there and don’t have any local file system failure issues… disk drives, usb sticks, etc AND it doesn’t matter WHERE you are at the time,
    • J

      z-index in CSS and what happens when modules are "on top" of each other

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      739 Views
      S
      @joey i found my bug and fixed it. now every setup will auto restart
    • J

      Increasing size on (default) Clock module the right way?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      S
      @joey u must ALWAYS use module and class… this is just a web page… .time means ALL uses across the entire page… (not what you might want) you’ll note that the module content is wrapped in a div with the modulename as a classname… also the cheatsheet on css selectors https://www.w3schools.com/cssref/css_selectors.asp simple knowledge… when there is a class u want to target .classname if there is an element u want to target, NO dot and selectors are ALL occurrances of that combo across the ENTIRE page. sometimes that is very tricky to handle… and one thing I didn’t know when I wrote that other post… if u have the settings in the top right window, you can mark the whole area with the mouse and copy paste that to custom.css , not having to type it all!!. (inside the selector clause)
    • 1 / 1