MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Henrik
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 26
    • Groups 0

    Henrik

    @Henrik

    7
    Reputation
    910
    Profile views
    26
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Stockholm, Sweden

    Henrik Unfollow Follow

    Best posts made by Henrik

    • 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

      posted in Development
      H
      Henrik
    • 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.

      posted in System
      H
      Henrik
    • 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.

      posted in Sport
      H
      Henrik
    • 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.

      posted in Development
      H
      Henrik
    • RE: Problem with Weather forecast

      @Mykle1 Thanks, will check that out!

      posted in Troubleshooting
      H
      Henrik
    • 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?

      posted in Upcoming Features
      H
      Henrik

    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

      posted in Sport
      H
      Henrik
    • 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?

      posted in Development
      H
      Henrik
    • RE: Module to track food expiry dates

      @SexyTrogg How did this project go?

      posted in Requests
      H
      Henrik
    • 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.

      posted in Development
      H
      Henrik
    • 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.

      posted in Development
      H
      Henrik
    • 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?

      posted in Development
      H
      Henrik
    • 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

      posted in Development
      H
      Henrik
    • 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?

      posted in Upcoming Features
      H
      Henrik
    • 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.

      posted in Sport
      H
      Henrik
    • 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.

      posted in Sport
      H
      Henrik