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

    Topics

    • P

      Nascar schedule URL

      Watching Ignoring Scheduled Pinned Locked Moved Sport
      6
      0 Votes
      6 Posts
      1k Views
      cowboysdudeC
      @assassins said in Nascar schedule URL: IMSA If either xml or json data is available. I looked for a second but didn’t see any. If you know of any let me know!
    • P

      MMM-History and on-this-day not working.. Ideas?

      Watching Ignoring Scheduled Pinned Locked Moved Education
      3
      0 Votes
      3 Posts
      831 Views
      A
      I had the same issues with both modules. I just deleted both modules and reinstalled them, works perfectly now.
    • P

      calendar_monthly to show google calendar

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      2
      0 Votes
      2 Posts
      371 Views
      S
      @Plainbroke-0 looks like it just displays the current month
    • P

      RPI changes are saving in sudo nano, but revert back on reboot?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      178 Views
      P
      My config.js and custom.css are reverting back to before I made changes to them upon a reboot. Can someone tell me how to fix this? Had to turn off the reboot in cronjob.
    • P

      MMM-Gas Station Price and Distance only color change.

      Watching Ignoring Scheduled Pinned Locked Moved Transport
      1
      0 Votes
      1 Posts
      276 Views
      P
      Re: MMM-Gas How do I change the color of Station Price and Distance only? I can change all of the module in custom.css but not figuring out what to use to be able to change just the top 3…
    • P

      Covid-19

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      11
      1 Votes
      11 Posts
      5k Views
      S
      interesting charting showing bubble of projected thru summer https://covid19.healthdata.org/projections?fbclid=IwAR2vfC44dkYztztkqvPJaBKsqFnmI2zMeSfxOCU2-l5yxNf6BAQzHV_TmRo
    • P

      Text Align Vertical

      Watching Ignoring Scheduled Pinned Locked Moved Development
      4
      0 Votes
      4 Posts
      1k Views
      D
      Vertical-align only works in inline elements and table cells. Two common css hacks are these: https://jsfiddle.net/02vxofa6/1/ The parent (or a wrapper div container filling the parent) is set to display: table-cell; and vertical-align: middle; If there’s a reason this cannot be done, there’s also another hack: Set the parent to position: relative; and the text to position: absolute: top: 50%; But then it’s not exactly in the middle, as the distance to the top is 50%. Give the text a fixed height (maybe even considering a line break there) and set margin-top to - half the text height. height: 20px; margin-top: -10pxfor example.
    • 1 / 1