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

    Posts

    Recent Best Controversial
    • RE: MMM-SolarPicture

      Hi folks, I’m no expert at all and it was a lot of trial and error. I used the lower_third position because there aren’t any other modules in that position which were also moving around the screen when changing the position of MMM-Solar-Picture. Also the NASA-watermark is still there in the upper left corner of the shown solar picture. It is just hidden behind the Earth module, so that worked out for me. My config.js on a 1080p screen

      {
              module: "MMM-SolarPicture", //IGNORED
              position: "lower_third",
              config: {
                      imageType: 'AIA 304',
                      updateInterval: 1 * 60 * 60 * 1000, //(1 hour)
                      maxMediaWidth: 1200,  
                      maxMediaHeight: 1200 
                          }
              },
      

      I added these lines to my custom.css

      .MMM-SolarPicture img {
      position: absolute;
      top: +100px;     
      left: +1100px;   
      opacity: 1 !important;
      }
      

      Good luck with moving around your sun and kind regards

      posted in Entertainment
      B
      bugphunk
    • 1 / 1