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

    Posts

    Recent Best Controversial
    • (2.1.0) Possibility to use the the calendar feed as the source for the weather location data.

      Starting from version 2.1.0 (currently the develop branch) the default modules will add the following functionality: Possibility to use the the calendar feed as the source for the weather (currentweather & weatherforecast) location data.

      When the location and locationID are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.

      Since this feature is still in the develop branch, it’s not final and might change. Suggestions are welcome.

      posted in Upcoming Features
      MichMichM
      MichMich
    • RE: Dynamic travel time

      @darrene It’s available in the develop branch now. Happy coding!

      posted in Development
      MichMichM
      MichMich
    • (2.1.0) Calendar will broadcast events.

      Starting from MagicMirror² v2.1.0 (currently in develop stage) the default calendar module will broadcast all the events to all other modules with the notification message: CALENDAR_EVENTS. The event objects are stored in an array and contain the following fields: title, startDate, endDate, fullDayEvent, location and geo.

      Since this feature is still in the develop branch, it’s not final and might change. Suggestions are welcome.

      posted in Upcoming Features
      MichMichM
      MichMich
    • RE: MMM-ModuleScheduler - Module Schedules and Notifications

      An other small suggestion: delay all show effects with the a delay equal to the animation time. This way all Modules that will need to hide will nicely hide before any new modules fade in.

      posted in System
      MichMichM
      MichMich
    • RE: MMM-3Day-Forecast

      No, the translations are frontend only.

      About the translations: just make a modular specific english translations file. When that is done, others can send you a pull request with other languages.

      posted in Utilities
      MichMichM
      MichMich
    • RE: MMM-ModuleScheduler - Module Schedules and Notifications

      One other feature request:

      It would be nice if there is a way to schedule a hide show based on a classname. This way I can give all my modules a class like “day” and “night”, and make a schedule:

       {
              module: 'MMM-ModuleScheduler',
              config: {
                  visibility_schedule: [
                      {classes: 'day', schedule: {from: '0 6 * * *', to: '0 22 * * *' }},
                      {classes: 'night',  schedule: {from: '0 22 * * *', to: '0 6 * * *' }}
                  ]
              }
      },
      
      posted in System
      MichMichM
      MichMich
    • RE: MMM-3Day-Forecast

      It might be a good idea to make use of the available translations. The words “Today”, “Tomorrow” and “Day After” are all part of the system translations. Check the documentation on how to use it. :)

      posted in Utilities
      MichMichM
      MichMich
    • RE: New Module Debugging

      Most of the time when I develop, I run server only mode and test most of the work in a default browser.

      posted in Development
      MichMichM
      MichMich
    • RE: MMM-ModuleScheduler - Module Schedules and Notifications

      Very awesome work on this module! It might be interesting to look at the new show/hide mechanism: https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9

      posted in System
      MichMichM
      MichMich
    • 1
    • 2
    • 18
    • 19
    • 20
    • 21
    • 22
    • 54
    • 55
    • 20 / 55