{
module: "MMM-Pollen",
position: "top_left",
header: "Pollen Forecast",
config: {
zip_code: "90210"
}
},
Read the statement by Michael Teeuw here.
Posts made by vinp
-
RE: MMM-Pollen?
-
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