@strawberry-3-141 I saw you were online, so I’m shamelessly tagging you in my post in the hopes of some guidance :-(
Read the statement by Michael Teeuw here.
Posts
-
RE: This might be a daft question, but...
-
RE: Trafficmaps
@Notumlord @strawberry-3-141
I have these two working fine for me in my config
{ module: 'MMM-Traffic', position: 'bottom_right', classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name config: { api_key: '', mode: 'bicycling', origin: 'my origin', destination: 'my destination', route_name: 'Home to Work', changeColor: true, showGreen: false, limitYellow: 5, //Greater than 5% of journey time due to traffic limitRed: 20, //Greater than 20% of journey time due to traffic traffic_model: 'pessimistic', interval: 120000 //2 minutes } }, { module: 'MMM-Traffic', position: 'bottom_right', classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name config: { api_key: '', mode: 'driving', origin: 'my origin', destination: 'my destination', route_name: 'Home to Work', changeColor: true, showGreen: false, limitYellow: 5, //Greater than 5% of journey time due to traffic limitRed: 20, //Greater than 20% of journey time due to traffic traffic_model: 'pessimistic', interval: 120000 //2 minutes } }, -
RE: This might be a daft question, but...
OK, I’m up and running, but I’m not sure how to parse my JSON result in to html.
I have this, but don’t know whether it’s correct
I just want to see if I can list the names from the results of my GET request
getDom: function () { var wrapper = document.createElement("div"); $.getJSON(this.url, function (data) { var tr; for (var i = 0; i < data.length; i++) { tr = $('<tr/>'); tr.append("<td>" + data[i].name + "</td>"); $('table').append(tr); } wrapper.append("<td>" + data[i].name + "</td>"); }); return wrapper;I’d like to note, this is all completely new to me, so I’m trying to learn as I go…
-
RE: This might be a daft question, but...
@alexyak Sorted, I tried that and imported an existing module
Now I just to figure out what I’m doing now! :)
-
RE: This might be a daft question, but...
Sorry, again
Which of these projects would be the correct one?!

-
RE: No Data in Module MMM-Formula1
@strawberry-3.141 ahh, my bad!
apologies for the confusion
-
RE: No Data in Module MMM-Formula1
@ostfilinchen That’s standard for all modules.
Once you have cloned them, you need to install them
-
RE: This might be a daft question, but...
Thanks @alexyak , much appreciated!
-
RE: This might be a daft question, but...
Can I use Visual Studio?
What type of project would I create?
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
Just been looking at your NFL module, it’s incredible!
Is there anyway you could implement something similar for fixtures/live games in the soccer module?
-
RE: PIR-Sensor - put your mirror to sleep if not used
@paviro So it works with node 6 now?
-
RE: Website Launched
@Knox On that image, is that generally how you guys are building your mirrors?
Then with just another frame to go over the front to stop the mirror falling through?
-
RE: Building mirror without programing
@yo-less You’re a hero!
I didn’t know this was possible either, but I’m gonna get it installed on my laptop.
It’s annoying when I have a spare 30 minutes, but I have to get the pi/monitor out and set it all up before getting started!
Now I can mess around and tinker on my laptop!
Cheers
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@strawberry-3.141 I do have an API key, don’t I need it? I just blanked it out for my post
Thanks for your reply and module
-
RE: MMM-Swipe - Hand gestures
@mochman OK, I’m an idiot!
I only have one sensor! Ha
Thanks very much for your help, I’m gonna get one ordered then get back on it.
Sorry for the daft questions
-
RE: MMM-Swipe - Hand gestures
@mochman I have vcc, trig, echo and gnd on my sensor - how do they map to the config you have posted?
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
When I attempt to use focus_on in the config, no data is displayed in the table
Is this correct or does the readme need updating?
{
module: ‘MMM-soccer’,
position: ‘bottom_left’,
config: {
api_key: ‘’,
show: ‘ENGLAND’,
focus_on: {‘ENGLAND’:‘LIVERPOOL’},
max_teams: 10,
leagues: {‘ENGLAND’: 426}
}
}, -
RE: MMM-Swipe - Hand gestures
@mochman I’m only just back looking at this
Any tutorial I find online says I need a breadboard too - is that correct?
What pins should put these in? Or where can I find resource on how to do it?

-
RE: Cowboysdude's Mirror
@cowboysdude Looks great!
I need to get back in to things now, and get mine built!!