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

Posts

Recent Best Controversial
  • RE: MMM-Strava

    @zerodegree79 great - wasn’t sure from your comment whether you’d spotted the option on the config.

    After a quick look, I’ve pushed a change to the module which includes virtual activities in the chart stats. Take a look and let me know if this works as expected.

    posted in Health
    I
    ianperrin
    Nov 25, 2018, 4:12 PM
  • RE: MMM-Strava

    @zerodegree79

    You should be able to hide swim activities by adding the following to your config

    activities: ["ride", "run"]
    

    Adding other activity types will need some investigation of the Strava API as ActivityStats only returns totals for the three activity types currently available.

    I need to look at the module again shortly as there is an change to the API which requires a different authentication mechanism so I’ll try an pick this up then

    posted in Health
    I
    ianperrin
    Nov 25, 2018, 9:13 AM
  • MMM-NetworkScanner revisited

    [card:ianperrin/MMM-NetworkScanner]

    After a long time in the wilderness, I have found a little time to review the state of this module. Given other commitments, I’m not able to make any promises that everything will be fixed, but I’d like to see what can be done and at least restore broken functionality.

    To kick off, I have pushed a series of updates to the repository as an initial attempt to introduce some fixes. Please feel free to pull these changes and test in your mirror. Due to the state of the current codebase (did I really write this?), it’s possible further issues may be introduced, do please bear with me.

    So, here’s a request. If you use the module, but have issues, can you create (or add to an existing) issue on GitHub. Please provide as much info as possible, including a description of the problem, what you were expecting to happen, the config for the module and any errors from the log and/or browser console.

    If you’re interesting in helping (re)develop this module - this would be much appreciated - send me a direct message.

    posted in Development
    I
    ianperrin
    Apr 30, 2018, 8:57 PM
  • RE: MMM-ModuleScheduler stops working if MMM-PIR is active

    Hi @flo269 - are you able to review the console in the browser and see if there are any errors there?

    posted in Troubleshooting
    I
    ianperrin
    Apr 27, 2018, 10:08 PM
  • RE: MMM-ModuleScheduler - Module Schedules and Notifications

    @Henrik

    It’s not possible for MMM-ModuleScheduler to affect the behaviour of the modules it hides/shows.

    However, it is possible for a modules to ‘react’ to being shown/hidden.

    To reduce the API calls the developer of the modules you use could implement/subclass the suspend and resume methods.

    posted in System
    I
    ianperrin
    Apr 26, 2018, 9:27 PM
  • RE: MMM-Formula1 - Formula 1 Standings

    @Peter it’s worth noting that the API isn’t immediately updated following each race so hang in there, the data usually updates by the end of the same day of the race

    posted in Sport
    I
    ianperrin
    Mar 25, 2018, 4:15 PM
  • RE: MMM-NetworkScanner

    Hi all

    Really sorry about the lack of progress/development on this module. I’ve been consumed by renovations at home and starting a new job.

    There are clearly still issues with the module. Unfortunately I am not going to be able to look into them for some time yet. So, if there is someone who can pick up the baton and submit a pull request that would be great.

    Ian

    posted in Utilities
    I
    ianperrin
    May 4, 2017, 3:26 PM
  • RE: MMM-Formula1 - Formula 1 Standings

    @Mar - Unfortunately we are in the hands of the API provider as to when the 2017 data is considered ‘current’.

    The work around is to make sure you have the latest version of the module then temporarily set the season option to ‘2017’, e.g.

            {
                module: 'MMM-Formula1',
                position: 'top_right',
                header: 'F1 Standings',
                config: {
                    season: '2017'
                }
            },
    
    posted in Sport
    I
    ianperrin
    Mar 22, 2017, 2:25 AM
  • RE: [MMM-NetworkScanner] disable logging

    @binderth

    Did you restart the mirror after the upgrade?
    Are there any errors in the browser console?
    What happens if debug is set to true?

    posted in Troubleshooting
    I
    ianperrin
    Feb 18, 2017, 10:42 AM
  • 1
  • 2
  • 5
  • 6
  • 7
  • 8
  • 9
  • 16
  • 17
  • 7 / 17
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy