• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

fullscreen_below and fullscreen_above

Scheduled Pinned Locked Moved General Discussion
6 Posts 3 Posters 1.8k Views 3 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.
  • A Offline
    ankonaskiff17
    last edited by Jul 26, 2021, 4:40 PM

    Are there pages that discuss use of fullscreen_above and fullscreen_behind ? I have not run across anything regarding those two options for module placement.

    S B 2 Replies Last reply Jul 26, 2021, 4:50 PM Reply Quote 0
    • S Offline
      sdetweil @ankonaskiff17
      last edited by sdetweil Jul 26, 2021, 4:58 PM Jul 26, 2021, 4:50 PM

      @ankonaskiff17 below and above are in/out directions

      x = left/right
      y = up/down
      z = in (further from user)/out (closer to user)

      the background apps use fullscreen_below (behind all other modules)

      a screen lock might use fullscreen_above (above/on top of) all other modules)
      or an alert

      in addition the two areas are defined first (below) and last (above) with full screen size
      so everything in between is on top of one (below) or behind the other (above)
      see MagicMirror/index.html for the MM page structure

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        BKeyport Module Developer @ankonaskiff17
        last edited by Jul 26, 2021, 10:09 PM

        @ankonaskiff17 What kind of discussion were you looking for? They’re pretty obvious how they’re used. fullscreen_below is your background layer, fullscreen_above is your foreground layer.

        Other than that, they’re the same as anything else.

        I kinda like Sam’s explanation. Only thing I would change is that there’s technically two backgrounds. The background on screen, and the background off screen (No position)

        The "E" in "Javascript" stands for "Easy"

        A S 2 Replies Last reply Jul 26, 2021, 10:33 PM Reply Quote 0
        • A Offline
          ankonaskiff17 @BKeyport
          last edited by Jul 26, 2021, 10:33 PM

          @bkeyport Saw an example in Custom CSS Showcase with image background and was wondering if it was placed on fullscreen below but looked at that CSS again and saw how image was placed. That, and just wondering what they did. When using Developer Tools I see them quite frequently but never seen any discussion of their purpose.

          B 1 Reply Last reply Jul 27, 2021, 9:29 AM Reply Quote 0
          • S Offline
            sdetweil @BKeyport
            last edited by Jul 26, 2021, 11:16 PM

            @bkeyport off screen is not a background. it’s just storage. it’s not visible

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              BKeyport Module Developer @ankonaskiff17
              last edited by Jul 27, 2021, 9:29 AM

              @ankonaskiff17 ah, yes. that’s likely fullscreen below, or inserted at the same place, Prime example of fullscreen below being used is MMM-BackgroundSlideshow.

              Fullscreen above, I don’t know of anything using it, other than the built in alert module.

              The "E" in "Javascript" stands for "Easy"

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              1 / 1
              • First post
                4/6
                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