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
    • RE: MMM-MyStandings

      Thanks for the feedback ! Glad you are enjoying it. I love seeing sports updates on the mirror!

      posted in Sport
      V
      vinp
    • RE: Weather forecast issues

      I have not see the error since I last posted nearly 2 weeks ago

      posted in Troubleshooting
      V
      vinp
    • RE: MMM-MyStandings

      I’ve updated the code to include the option to load logos from local folders. It mimics the way MMM-MyScoreboard does it. This way the logos will look the same if you use both modules. I also made it easier in the future to add more sports that don’t have divisions. Lastly, I added MLS as a sport option.

      posted in Sport
      V
      vinp
    • RE: Weather forecast issues

      I just noticed mine also experiences this behavior every few days. Even though it should reload the data with the updateInterval every few hours. Screenshot is from the browser Dev Tools on the Pi
      0_1556138954227_5f639727-d54e-44d4-9961-892d34714fad-image.png
      Can you check your Dev Toolbar when this happens?

      posted in Troubleshooting
      V
      vinp
    • RE: MMM-MyStandings

      @MMKF Thanks for the feedback. I have updated the code to show one division at a time. I realize that is better for most users. Try a git pull inside the MMM-MyStandings folder again, as far as it being too wide, you can try overriding the .MMM-MyStandings class in your custom.css to control width.

      posted in Sport
      V
      vinp
    • RE: MMM-MyStandings

      Good idea. I will look into that. I had a spare old LCD TV which I made into a Magic Mirror display, so I had the real estate to see all the teams and divisions :). The project is open for PR if there is any interest from anyone in helping.

      The config does allow seeing certain divisions in each sport, but not exactly what you were looking for.

      posted in Sport
      V
      vinp
    • MMM-MyStandings

      Hi - I created a new module to display sports standings for the NHL, MLB, NFL, and NBA. I really enjoy using the module MMM-MyScoreboard so I wanted to make a similar looking one to help me keep track of standings.

      https://github.com/vincep5/MMM-MyStandings

      The display will rotate through the sports if you have chosen to include more than 1 sport.

      1_1554646151901_s2.JPG

      –

      0_1554646151899_s1.JPG

      [card:vincep5/MMM-MyStandings]

      posted in Sport
      V
      vinp
    • RE: MMM-Pollen?

      It looks like it still works for me. Try doing a MM restart. Post your pm2 logs here or you can look at the Developer Toolbar from the browser to see if there are any interesting errors

      posted in Utilities
      V
      vinp
    • RE: MMM-Pollen?

      Oh no :( I’ll take a look at some point at my repository

      posted in Utilities
      V
      vinp
    • RE: Default calendar and fading

      @sonicgoose hah, yes. It happened to me about 2 weeks back, and I was staring at similar lines of config over and over :)

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