Read the statement by Michael Teeuw here.
Posts
-
RE: Nokia Body Cardio Scales integration (Previously call Withings)
@SilverLinings I was getting an error when changing the random number. I got so frustrated that I decided to give me a break from it for a couple of days. But it does sounds like you know way more than me … so it might be easier to see if I can help you with anything, even beta testing the app, just let me know and thank you for putting the time to make this module it will be extremely useful here at my house!
-
Header not showing
I started creating a Module from scratch and I can seem to finder where I set the HEADER for that module. I was checking other others but no luck? Is that a build in feature do I have to code the HEADER myself?
Thanks
-
RE: Website to write config file
@triley5 Did you ever figure that out? I would also like to know how to be able to make a module change the config.js
-
RE: Nokia Body Cardio Scales integration (Previously call Withings)
@SilverLinings Maybe we can collaborate on the Nokia one. I just got stuck on getting a response from their API.
-
RE: MMM-MyScoreboard
@gashion I will try adding those ligues soon. for the Standing you can use this module: https://github.com/fewieden/MMM-soccer
-
RE: MMM-MyScoreboard
@gashion Also, it would be helpful if you can list the leagues that you’re interested on this way we can start updating it with the most popular ones.
-
RE: Withings
I looked at the module and it just need to be updated however, I can find a way to be able to get the JSON data to be displayed. All I get is a {“status”:342,“error”:“The signature (using Oauth) is invalid”}
I tried almost everything already.
If anyone can give it a try and make that work, I can update the module and even create new features.
-
RE: MMM-Formula1 - Formula 1 Standings
@Peter Hey Peter, I just checked and mine is working ok and showing today’s results.
If yours are still not showing anything, send us your config code of this module and we can try to help you out
-
RE: MMM-MyScoreboard
@j.e.f.f Added the Pull Request. double check because this was the first time I used GitHub with another person. haha
-
RE: MMM-MyScoreboard
@j.e.f.f Here is the link. I only changed 2 files so no reason to include de other ones: https://www.dropbox.com/s/9awmiyvah10m242/MMM-ScoreBoard.zip?dl=0
Please give me some feedback as I am not as experienced programmer as you!
-
RE: MMM-MyScoreboard
Hey @j.e.f.f I played with the Module and was able to implement data to be pulled for English Premier League and Brazilian League 1. I also changed how the module get the logos for those competitions (straight from ESPN API).
I would like to show it to you so you can double check and possibly implement it. What is the best way for me to share this code with you?

-
RE: MMM-MyScoreboard
@j.e.f.f Hey Jeff. I am sure I am doing something wrong, but I am reading it from the GitHub link: https://github.com/jclarke0000/MMM-MyScoreboard and on providers/SNET.json that is the link I saw.
But I am looking at ESPN and they have support for all the soccer leagues imaginable … I will look into that.
thank you very much for the great module!
-
RE: MMM-MyScoreboard
@j.e.f.f Your module is great! I have been testing it to try to make some changes and notice that the JSON
https://www.sportsnet.ca/wp-content/uploads/scoreboard.json
doesn’t seem to be updating. I checked the dates and they are wrong. Is that a mistake of mine?
I was trying to make it work with Premier League games :)
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@Henrik That is so amazing. I love this community. If you won’t mind putting it on a shared folder on dropbox or google drive, just send me link to it and I will check it out. Thanks!
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@strawberry-3.141 Thank you for the reply! So I did:
- Copied the Module folder
- Renamed it to module2
- Rename de module.js to module2.js
- On module2.js I changed the Module.register to module2
- Added another block on config.js with the new module2 options
And … it didn’t work.
Did I do something wrong?
-
RE: MMM-SoccerLiveScore
@master117 I just tried and got two errors on the installation:
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.When I add the module to the config.js nothing shows up. I tried several different configurations and problem persist. any idea on what I am doing wrong?
