MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Calendar and Weather modules (core/default) issues/questions

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 1.8k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      ChampaignCowboy
      last edited by

      1. Weather only ever shows 5 days plus today, even if I configure for 14 days.

      2. Calendar never shows the start times of my events. Is there a config I’m missing?

      3. Is there a way to set a background “shade” for modules? I’ve got a background image running and it would be great if all my text blocks actually had a slight “grey” (mostly transparent) background to make the text more readable.

      4. is this the right place to post about the built in modules?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @ChampaignCowboy
        last edited by sdetweil

        @ChampaignCowboy

        1. some providers only give 5 days for free… (used to be everyone gave out free data)

        2. calendar ONLY shows start, unless

        showEnd: true 
        

        is set

        1. module background is usually transparent.
          well… you can set something in css/custom.css
        .module-content {
           background-color: gray;
        }
        

        but… the module space has a border, AND modules can set their own backgrounds,

        SO, its not a simple change…

        1. yes, unless there is a bug, then open an issue in the MM github repo

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        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