@wolkenaj You could just display the charts from the website with the iFrame module.
https://github.com/alberttwong/MMM-iFrame
Read the statement by Michael Teeuw here.
Best posts made by Henrik
-
RE: Displaying data from MySQL database
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Hello,
When “hiding” a module, does that also stop it from executing? I’m looking for a way to reduce the number of API calls made, by disabling a module at night.
If not, any other suggestion on how to achieve this?Thanks in advance.
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@fabbr I’ve sent the details. Note that I did this a couple of months ago and there have been a minor change or two, like updated team logos, to the module since then.
-
RE: Svenskalag.se
I have now had time to wrap this up! It’s not a MM module, but a combination of shell and python scripts that in the end produce ics files, that are then consumed by the Calendar module. Works like a charm so far.
In case this’d be useful to anyone else, just ping me and I’ll share the details.
-
RE: MT4-5 /MQL on MM²
@Krato5 I’m a little curious about the use case here, why would you want buy/sell buttons? Are you planning to make trades whilst brushing your teeth, or while getting dressed?
Latest posts made by Henrik
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@Babene1 @Kongledyret
I am using this config, and it works fine. Make sure to do a git pull if you haven’t already.{ module: 'MMM-soccer', position: 'top_left', config: { show: ['PL', 'PD'], showMatches: false, api_key: 'goes here', logos: true, colored: true, updateInterval: 40, liveMode: false, } },
Just to make sure we’re talking about the same thing, this is the one I’m using:
https://github.com/lavolp3/MMM-soccer -
RE: Module Development in TypeScript
@Jalibu That is really cool, I was thinking about how typescript could be used when developing modules. Like you say, it has huge advantages.
What is the current state of the “TypeScript initiative”? Did it get under way? -
RE: Svenskalag.se
I have now had time to wrap this up! It’s not a MM module, but a combination of shell and python scripts that in the end produce ics files, that are then consumed by the Calendar module. Works like a charm so far.
In case this’d be useful to anyone else, just ping me and I’ll share the details.
-
RE: Svenskalag.se
@sdetweil Thanks, however that file does not contain info on how we have responded to the invitations! (e.g., are we attending the training/match in question?)
I’ll have to do the scraping, I believe.
-
Svenskalag.se
Hello!
Has anyone integrated the “invititations” (kallelser) from svenskalag.se into their Magic Mirror? (Svenskalag is a site for keeping track of your kids’ football trainings & matches, etc.)
They do provide a calendar export function, but it will show you every training by every team in the club, making it useless. I want to see just my kids’ trainings, and just the ones they will actually attend.
I am pondering creating a simple scraping thingie that will in the end produce an .ics , which will be consumed by the Calendar Module.
Thoughts on this?
-
RE: Displaying data from MySQL database
@wolkenaj You could just display the charts from the website with the iFrame module.
https://github.com/alberttwong/MMM-iFrame -
RE: MT4-5 /MQL on MM²
@Krato5 I’m a little curious about the use case here, why would you want buy/sell buttons? Are you planning to make trades whilst brushing your teeth, or while getting dressed?
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@fabbr I’ve sent the details. Note that I did this a couple of months ago and there have been a minor change or two, like updated team logos, to the module since then.
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@fabbr I have modified the module so that it works properly, cycling more than one league. No module-copying necessary. I haven’t made a pull request on github, as suggested by the module author, yet though. I’ll try to do that over Easter.
If you’re really keen, I could just zip my folder with this code change and share it with you for the time being.