MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. strawberry 3.141
    3. Posts
    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: NFL Score Module

      The data source was fixed and with it the version 1.1.0 of the module is released.

      Thanks to https://github.com/alacercogitatus and https://github.com/justjim1220 for their contributions.

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

      [1.1.0]

      Fixed

      • Data source
      • Installation instructions

      Added

      • Config option tableSize to specify font size of table.
      • Config option reverseTeams to invert the display order of home and away team.
      • Display of week in header.
      • package-lock.json
      • Pro bowl mode

      Changed

      • Updated icons
      • Start in regular mode

      Removed

      • team renaming

      [card:fewieden/MMM-NFL]

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-NFL Only shows "loading"

      @mrpicasso @Mykle1 @BKeyport with the help of https://github.com/alacercogitatus the problem is now fixed. Make sure you get the newest version of the master branch and run npm install https://github.com/fewieden/MMM-NFL

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      I’m sick of changing the data source for every season and of course this year it happened again. I’m open to discuss new data sources. The data source ideally should have the following features:

      • free
      • JSON REST API
      • one data feed, no switching between regular and postseason. this was always a big pain with the old API

      The data should contain:

      • score
      • home team
      • visitor team
      • date
      • time
      • game status: 1ST_QUARTER, 2ND_QUARTER, 3RD_QUARTER, 4TH_QUARTER, HALF_TIME, OVER_TIME, FINAL, FINAL_OVERTIME, TIE, UPCOMING
      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ping

      [2.0.1]

      Added

      • Config option transitionTime https://github.com/fewieden/MMM-ping/issues/4

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

      [card:fewieden/MMM-ping]

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ping

      [2.0.0]

      Added

      • Nunjuck templates
      • Documentation
      • Contributing guidelines
      • Issue template
      • Pull request template
      • Integration of MMM-voice and MMM-Modal

      Changed

      • Config files
      • async/await on the node side of the module.
      • eslint recommended instead of airbnb ruleset.

      alt text alt text

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      [2.1.1]

      Fixed

      • Wrong value in config option sortBy no longer keeps module in state loading forever.

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

      [card:fewieden/MMM-Fuel]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: [WANTED] new ownership of modules.

      @Sean thanks for all the hard work you put in for the MagicMirror community. You made a lot of high-quality modules. Maybe one day you’ll find the way back to this community.

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

      @Stoffbeuteluwe to not touch any source files of the module you can add the following to the custom.css file

      .MMM-Fuel th:nth-child(2) span { /* Replace 2 with the correct column */
          visibility: hidden;
      }
      
      .MMM-Fuel th:nth-child(2) span:after { /* Replace 2 with the correct column */
          visibility: visible;
          content: "Super";
          margin-left: -21px; /* Pixels that the original text occupies */
      }
      

      Screenshot from 2020-05-05 18-26-05.png
      Screenshot from 2020-05-05 18-27-09.png

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

      @gaudouy this would be a huge change. It would be easier to have a module like remote control sending a notification with an alert, as there the whole UI component exists already. then in this module, you would merge the alert with the config alerts. See comments above.

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      The map modal was broken for quite some time, I managed to make it work again and switched to MMM-Modal at the same time.

      [2.1.0]

      Changed

      • Using MMM-Modal to display modals like gas station and voice commands.

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

      [card:fewieden/MMM-Fuel]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Modal

      [1.0.1]

      Fixed

      • Modal positioning
      • Blur on render error

      Added

      • List of depending modules
      • Callback option after render for developers

      Changed

      • ESLint ruleset from airbnb to recommended
      • Moved nunjuck templates in separate directory
      • node versions for travis

      Removed

      • doclet integration

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

      [card:fewieden/MMM-Modal]

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel Station ID

      @Cetax this is not supported, also it wouldn’t work with most of the API providers, as you cannot ask specifically for the stations.

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

      @Cetax add this in your custom.css file at ~/MagicMirror/css/custom.css

      .MMM-Fuel th:nth-child(3), .MMM-Fuel td:nth-child(3) {
          display: none;
      }
      
      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      I just released version 2.0.2

      Added

      • French Translations
      • Clarification for config option updateInterval in readme

      Changed

      • Dependency Update

      Removed

      • Github pages

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

      [card:fewieden/MMM-Fuel]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-BingRouting - using Bing Maps API for transport

      Why not using the power of the community to improve the codebase after you published it?

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

      Just released version 2.0.1

      • Fixed sound fading for alerts
      • Added Korean translations

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

      [card:fewieden/MMM-AlarmClock]

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-WienerLinien

      The API provider has fixed an issue on their side, so config option incidentShort: false is filtering correctly again.

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-WienerLinien

      Version 2 is released

      • API key no longer required
      • Fix Config option incidentShort.
      • Dependency updates
      • Nunjuck templates
      • Documentation
      • and more …

      How to update

      Make sure you run cd ~/MagicMirror/modules/MMM-WienerLinien ; git pull ; npm i --production, as I replaced dependencies.

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

      [card:fewieden/MMM-WienerLinien]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MagicMirror won't start after installing module

      @jani-karna yes that is normal, if a module doesn’t have the optional file node_helper.js you will see it in the logs

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MagicMirror won't start after installing module

      @jani-karna It seems like the install of dependencies in the wrong directory removed a file, try the following in the terminal:

      cd ~/MagicMirror
      git checkout modules/node_modules/node_helper/index.js
      

      After that restart your mirror.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 84
    • 85
    • 5 / 85