MagicMirror Forum

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

    strawberry 3.141

    @strawberry 3.141

    Project Sponsor Module Developer

    737
    Reputation
    24480
    Profile views
    1692
    Posts
    34
    Followers
    3
    Following
    Joined Last Online
    Website github.com/fewieden

    strawberry 3.141 Unfollow Follow
    Project Sponsor Module Developer

    Best posts made by strawberry 3.141

    • MMM-Fuel

      2d69a6d9-b875-46b9-8b3a-e4a96b0ad352-image.png
      c80d1baf-6aed-4c73-8fec-871c8a6e5567-image.png

      Link to module https://github.com/fewieden/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
    • MMM-Modal

      I tweaked my modal that I’m using in some of my modules. Instead of duplicating this all over the place I created a new module for a single source of truth and so it can also be used by other devs/users.

      Modal and dialog windows with touch, voice and non input support.

      I just started building it so it might still have some bugs.

      Developer Guide

      posted in System
      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
    • 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
    • MMM-OlympicGames

      Description:

      Olympic Games Module for MagicMirror2

      Screenshots:

      51fc75c9-4511-4bf1-82ef-ac7c90939e14-image.png

      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
    • 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
    • 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

    Latest posts made by 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.141
      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.141
      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.141
      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.141
      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.141
      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.141
      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.141
      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.141
      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.141
      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.141
      strawberry 3.141