• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-BMW-DS (A different kind of weather module)

Scheduled Pinned Locked Moved Utilities
65 Posts 13 Posters 47.7k Views 11 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
    cirdan @Mykle1
    last edited by Oct 31, 2018, 6:46 PM

    @mykle1 tnx for the quick fix.
    (At last peace returns to the grey havens 😁)

    Modules MMM-rainfc, MMM-bustimes, MMM-Harmony, MMM-Rijks

    1 Reply Last reply Reply Quote 1
    • R Offline
      RV Knight
      last edited by Sep 3, 2019, 7:54 PM

      Hi, sorry about bringing back up this old post. I’m currently having issues with it, it’s displaying in the bottom with acquiring you weather but doesn’t go any further than that. I’ve checked the config as far as I can tell but I’m still having issues, would it be possible to have some help? Thanks

      M 2 Replies Last reply Sep 5, 2019, 1:16 AM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @RV Knight
        last edited by Mykle1 Sep 5, 2019, 1:31 AM Sep 5, 2019, 1:16 AM

        @RV-Knight

        Please post your config entry for MMM-BMW-DS (in a code block) so I can take a look at it for you. It should look something like this:

        {
                    disabled: false,
                    module: "MMM-BMW-DS",
                    position: "bottom_bar",
                    config: {
                        apiKey: "123456789123456789", // Your api key from darksky.net
                        ownTitle: "Current Conditions",
                        tempUnits: "F", // C of F
                        lat: '42.123456',
                        lng: '-74.123456',
                        css: "2",
                        playSounds: "no",
                        useHeader: false, // true if you want a header
                        header: "Your header",
                        maxWidth: "100%",
                    }
                },
        

        You can also start your mirror using npm start dev. Click the Console tab in the window that opens (top left) and report any errors (appearing in RED). You may have to scroll

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @RV Knight
          last edited by Sep 7, 2019, 1:18 AM

          @RV-Knight

          Have you made any progress?

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • L Offline
            Lordy
            last edited by Sep 24, 2019, 3:13 PM

            Great Module, i loved

            M 1 Reply Last reply Sep 24, 2019, 11:34 PM Reply Quote 1
            • L Offline
              Lordy
              last edited by Sep 24, 2019, 3:17 PM

              how or where can i enlarge the font and icon?
              Wie oder wo kann ich die Schrift und das Symbol vergrößern?

              M 1 Reply Last reply Sep 24, 2019, 11:33 PM Reply Quote 0
              • L Offline
                Lordy
                last edited by Sep 24, 2019, 3:56 PM

                thanks, I’ve already found (copy and paste in “custom.css”.

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @Lordy
                  last edited by Sep 24, 2019, 11:33 PM

                  @Lordy said in MMM-BMW-DS (A different kind of weather module):

                  how or where can i enlarge the font and icon?
                  thanks, I’ve already found (copy and paste in “custom.css”.

                  Glad you found your solution. I post below some of the things you can use in custom.css for anyone that cares.

                  .MMM-BMW-DS .header {
                    color: yellow;                 /* Header color. */
                  }
                  
                  .MMM-BMW-DS .image {             /* icon size */
                     width: 1.75%;
                     height: 1.75%;
                     margin-top: 0px;
                     margin-bottom: -10px;
                  }
                  
                  .MMM-BMW-DS .current {
                    color: #FFFFFF;               /* Current text forecast color. Default is white. */
                    font-size: .6em;
                  }
                  
                  .MMM-BMW-DS .summary {
                    color: #FFFFFF;               /* General summary text forecast color. Default is white. */
                    font-size: .6em;  
                    display: none;                /* uncomment to hide */
                  }
                  
                  .MMM-BMW-DS .daily {
                    color: #FFFFFF;               /* Days of the week and hi/lo temp color. Default is white. */
                    font-size: .6em; 
                  }
                  

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 1
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Lordy
                    last edited by Sep 24, 2019, 11:34 PM

                    @Lordy said in MMM-BMW-DS (A different kind of weather module):

                    Great Module, i loved

                    Thank you, mate. :thumbsup:

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • C Offline
                      cyberphox
                      last edited by Dec 3, 2019, 2:18 AM

                      Cool module as always. Is there a setting somewhere for the summary?
                      Mine isn’t showing

                      Full time Dad, DJ and entertainer and lover of technology.

                      M 1 Reply Last reply Dec 3, 2019, 2:37 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 5 / 7
                      • 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