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-NASA

    Scheduled Pinned Locked Moved Troubleshooting
    7 Posts 3 Posters 3.0k 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @Guest
      last edited by

      @howi42 said in MMM-NASA:

      The module seems to have problems with the position :
      middle_center gives something like middle_left ( which does not exist,
      according the to manual )

      First, thanks for your interest in my module. :-)

      I did design the module to be used mainly in the left or right regions. My main concern was real estate. With that said, and with a little bit of custom.css, you CAN use it within the middle_center.

      • In config.js set maxWidth: "100%",

      • In custom.css

      .MMM-NASA .small.bright {
        color: #FFFFFF;               /* Color the title text. Default is white. */
        text-align: center;           /* Align the title text. (left, center, right) */
        /*  display: none; */         /* Uncomment if you don't want title text */
      }
      
      .MMM-NASA .photo {
          width: 300px;               /* Maximum width of image */
          float: center;              /* Align the picture. (left, center, right) */
      }
      
      .MMM-NASA .xsmall.bright {
        color: #FFFFFF;             /* Color the information. Default is white. */
        text-align: center;         /* Align the information. (left, center, right) */
      /*  display: none; */         /* Uncomment if you don't want descriptive information */
      }

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • ? Offline
        A Former User
        last edited by

        Thanks, Wolfgang

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @Guest
          last edited by

          @howi42

          You’re welcome.

          Peace!

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer
            last edited by

            Check your locations and local times, but here is the information about today’s total solar eclipse. Here in New York, we’ll only experience a 75% eclipse, but what a magnificent event! Lucky are you if you live within the 100% viewing areas.

            I love this stuff!

            0_1503319713803_dd.JPG

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • M Offline
              motdog
              last edited by

              All I get is Hello Universe

              {
              		    module: 'MMM-NASA',
              		    position: 'bottom_right',
              		    config: {
              			search: "Galaxies",                 
              			infoLength: 400,                  
              		        scroll: "yes",                    
              			rotateInterval: 60,  
              			useHeader: false,
              			header: "",
              			maxWidth: "300px",               
              			animationSpeed: 3000,            
              		    }
              		},
              

              ive tried playing with the intervals with no luck either

              Mykle1M 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @motdog
                last edited by

                @motdog

                I just tried your config entry. The module can’t function with rotateInterval: 60,. That is only 60 milliseconds. Please try rotateInterval: 60 * 1000,. That’s 60 seconds. It will give the module time to display the image and the information that comes with each image.

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 1
                • 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