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

    Posts

    Recent Best Controversial
    • RE: MMM-Instagram - Pull and animate photos from Instagram feed

      @wjdw87

      cd ~/MagicMirror/modules/MMM-Instagram
      npm install
      
      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Looking for Austrian Testers

      Thanks for testing.

      I released the new features to the master branch, you can go back there by git checkout master and git pull in the MMM-Fuel directory.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      2.2.1

      Fixed

      • Nunjuck template was rendering one team less than specified in config

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

      [card:fewieden/MMM-soccer]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Throwing down the gauntlet

      @jproehl

      .region.top.right .MMM-WunderGround table th {
      	display: none;
      }
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @wjdw87 Looks like you’er using a Mac. Not sure about Mac has a Package Manager as apt-get, the installer was Designed for raspbian

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Tutorial

      @eliddell https://github.com/MichMich/MagicMirror/tree/master/modules

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      Fixed the standings for the ongoing European Championship. Schedules are now filtered by the current matchday.

      Check out https://github.com/fewieden/MMM-soccer/pull/42 to test v3 of the module.

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: calendar_monthly header still showing

      @Mykle1 In case you want to know why:

      'false' is a string and a string always represents the boolean true, so 'test', 'true' and 'false' all become true it doesn’t matter what the content of the string is.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-AlarmClock

      Changelog:

      • alarm sound can now be a http/s stream (thanks to mjtice)
      • fixed german tanslation file

      [card:fewieden/MMM-AlarmClock]

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Mobile app (bachelor thesis)

      The ios beta test has expired and cannot easily be continued, but when I find time the next weeks I want to rewrite the app to learn a new technology as well.

      @Mykle1 @Michii_M if you’re using android the app can still be used.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-OlympicGames

      In the beginning, I had the same issues with the invalid response. But I never had to click the link in order to fix it, I just started using the fake user agent in the module. Every time I restart the mirror it’s loading the data for me.

      The module is not using an official API. Everything else I found is charging money for it or does not return data.

      I was hoping once the games are starting that some other APIs start spitting out some data, so I could potentially switch.

      I’m open to links from free JSON APIs that would solve your issues.

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module

      @Mar => are big arrow functions from ecmascript6, which is the newest standard of javascript

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: multiple module instances overwrites itself values

      every instance has already a unique identifier see here https://github.com/MichMich/MagicMirror/tree/master/modules#available-module-instance-properties

      also the discussion in here is related to the issue https://forum.magicmirror.builders/topic/960/london-bus-status/14

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-OlympicGames

      Most sport news sites including the official olympic games website still show 0 medals.

      medals.png

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: calendar_monthly header still showing

      @Mykle1 everything in single or double quotes is a string, string is a type for text.

      There are multiple types:

      • object {}
      • array []
      • number 2, -17 and 3.14
      • string "I am a string" and 'me too'
      • boolean true or false
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module

      @Mar that is also an es6 feature try classes.indexOf(self.current_profile) !== -1

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Calendar module fetchInterval

      @bhepler I’m the same oppinion as you are, probably didn’t explain it well. I can’t see a point why you would care to fetch less frequent than a day.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-OlympicGames

      1.3.0

      Added

      • Added option for user to input list of countries to display, see config option countryList.
      • Added French language translations.

      Changed

      • Uniform spelling for MagicMirror²
      • Upgraded development dependencies
      • Updated preview images

      Link to module https://github.com/fewieden/MMM-OlympicGames

      92fdfd7f-e3c2-4bb4-9928-a019b7f88872-image.png
      f4597fdb-a2b6-4682-8fb2-f252eb7d9a7e-image.png

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: Throwing down the gauntlet

      @jbeck615 it’s kind of a query to which elements you want a css rule to be applied

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 26
    • 27
    • 16 / 27