@wjdw87
cd ~/MagicMirror/modules/MMM-Instagram
npm install
@wjdw87
cd ~/MagicMirror/modules/MMM-Instagram
npm install
Thanks for testing.
I released the new features to the master branch, you can go back there by git checkout master and git pull in the MMM-Fuel directory.
.region.top.right .MMM-WunderGround table th {
display: none;
}
@wjdw87 Looks like you’er using a Mac. Not sure about Mac has a Package Manager as apt-get, the installer was Designed for raspbian
Fixed the standings for the ongoing European Championship. Schedules are now filtered by the current matchday.
Check out https://github.com/fewieden/MMM-soccer/pull/42 to test v3 of the module.
@Mykle1 In case you want to know why:
'false' is a string and a string always represents the boolean true, so 'test', 'true' and 'false' all become true it doesn’t matter what the content of the string is.
Changelog:
[card:fewieden/MMM-AlarmClock]
In the beginning, I had the same issues with the invalid response. But I never had to click the link in order to fix it, I just started using the fake user agent in the module. Every time I restart the mirror it’s loading the data for me.
The module is not using an official API. Everything else I found is charging money for it or does not return data.
I was hoping once the games are starting that some other APIs start spitting out some data, so I could potentially switch.
I’m open to links from free JSON APIs that would solve your issues.
@Mar => are big arrow functions from ecmascript6, which is the newest standard of javascript
every instance has already a unique identifier see here https://github.com/MichMich/MagicMirror/tree/master/modules#available-module-instance-properties
also the discussion in here is related to the issue https://forum.magicmirror.builders/topic/960/london-bus-status/14
Most sport news sites including the official olympic games website still show 0 medals.

@Mykle1 everything in single or double quotes is a string, string is a type for text.
There are multiple types:
{}[]2, -17 and 3.14"I am a string" and 'me too'true or false@Mar that is also an es6 feature try classes.indexOf(self.current_profile) !== -1
@bhepler I’m the same oppinion as you are, probably didn’t explain it well. I can’t see a point why you would care to fetch less frequent than a day.
countryList.Link to module https://github.com/fewieden/MMM-OlympicGames


@jbeck615 it’s kind of a query to which elements you want a css rule to be applied