
strawberry 3.141
@strawberry 3.141
Best posts made by 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
-
-
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.
-
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)
-
MMM-OlympicGames
Description:
Olympic Games Module for MagicMirror2
Screenshots:
Download:
Initial Version
-
MMM-ShipmentTracking
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.
-
MMM-syslog
Another unpublished module from @paviro, which I extended the last weeks
Originally requested from @PointPubMedia
-
Dev Gallery
Let’s collect some pictures for developers
Russian Roulette (Dev Edition)
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.
-
RE: MMM-Fuel
Alternative provider for the USA and also supporting Canada and Tasmania (Australia) now.
2.4.0
Added
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
- Migrated provider
-
RE: NFL Score Module posted in Sport
-
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.
-
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
-
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. -
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
-
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
-
RE: MMM-Fuel
2.3.1
Fixed
- Tankerkoenig prices for requests with
stationIds
Link to module https://github.com/fewieden/MMM-Fuel
- Tankerkoenig prices for requests with
-
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
- Provider: