MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bugphunk
    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 0
    • Posts 4
    • Groups 0

    bugphunk

    @bugphunk

    1
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    bugphunk Unfollow Follow

    Best posts made by bugphunk

    • 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

    Latest posts made by bugphunk

    • 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
    • RE: MMM-SolarPicture

      1749311378245.jpg

      Got it! Thanks again!

      posted in Entertainment
      B
      bugphunk
    • RE: MMM-SolarPicture

      Thanks for your support. The developer window elements tab might do the trick.

      posted in Entertainment
      B
      bugphunk
    • RE: MMM-SolarPicture

      Hello everyone!

      First of all: Thanks for the module! I like it a lot.

      I tried to move the picture around by adding a new position in my custom.css but it is not moving at all. The MMM.MoonPhase module moves without a problem, but these paramaters don´t work for the sun (because of the missing *.css file, I guess). I´m no expert at all, therefore a little help would be highly appreciated!

      My goal is to push the sun “outside” the screen so that only the upper left corner of the sun is on the bottom right side of the screen.

      Thanks in advance and kind regards,
      Marco

      posted in Entertainment
      B
      bugphunk