• 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
  1. Home
  2. jamaces
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
J
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 7
  • Posts 19
  • Groups 0

Posts

Recent Best Controversial
  • Remove space between two modules. Custom CSS code and pictures.

    I was able to achieve this with the default weather module.
    I duplicated the module so I could remove the space between current and forecast.

    Using custom CSS I was able to do the following

    .module.weather {
         background-color:rgba(0,0,0,0.1);
         border-radius:10px 10px 0px;
         padding:4px;
         margin-bottom:0px;
    }
    .module.weather2 {
         background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0));
         border-radius:0px 0px 10px;
         padding:4px;
    }
    

    which it now looks like this

    I am trying to do the same for MMM-MLB.

    I duplicated the module so I could have one with scores and the other with standings.

    My custom css looks the exact same other than no gradient.

    .module.MMM-MLB {
         background-color:rgba(0,0,0,0.3);
         border-radius:10px 10px 0px;
         padding:4px;
         margin-bottom:0px;
    }
    .module.MMM-MLB2 {
         background-colour:rgba(0,0,0,0.3));
         border-radius:0px 0px 10px;
         padding:4px;
    }
    

    IT STILL HAS THE GAP!!

    I have tried margin-top, and margin-bottom on both with 0px, 0%, 0, I have tried -500px and nothing will change the distance.

    If anyone has a suggestion its appreciated.

    Thank you.

    posted in Custom CSS
    J
    jamaces
    Mar 5, 2021, 1:44 AM
  • RE: Add fade to transparent background on module.

    @bkeyport Thank you! I realized after I made the post it is called gradient.

    For future knowledge

    change background-color to background-image and add linear-gradient with another RGBA value.

    Thank you for your help.

    Is there a way to have CSS go gradient to the left and to the right?

    I have the news module at the bottom and I really just want it to be dark in the centre where the headlines are.

    I have tried to right and to left, I have tried radial and nothing seems to work.

    posted in Custom CSS
    J
    jamaces
    Mar 4, 2021, 12:43 PM
  • RE: Can I setup and install magic mirror on a 3B+ and have it boot on a ZeroW?

    @sdetweil this forum is amazing. Thank you.

    posted in Hardware
    J
    jamaces
    Feb 27, 2021, 12:04 AM
  • Can I setup and install magic mirror on a 3B+ and have it boot on a ZeroW?

    If I follow this thread and install on a new SD card using a 3B+ would it work plug and play on a ZeroW?

    https://forum.magicmirror.builders/topic/11961/installing-magicmirror-on-your-raspberry-pi-zero-w

    posted in Hardware
    J
    jamaces
    Feb 26, 2021, 10:17 PM
  • Add fade to transparent background on module.

    I followed this thread to add transparent backgrounds to my custom.css

    Is it possible to set a fade to the background similar to how the default calendar and weather have a fade?

    Thanks.

    .module.calendar {
         background-colour:rgba(0,0,0,0.1);
         border-radius:10px;
         padding:4px;
    }
    posted in Custom CSS
    J
    jamaces
    Feb 24, 2021, 12:07 AM
  • MMM-MLB only showing header with logo. Should it be loading anything in offseason?

    I have MMM-MLB scoreboard and standings uploaded. Both just show the header with the Logo.

    I know it’s the off season, I just want to know if I have the module installed properly.

    Thanks

    posted in Troubleshooting
    J
    jamaces
    Feb 17, 2021, 5:36 PM
  • RE: Weather Module struggles

    @ankonaskiff17

    these settings might help

    type: “daily”

    weatherEndpoint: “/onecall”,

    I could not get the 5day to work, kept on saying loading.

    posted in Troubleshooting
    J
    jamaces
    Feb 15, 2021, 10:57 PM
  • RE: Default Clock Module showing wrong Sunrise/Sunset Time

    @sdetweil
    Helps to read sometimes. Thank you.

    posted in Troubleshooting
    J
    jamaces
    Feb 14, 2021, 1:05 AM
  • Default Clock Module showing wrong Sunrise/Sunset Time

    It is currently showing that the sun will rise at 10:19am and set at 8:30pm. I have set the timezone with “America/Toronto”. When it should be ~7:20am, 5:45pm.

    I have seen some other modules so I might just disable and use those.

    posted in Troubleshooting
    J
    jamaces
    Feb 13, 2021, 8:38 PM
  • 1 / 1
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