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

    NicB72

    @NicB72

    1
    Reputation
    28
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    NicB72 Unfollow Follow

    Best posts made by NicB72

    • RE: MMM-Powerwall

      I love this component. Few questions and a request.

      1. I have 2 Tesla’s, soon to be 3. Could you add an option to chose which vehicle to display?
      2. I display this on a Mini Magic Mirror on my next using the MMM-Carousel component. Because of the real estate I have to use a single graph but they appear tiny. I’ve tried to get my head around the module’s css file but haven’t worked it out. Can you either create another graph for Mini-Magic-Mirror’s or help me understand how to modify the css to make this work.

      Cheers

      posted in Utilities
      N
      NicB72

    Latest posts made by NicB72

    • RE: Could use some assistance setting up MMM-Carousel w/ Navigation and understanding the architecture

      @sdetweil I don;'t understand. I am using the carouselID as described in the advanced config section of MMM-Carousel.

      posted in Troubleshooting
      N
      NicB72
    • RE: Could use some assistance setting up MMM-Carousel w/ Navigation and understanding the architecture

      So I am having a problem with the carouselID item as well

      In slides config I have this

                          slides: [
                                  ["clock"],
                                  [{name:"weather", carouselId:"1"}],
                                  [{name:"weather", carouselId:"2"}],
                                  ["newsfeed"],
                                  ["calendar"]
                          ]
      

      Then below I have the 2 modules.
      I have the other modules as well!

      Everything displays except these 2 weather slides where I get nothing,.

                  {
                          module: "weather",
                          position: "middle_center",
                          config: {
                                  carouselId: "1",
                                  type: "current",
                                  weatherProvider: "openweathermap",
                                  units: "imperial",
                                  roundTemp: true,
                                  onlyTemp: false,
                                  location: "Concord",
                                  locationID: "4933743",
                                  apiKey: "cc448befd6aea28cbb05457253a9622b"
                                  }
                  },
                  {
                          module: "weather",
                          position: "middle_center",
                          config: {
                                  carouselId: "2",
                                  type: "forecast",
                                  weatherProvider: "openweathermap",
                                  units: "imperial",
                                  location: "Concord",
                                  locationID: "4933743",
                                  apiKey: "cc448befd6aea28cbb05457253a9622b", 
                                }
      

      },

      posted in Troubleshooting
      N
      NicB72
    • RE: MMM-Powerwall

      I love this component. Few questions and a request.

      1. I have 2 Tesla’s, soon to be 3. Could you add an option to chose which vehicle to display?
      2. I display this on a Mini Magic Mirror on my next using the MMM-Carousel component. Because of the real estate I have to use a single graph but they appear tiny. I’ve tried to get my head around the module’s css file but haven’t worked it out. Can you either create another graph for Mini-Magic-Mirror’s or help me understand how to modify the css to make this work.

      Cheers

      posted in Utilities
      N
      NicB72