• 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. 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 Feb 25, 2021, 2:49 AM
    Feb 21, 2021, 5:44 PM
    0 Votes
    6 Posts
    1k Views
    C Feb 25, 2021, 2:49 AM
    @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 Nov 23, 2020, 7:48 AM
    Nov 22, 2020, 6:54 PM
    0 Votes
    3 Posts
    771 Views
    A Nov 23, 2020, 7:48 AM
    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 Sep 7, 2020, 12:42 AM
    Sep 7, 2020, 12:10 AM
    0 Votes
    2 Posts
    346 Views
    S Sep 7, 2020, 12:42 AM
    @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 Sep 2, 2020, 1:15 AM
    Sep 2, 2020, 1:15 AM
    0 Votes
    1 Posts
    159 Views
    P Sep 2, 2020, 1:15 AM
    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 Jun 18, 2020, 10:32 PM
    Jun 18, 2020, 10:32 PM
    0 Votes
    1 Posts
    259 Views
    P Jun 18, 2020, 10:32 PM
    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 Mar 31, 2020, 1:39 PM
    Mar 30, 2020, 7:15 PM
    1 Votes
    11 Posts
    4k Views
    S Mar 31, 2020, 1:39 PM
    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 Jan 17, 2020, 10:58 PM
    Jan 16, 2020, 5:17 PM
    0 Votes
    4 Posts
    993 Views
    D Jan 17, 2020, 10:58 PM
    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
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