MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ianperrin
    3. Best
    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-forecast-io -- Localized up to the minute weather

      @dmcinnes - Looks good.

      There was a fork(?) of the original Magic Mirror (version 1) code which replaced the standard weather module using data from Dark Sky’s forecast.io API - see https://github.com/jangellx/MagicMirror

      This included a graph of temperature/rain, a forecast for the week ahead and a summary of current weather - see https://github.com/jangellx/MagicMirror#important-installation-note

      alt text

      Code seems to be contained in https://github.com/dmcinnes/MMM-forecast-io/blob/master/MMM-forecast-io.js

      Any chance your MM² module could be extended to include this too?

      posted in Utilities
      I
      ianperrin
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      @MichMich said in Soccer Standings:

      @ianperrin Absolutely! 🎉

      Version 1 done - see https://forum.magicmirror.builders/topic/463/formula-1-standings

      posted in Sport
      I
      ianperrin
    • RE: Dynamic Module change

      @Jopyth said in Dynamic Module change:

      @Sillec123 You have to create one (pair of?) entries per module, as I see it.But this is limited to a per minute schedule. What you want might be an extension of the Carousel, but configurable for areas. Or a per second scheduling of the Module Scheduler.

      I’ve not tried it but as the node cron module supports seconds, then MMM-ModuleScheduler may too. Feel free to try using a 6 part expression rather than the 5 part expressions in the examples for the module and report back

      posted in Requests
      I
      ianperrin
    • RE: MMM-ModuleScheduler - Module Schedules and Notifications

      An update to MMM-ModuleScheduler is now available which includes the ability to

      • Send notifications using a schedule - thanks for the idea @cowboysdude
      • Control how quickly modules are shown/hidden (animationSpeed option)
      • Override the name of the class used to identify the modules which have a schedule (schedulerClass option)

      Check out the updated documentation for more information.

      posted in System
      I
      ianperrin
    • RE: MMM-ping

      @shashank said in MMM-ping:

      @strawberry-3.141 I got this module installed working fine, I have a request here, I have many devices connected with DHCP in my local network at home, is it possible to get the IP using MAC address of the device. only IP with friendly name has to be displayed on the Mirror. At present i have 5 Rasp pi connected each in a room using as a MultiRoom audio system.

      @shashank I had a similar requirement so I temporarily created another module which scans the network for devices based on their mac address, and then displays their status. I use it to display an indicator of who is home based on the visibility of their smart phone devices…

      I was planned to see if I could merge this into MMM-Ping and create a pull request. Sadly this is bottom of the pile right now. I could publish it as a separate repository if that helps

      posted in Utilities
      I
      ianperrin
    • RE: MMM-Formula1 - Formula 1 Standings

      Now with standings from the constructor championship (thanks @strawberry-3-141 ) and a race schedule calendar

      posted in Sport
      I
      ianperrin
    • RE: Dynamic Module change

      @Sillec123 said in Dynamic Module change:

      Thanks but if i see it right, i have to build thousands of entries in my config for change the modules every xxx seconds. That’s not the goal.

      Possibly, but the module now supports global, group and individual schedules so the configurations can be minimised which may help.

      posted in Requests
      I
      ianperrin
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @Jopyth - another great update. Thanks

      I’ve added an issue (feature request really) on GitHub to explore whether the functionality of this module could be exposed to other modules so it could be triggered using sendNotification.

      e.g. sendNotification('REMOTE_ACTION', {query: 'MONITOROFF'}

      I’ve also drafted a pull request with an idea of how this could be done.

      If this could be implemented, then things like turning the monitor on and off or restarting MM could be scheduled using a combination of this module and MMM-ModuleScheduler

      posted in System
      I
      ianperrin
    • RE: MMM-NetworkScanner

      @outjet I’ve not been able to spend much time on the Mirror (or this module) recently but I’ve just updated the module to include @BenNewsome’s additional functionality along with a showLastSeen option

      Can you try updating your module and adding this to your config.js file e.g. showLastSeen: true,

      posted in Utilities
      I
      ianperrin
    • RE: Module scheduling

      As @yawns points out its down to the individual modules to implement/subclass the suspend and resume methods which in turn can be used to control when background activity is performed.

      This has been around since MM 2.0, so ModuleScheduler doesn’t make any attempt to control the functionality of the modules other than show, hide, dim and send notifications.

      Hope this helps

      posted in Feature Requests
      I
      ianperrin
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7