{
module: "MMM-Pollen",
position: "top_left",
header: "Pollen Forecast",
config: {
zip_code: "90210"
}
},
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Pollen?
-
RE: MMM-Pollen?
@kasperb It is still working fine for me. I just tried it out.
-
RE: Black Fabric for magic mirror
I used black construction paper and that works well and is cheap
-
RE: Mmm.Myscoreboard
@tanvir586
It needs the league:sports: [
{
league: “ENG_PREMIERE_LEAGUE”
} -
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” }, -
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.
-
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!
-
RE: MMM-MyStandings
@alecbalec I’m testing out the ability to add many more soccer leagues… stay tuned for an update
-
RE: MMM-MyStandings
@my_nerdy_account that looks awesome! Care to share your branch in GitHub?
-
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
-
RE: MMM-MyStandings
Thanks for the feedback ! Glad you are enjoying it. I love seeing sports updates on the mirror!
-
RE: Weather forecast issues
I have not see the error since I last posted nearly 2 weeks ago
-
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.
-
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

Can you check your Dev Toolbar when this happens? -
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.
-
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.
-
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.

–

[card:vincep5/MMM-MyStandings]
-
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
-
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 :)