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: MMM-OlympicGames

      1.5.0

      Fixed

      • Data provider: nbc
      • Data provider: bloomberg

      Removed

      • Data provider: paralympic

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

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

      2.5.0

      Thanks to marcx28 for their contributions.

      Fixed

      • Sorting by price

      Added

      • Dependency: lodash

      Changed

      • Allow custom header text

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

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

      @MisterT I don’t see why it should not be possible. Please create a feature request in the GitHub repository https://github.com/fewieden/MMM-Fuel/issues

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-NHL displays 'Loading'

      @Cliff365 I released a new version, please update the module again.

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

      v2.4.0

      Thanks to @parnic @dannoh for their contributions.

      Fixed

      • Updated module to work with the new NHL API.

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

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-NHL

      @megagprime the API had changes, make sure to get the newest version of the module with git pull in the module directory.

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

      2.0.2

      Fixed

      • Timing of alert click handler registration

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

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

      v2.3.1

      Thanks to @parnic @dannoh @timpeer for their contributions.

      Added

      Finnish translations

      Fixed

      Team logo images for the 2023-2024 season

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

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel black screen

      @Arzeg I looked into your issue with Error: Cannot find module 'fs/promises'.

      I installed the same node version as you 16.15.1 and did a fresh install of MagicMirror and MMM-Fuel.

      The problem does not appear, the module is already available since node 14, see the documentation. https://nodejs.org/dist/latest-v16.x/docs/api/fs.html#promises-api

      How did you install nodejs, which versions had you before on this system? How do you run the mirror? I currently assume that you might run the mirror in a way that it picks an older installation of nodejs on your system.

      b8be2e14-ee0c-4b88-ae59-2ab884250693-image.png

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

      Alternative provider for the USA and also supporting Canada and Tasmania (Australia) now.

      2.4.0

      Added

      • Provider: gasbuddy
      • Config option: fade
      • Config option: showAddressCity

      Changed

      • Migrated provider nsw from API v1 to v2 in order to support new region Tasmania (Australia)
      • Dependency update

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

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

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

      1.3.1

      Fixed

      • Config option focus_on didn’t filter match list

      Removed

      • TravisCI integration
      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      @NSpr I was looking into the here API before since it would cover multiple countries at once, but sadly Note: Please note that the Fuel Prices service is only available to automotive OEMs for in-vehicle applications.

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: Update script not updating

      @sdetweil the hardware might be different but at least the code and dependencies are the same which increases the chances to reproduce and fix the issue

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Update script not updating

      @sdetweil actually the opposite is true, everyone should ship a lock file with its repository to ensure you will get the exact same dependencies that were tested with and not something newer which can introduce issues.

      But if you just run npm install npm will update the lock file. So the effect is like not shipping a lock file at all.

      Instead, you should use npm ci if there is a lock file https://docs.npmjs.com/cli/v8/commands/npm-ci. This makes sure that you have exactly the same dependencies no matter if there is a newer version available.

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

      2.3.0

      Changed

      • Updated dependencies
      • Updated Github config files
      • Updated project config files
      • Uniform spelling for MagicMirror²

      Fixed

      • Playoff series display

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

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

      @JerryP currently only Germany, Austria, USA and parts of Australia are covered by the module. If you find an API for fuel prices in the Netherlands I’m happy to integrate it. Please create an issue for the Github repository so it doesn’t get lost https://github.com/fewieden/MMM-Fuel/issues

      @Ray currently it is only possible for Germany to select specific gas stations. The source for the USA doesn’t provide IDs that you can request for. Please create an issue for the Github repository so we can discuss some posibilities https://github.com/fewieden/MMM-Fuel/issues

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

      2.3.1

      Fixed

      • Tankerkoenig prices for requests with stationIds

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

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

      Now also supporting fuel prices in the USA. Take a look at https://github.com/cowboysdude/MMM-Gas for different style of the same information.

      2.3.0

      MagicMirror² version >= 2.15.0 required.

      Added

      • Provider: autoblog
      • Config option: showBrand
      • Integrated MagicMirror logger on server side
      • Dependency: node-html-parser
      • Config option excludeStationIds to exclude gas stations from radius (Tankerkönig only)

      Changed

      • Updated Github config files
      • Updated dependencies

      Removed

      • Dependency: fs-extra
      • Dependency: geolib

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

      autoblog.png

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: Magic(Dashboard)Mirror

      @MZ-BER always nice to see your own modules being used by actual users

      posted in Show your Mirror
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel only showing "undefined"

      @Rex-Flymo I replied in the Github issue https://github.com/fewieden/MMM-Fuel/issues/85

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