• 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. 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
    Sep 14, 2020, 5:49 PM
  • RE: MMM-Pollen?

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

    posted in Utilities
    V
    vinp
    Sep 14, 2020, 2:46 PM
  • RE: Black Fabric for magic mirror

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

    posted in General Discussion
    V
    vinp
    Dec 2, 2019, 4:13 PM
  • RE: Mmm.Myscoreboard

    @tanvir586
    It needs the league:

    sports: [
    {
    league: “ENG_PREMIERE_LEAGUE”
    }

    posted in General Discussion
    V
    vinp
    Nov 18, 2019, 3:32 AM
  • 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
    Oct 2, 2019, 6:47 PM
  • 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
    Sep 20, 2019, 6:58 PM
  • 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
    Sep 20, 2019, 3:53 PM
  • 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
    Sep 19, 2019, 2:55 AM
  • RE: MMM-MyStandings

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

    posted in Sport
    V
    vinp
    Sep 19, 2019, 2:54 AM
  • 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
    Jul 10, 2019, 3:00 PM
  • 1
  • 2
  • 3
  • 4
  • 1 / 4
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