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

    Posts

    Recent Best Controversial
    • RE: MMM-Pollen?

      @kasperb

              {
                 module: "MMM-Pollen",
                 position: "top_left",
                 header: "Pollen Forecast",
                 config: {
                     zip_code: "90210"
                 }
              },
      
      posted in Utilities
      V
      vinp
    • RE: MMM-Pollen?

      @kasperb It is still working fine for me. I just tried it out.

      posted in Utilities
      V
      vinp
    • RE: Black Fabric for magic mirror

      I used black construction paper and that works well and is cheap

      posted in General Discussion
      V
      vinp
    • RE: Mmm.Myscoreboard

      @tanvir586
      It needs the league:

      sports: [
      {
      league: “ENG_PREMIERE_LEAGUE”
      }

      posted in General Discussion
      V
      vinp
    • RE: MMM-MyStandings

      @Newtothis said in MMM-MyStandings:

      ENG_NATIONAL

      Your config should look something like :

      {
                  module: "MMM-MyStandings",
                  position: "top_left",
                  config: {
                      sports: [
      		    { league: "ENG_LEAGUE_1" },
                      ]
                  }
              },
      

      You can add more leagues to rotate by adding a similar format inside of the sports [] array
      { league: “ENG_LEAGUE_1” },
      { league: “ENG_LEAGUE_2” },
      { league: “ENG_NATIONAL” },

      posted in Sport
      V
      vinp
    • RE: MMM-MyStandings

      @Newtothis I dont think this module supports that. I think I read on this forum that if the module uses a node_helper.js it wont be possible. Otherwise you could try copying and renaming a similar folder and setup the MM config with both names. There is a issue logged on my github with your same suggestion. I just haven’t had the chance to look to see how much effort it would take to implement.

      posted in Sport
      V
      vinp
    • RE: MMM-MyStandings

      I’ve added NCAAM Basketball and lots of different Soccer leagues from ESPN. It should be able to handle all the soccer leagues that have standings/tables available. I looked at how MMM-MyScoreboard did the soccer leagues and used the same naming. Have a look at my code (get latest) and let me know how it goes. thanks!

      posted in Sport
      V
      vinp
    • RE: MMM-MyStandings

      @alecbalec I’m testing out the ability to add many more soccer leagues… stay tuned for an update

      posted in Sport
      V
      vinp
    • RE: MMM-MyStandings

      @my_nerdy_account that looks awesome! Care to share your branch in GitHub?

      posted in Sport
      V
      vinp
    • RE: Weather forecast issues

      I see this happening when my internet goes out for a bit, the new weather modules seem to no longer refresh. I created an issue - https://github.com/MichMich/MagicMirror/issues/1722

      posted in Troubleshooting
      V
      vinp
    • 1
    • 2
    • 3
    • 4
    • 1 / 4