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

    Posts

    Recent Best Controversial
    • RE: MMM-WeConnect - Show data from your electric Volkswagen

      Hi Otto, thanks for making this. But I cant get it to work. MM just keeps restarting when I add this code.

      Also, the username and password for weconnect. How do you enter that. Is it just ‘username’ ‘password’? Or do you need the whole <weconnect.username> etc?

      Thanks again.

      Btw, i removed two of the locations, since i dont need them. Not sure if this breaks anything…

      {
              module: 'MMM-WeConnect',
              position: 'top_right',
              config: {
                  email: 'xxx',
                  password: 'xxx',
                  refreshIntervalSeconds: 180,
                  size: 300, // This is the size of the drawing
                  showDistance: true,
                  showPosition: true,
                  showBatteryPercent: true,
                  showRange: true,
                  showConnectionStatus: true,
                  showDriving: true,
                  showBattery: true,
                  logging: false, // Write some data to console.log()
                  colors: {
                      car: "gray",
                      text: "#ccc",
                      rangeText: "black",
                      chargingSign: "yellow",
                      lightsOn: "yellow",
                      lightsOff: "#222",
                      wheels: "#222"
                  },
                  batteryColors: [
                      { upTo: 20, background: "pink", forground: "red", text: "yellow" },
                      { upTo: 50, background: "pink", forground: "orange", text: "yellow" },
                      { upTo: 75, background: "#666", forground: "blue", text: "yellow" },
                      { upTo: 100, background: "#666", forground: "green", text: "yellow" }
                  ],
                  positions: [
                      {name: "Hjemme", lat: 59.422110,  lon: 5.264839, marginMeters: 50}
                  ],
                  homePosition: "Hjemme"
              }
          },
      
      posted in Transport
      R
      Radon
    • RE: Life 360 Module

      This would be great!

      posted in Requests
      R
      Radon
    • 1 / 1