• 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. MikeBishop
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 5
  • Posts 15
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-Powerwall

    @NicB72, I’d love to work with you on both of these.

    The intent is that the car tile will periodically rotate through the cars on the account; if cars are charging and your TWC is capable of reporting VINs (not all are), then it will show the cars currently charging; otherwise, it rotates through all of them on your Tesla account.

    Now, the limiting factor: I only have one Tesla vehicle, so I’ve never been able to test that code path with several. 😁 Sounds like it’s not working. Send me a private message, and we can hopefully figure out why. If you’re moderately handy with webdev, you might want to put breakpoints in the functions focusOnVehicles() and advanceToNextVehicle() to figure out why they’re always choosing the same vehicle.

    The way I’d expect it to work with MMM-Carousel is that you’ll have multiple instances of MMM-Powerwall, each displaying a single graph. MMM-Carousel would then be responsible for rotating through the several instances, while the messages from the node_helper make them all stay in sync. (Though now that you mention it, there might be a bit of conflict between the CarCharging graph rotating between cars and MMM-Carousel rotating through all of them. Hm.) There’s a fork of MMM-Carousel that has more robust support for multiple instances of the same module in slides mode, though the original might work fine in global or positional mode.

    When you say they’re tiny… How tiny? The individual graphs are currently fixed-size at 430x250; if that’s too large for your screen, you might have some success with a CSS scale() transform.

    posted in Utilities
    M
    MikeBishop
    Sep 8, 2020, 3:56 PM
  • RE: MMM-Powerwall

    Hi, Dano - did you do an npm install to pick up the dependencies? If not, you won’t have chart.js installed, which means no graphs.

    posted in Utilities
    M
    MikeBishop
    Aug 24, 2020, 11:42 PM
  • RE: MMM-Powerwall

    @lavolp3 said in MMM-Powerwall:

    I want to have a powerwall, a solar panel and a tesla just to try out this module!

    My total bill for the set was over $100k, so I wouldn’t recommend it as purely dev kit. 😉 That said, I love them all.

    posted in Utilities
    M
    MikeBishop
    Jun 23, 2020, 8:31 PM
  • MMM-Powerwall

    Description:

    Displays a collection of live graphs with data from your Tesla Powerwall (and TWCManager, if you have one) on your Magic Mirror.

    Screenshots:

    This module implements several different graphs. Currently, these are:

    • CarCharging
    • PowerwallSelfPowered
    • SolarProduction
    • HouseConsumption
    • EnergyBar
    • PowerLine

    By default, all are displayed. However, as needed by your layout, you can
    instantiate multiple instances of this module, each displaying different graphs
    or even targeting different Powerwall systems. Multiple instances referencing the same target will still update simultaneously and will not increase the volume of
    requests made to either local or cloud endpoints.

    Download:

    https://github.com/MikeBishop/MMM-Powerwall

    posted in Utilities
    M
    MikeBishop
    Jun 23, 2020, 7:34 PM
  • Node Version

    I see that the installer installs Node 10.x, with 12.x being the most recent LTS version. Has anyone tested MM2 with Node 12 or 14? Is there a specific reason to remain on the maintenance branch?

    posted in General Discussion
    M
    MikeBishop
    Jun 4, 2020, 3:15 PM
  • 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