Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. strawberry 3.141
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    strawberry 3.141

    @strawberry 3.141

    Project Sponsor Module Developer

    715
    Reputation
    1634
    Posts
    24324
    Profile views
    32
    Followers
    3
    Following
    Joined Last Online
    Website github.com/fewieden

    strawberry 3.141 Follow
    Project Sponsor Module Developer

    Best posts made by strawberry 3.141

    • MMM-Fuel


      requested from @bjoern @WeedWood

      posted in Transport
      strawberry 3.141
      strawberry 3.141
    • MMM-voice

      After a long development process here is an offline voice recognition module

      Features:

      • Turn HDMI on/off

      • Hide/Show all modules

      With this module, you’re also able to control other modules like:

      Complete list of supported modules can be found here

      You want your module to be supported as well? Take a look on the developers guide

      There is a hidden easteregg, who can find it?

      Thanks to all who helped me with this

      posted in Utilities
      strawberry 3.141
      strawberry 3.141
    • RE: Where are you from?

      Lake of Constance

      alt text

      posted in General Discussion
      strawberry 3.141
      strawberry 3.141
    • Default weather module refactoring

      Dear MagicMirror² users,

      the refactoring of the default weather module is coming closer to it’s final implementation.

      There is a pull request https://github.com/MichMich/MagicMirror/pull/1488 for it.

      Which can be tested by everyone who is interested.

      What is new?

      • one module for current and forecast weather
      • multiple providers (currently openweathermap and darksky)
      posted in Upcoming Features
      strawberry 3.141
      strawberry 3.141
    • RE: Dev Gallery

      my all time favourite

      alt text

      posted in General Discussion
      strawberry 3.141
      strawberry 3.141
    • MMM-OlympicGames

      Description:

      Olympic Games Module for MagicMirror2

      Screenshots:

      MMM-OlympicGames Preview

      Download:


      Initial Version

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • MMM-ShipmentTracking

      Preview

      Currently there is only DHL (can someone test if this is also working for non german ids?) included, when i get some tracking ids for other carriers i will implement them as well, if you don’t mind you can send me some per personal message.

      posted in Utilities
      strawberry 3.141
      strawberry 3.141
    • Dev Gallery

      Let’s collect some pictures for developers

      Russian Roulette (Dev Edition)
      alt text

      posted in General Discussion
      strawberry 3.141
      strawberry 3.141
    • RE: Smartphone App for configuring MagicMirror

      I just sent my professor an arrangement for my bachelor thesis with the mobile app for magicmirror as my topic. let’s see what his response will be 🙂

      posted in Development
      strawberry 3.141
      strawberry 3.141
    • MMM-syslog

      Another unpublished module from @paviro, which I extended the last weeks

      alt text

      Originally requested from @PointPubMedia

      posted in System
      strawberry 3.141
      strawberry 3.141

    Latest posts made by strawberry 3.141

    • RE: MMM-AlarmClock

      @innovation with the following config it stops after 5 seconds.

      {
        module: "MMM-AlarmClock",
        position: "top_left",
        config: {
          alarms: [
            {
              time: "16:15",
              days: [0,1,2,3,4,5,6],
              title: "Test",
              message: "some alarm message"
            }
          ],
          timer: 5000
        }
      },
      

      If you add the following to the custom.css file it will hide the module from the screen, but still, show the alert:

      .MMM-AlarmClock {
        display: none;
      }
      
      posted in Utilities
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Modal

      With MMM-soccer another module has now integrated the modals.

      Standings modal

      See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules

      posted in System
      strawberry 3.141
      strawberry 3.141
    • RE: How make a touch popup frame ?

      @KamiSchami you can integrate https://github.com/fewieden/MMM-Modal for your module

      posted in Requests
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Soccer - Soccer Standings

      @Egnos the module doesn’t make use of the site native-stats.org. You need to specify the api key in the config such as api_key: 'YOUR_API_KEY',. https://www.football-data.org/client/register

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Soccer - Soccer Standings

      @Egnos seeing your previous post with the config, your league probably requires a free API key.

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Soccer - Soccer Standings

      @Egnos Requires version >= 2.14 of MagicMirror!

      [02:57:33.259] [LOG] Starting MagicMirror: v2.10.1

      Your mirror is not up to date

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Soccer - Soccer Standings

      Version 2.1.0

      Requires version >= 2.14 of MagicMirror!

      Added

      • Integrated MMM-Modal

      Changed

      • Using remote logos
      • Preview pictures

      Fixed

      • Fade effect
      • Focus_on in modal highlights correct team
      • Help modal shows correct voice commands

      Removed

      • Logo downloader
      • Doclet integration


      https://github.com/fewieden/MMM-soccer

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Modal

      With MMM-ip another module has now integrated the modals. See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules

      posted in System
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-Soccer - Soccer Standings

      Version 2.0.1

      Added

      • French translations (Thanks to https://github.com/laventin85)

      Changed

      • Readme config example
      • Github config files

      https://github.com/fewieden/MMM-soccer

      posted in Sport
      strawberry 3.141
      strawberry 3.141
    • RE: MMM-ip

      Version 2.0.0

      Added

      • Nunjuck templates
      • Integrated MMM-Modal for modal handling
      • Documentation

      Fixed

      • MMM-voice mode in notificationReceived (Thanks to https://github.com/MillerMedia)

      Changed

      • Config files

      Removed

      • Config options (voice, showFamily, showType, and startHidden). Check out the readme for replacements.
      • Internal modal handling (help, interfaces)
      • Stylelint and CSS files

      https://github.com/fewieden/MMM-ip

      posted in System
      strawberry 3.141
      strawberry 3.141