Read the statement by Michael Teeuw here.
Posts made by strawberry 3.141
-
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:
-
RE: Magic(Dashboard)Mirror
@MZ-BER always nice to see your own modules being used by actual users
-
RE: MMM-Fuel only showing "undefined"
@Rex-Flymo I replied in the Github issue https://github.com/fewieden/MMM-Fuel/issues/85