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.

    MMM-OpenWeatherForecast

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 2 Posters 421 Views 2 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.
    • D Offline
      dcazman
      last edited by

      position right or left do make the entire MMM-OpenWeatherForecast module disappear.

      How do i make it fill the entire right side ?
      I tried to use custom css and added height but no change.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil Admin @dcazman
        last edited by sdetweil

        @dcazman its not right or left

        its top_right or bottom_right

        instead of crashing, we now put out a message (in the startup messages) and skip that module if the position is unknown

        the official positions from the doc
        IMG_0412.png

        for css changes see the second link in my signature below for how to use the developers window elements tab

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          dcazman @sdetweil
          last edited by

          @sdetweil To take the entire right side then do it with css?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil Admin @dcazman
            last edited by

            @dcazman yes, top_right, then make it taller.
            anything after that in top_right in config.js will be pushed off the page (beyond the fold, as its called)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              dcazman @sdetweil
              last edited by

              @sdetweil
              then why is height doing nothing ?

              .MMM-OpenWeatherForecast .module-content {
               width: 400px;
               height: 400px; 
              }
              
              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil Admin @dcazman
                last edited by sdetweil

                @dcazman i don’t know, id have to see the css tree of styles (dev window)

                just because you set the outer container size does NOT mean the content inside will auto adjust

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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