MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ricochetd
    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: Trash schedule module

      @angeliKITTYx I’ve been using https://github.com/jclarke0000/MMM-MyWastePickup for years and it’s 100% customizable and not Toronto specific. You just edit the custom schedule file to set the days for your garbage/recycling pick up.

      posted in Requests
      R
      ricochetd
    • RE: MMM-MyStandings

      Got a pretty basic config where I’m just starting with only NHL standings. The config.js below is the only thing that works, but it only gives the NHL Central Division standings. If showByDivision is set to true, any other Division is listed or even commented out, it shows no standings at all; just a black screen. I included a header so that I know it’s actually loading; it’s not providing any results. I’ve done a git pull and it says it’s up to date. If I change the league to NBA, it loads all of the divisions. Also, is it possible to show by overall league standings?

      Here’s my config.js code and screenshots:

      {
      module: “MMM-MyStandings”,
      header: “My Standings”,
      position: “top_right”,
      config: {
      updateInterval: 60 * 60 * 1000, // every 60 minutes
      rotateInterval: 1 * 60 * 1000, // every 1 minute
      sports: [
      { league: “NHL” },
      ],
      nameStyle: “short”,
      showLogos: true,
      useLocalLogos: true,
      showByDivision: false,
      fadeSpeed: 1000,
      },
      },

      showByDivision_false_Output.JPG

      showByDivision_true_Output.JPG

      posted in Sport
      R
      ricochetd
    • 1 / 1