@cowboysdude Thanks for ur reply.
I’m basically looking to display on magicmirror, all my current brew batches.
@cowboysdude Thanks for ur reply.
I’m basically looking to display on magicmirror, all my current brew batches.
Looking to add data from my brewing to my mirror, specially would love to get Brew Batch tracker, so i can track my brew. :)
Brewfather provides you with API. More info: Brewfather API
Thanks in advance! :)
@baschke
When adding leagues in your config, dont add “464”. Thats for Champions League.
Oliko mitään ongelmia tuon MMM-PIR-Sensor:in kanssa, asennuksen yhteydessä?
Itse en ole saanut toimimaan. Liitetty oikeaan gpio paikkaan ja asennettu ohjeiden mukaisesti.
Hieno peili!
Onko ollut mitään ongelmia ohjelmiston asennuksen kanssa?
Here is my config:
{
module: 'MagicMirror-FootballLeagues',
position: 'bottom_center',
header: 'Live-Scores',
config: {
leagues: [445, 455, 464, 456, 450],
showNames: true,
displayTime: 60 * 1000,
showTables: true,
showLogos: true,
apiKey: 'MyApiKey'
}
},
I changed the colors of the header to black. Looks better now…For me…
@tbbear
How stupid of me. I replaced it and it works now. Thank you! :)
@tbbear
Hi, thanks for ur reply.
I tried what u said and still the same. Nothing changed.
New config settings:
{
disabled: false,
module: 'MMM-NOAA',
position: 'top_right',
config: {
apiKey: "83c61585aabeb89c", // https://www.wunderground.com/weather/api select the middle plan...
airKey: "x7hcisbyAjENpBy4f", // IF you want Air Quality Index
pws: "IKIVIKKO4", // go here to find your pws: https://www.wunderground.com/wundermap
}
},
Hi,
First of all, Thank you for this great module.
After the latest MM update, this module stopped working correctly for him. Does someone know how i can fix this problem.
Here is a picture :

Here is my config;
{
disabled: false,
module: 'MMM-NOAA',
position: 'top_right',
config: {
apiKey: "83c61585aabeb89c", // https://www.wunderground.com/weather/api select the middle plan...
useAir: true, // set to false if you do not want to use Air Quality Index
airKey: "x7hcisbyAjENpBy4f", // IF you want Air Quality Index
pws: "IKIVIKKO4", // go here to find your pws: https://www.wunderground.com/wundermap
showClock: true, // Hides or shows clock
dformat: false, // for M/D/YYYY format, false for D/M/YYYY
format: "24", // 12 or 24 hour format.. will default to 12 hour if none selected.
ampm: true, // to show AM and PM on Sunrise/Sunset time
showGreet: false, // deafult is false - to show greeting under clock and above date
name: "Moe", // Your name
showWind: false,
showDate: false,
showForecast: true, //show bottom 3 day forecast
flash: true, //Today in forecast flashes halo
showUV: true, //show UV index
showBar: true, // show Barometer
showHum: true, //show Humidity level
position: 'top_right', //whatever you have in above position must also be here
alert: true, //show weather alerts default is true
days: "3" //default in config is 3 can be either "3" or "10" for forecast
}
},
@fabbr Did you ever get this working? I get the same errors;
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json'
npm WARN modules No description
npm WARN modules No repository field.
npm WARN modules No README data
npm WARN modules No license field.
@master117 Anything?
@j.e.f.f said in MMM-MyScoreboard:
If you want to see all teams just leave out the teams parameter altogether.
Will this apply on every league and sport? If i just add like this:
{
league: "EPL",
},
{
league: "FIFAWC",
},
{
league: "BUNDESLIGA",
},
{
league: "NHL",
},
{
league: "NBA",
},
}
Will it show all the games?
and i have support for the new soccer leagues.
I’m only getting NBA scores on my mirror. Here’s my settings in config, what have i done wrong?
{
module: "MMM-MyScoreboard",
position: "bottom_right",
classes: "default everyone",
header: "My Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "mediumLogos",
sports: [
{
league: "EPL",
teams: ["LIV", "MNC", "TOT", "MAN", "ARS", "CHE", "EVE", "LEI"]
},
{
league: "FIFAWC",
teams: [""],
},
{
league: "BUNDESLIGA",
teams: ["BVB", "BMU"],
},
{
league: "NBA",
teams: ["CHI", "LAL", "GS", "CLE",]
},
]
}
},
@j.e.f.f great to hear that u guys r on it! Thank you so much!! I will try it asap.
@fabbr I think biggest/most popular European leagues, like; Seria A, La Liga, Bundesliga, French Ligue 1, Premier League, Champions League, Europa League. These i think r the most popular.
Also, is it possible to get the League Standings?
Hi,
First of all, this module looks great! So thank you, @j.e.f.f for this.
Second: Is there a way i could add European soccer leagues? I see that @fabbr has added premier league. Is there a way you could upgrade this module so it would get the rest European soccer leagues? (Premier League,Spanish league, Champions League)