MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. vinp
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 40
    • Best 9
    • Controversial 0
    • Groups 1

    vinp

    @vinp

    Module Developer

    MMM-MyStandings
    MMM-DarkSkyRadar
    MMM-ComEdPrice
    MMM-Wattvision
    MMM-RecentRainfall
    MMM-Pollen
    MMM-Beestat

    15
    Reputation
    855
    Profile views
    40
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website github.com/vincep5

    vinp Unfollow Follow
    Module Developer

    Best posts made by vinp

    • RE: Electron CPU usage

      MM 2.4.1 - if anyone is trying to look for it while searching for forums. Apologies if it has already been stated

      So i’ve done it both ways:
      dtoverlay=vc4-kms-v3d
      I noticed that my CPU temp is well into the 60-70 degree Celsius with CPU loads mostly in the 1.x, 2.x, and sometimes 3.x ranges

      When i try the other way :
      dtoverlay=vc4-fkms-v3d
      CPU is much lower in temp under 50 degrees Celsius and CPU load rarely goes above 1.x
      and i am able to use the tvservice -o and tvservice -p to schedule my monitor to go on and off at certain times

      Hopefully this helps anyone searching for this issue on new installs like myself

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

      It’s your config. The things you have outside should actually be inside the config:{} section. So starting from maximumNumberOfDays all of those items should go similar to where you have colored and coloredSymbolOnly etc

      posted in Troubleshooting
      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

      posted in Sport
      V
      vinp
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n64 - Central Time zone USA (Chicago)

      posted in Troubleshooting
      V
      vinp
    • RE: Strange issue

      If previous suggestions dont help, try removing the MMM-WatchDog module and see if it crashes anymore.

      posted in Troubleshooting
      V
      vinp
    • RE: MMM-MyScoreboard

      I’ve updated my fork to have the code use ESPN for those broken sports. Something is up with the sportsnet.ca json where it does not give the results for some of the sports. https://github.com/vincep5/MMM-MyScoreboard

      posted in Sport
      V
      vinp
    • RE: MMM-MyScoreboard

      @bkeyport Good! Always neat to try it on your own. I’ve seen and learned a lot from different MM devs. I’ve made changes to mine to show a “No scores to display” message if there are NO sports to display at all. All you need to do, if you use my fork is to add showNoSportsText: true in the config for the module. git pull of course too 🙂 I do agree with @j-e-f-f, to try to keep the module as small as possible.

      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
    • 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

    Latest posts made by vinp

    • 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