
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
-
-
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.
-
Dev Gallery
Let’s collect some pictures for developers
Russian Roulette (Dev Edition)
-
RE: Smartphone App for configuring MagicMirror
I just sent my professor an arrangement for my bachelor thesis with the mobile app for magicmirror as my topic. let’s see what his response will be
-
MMM-syslog
Another unpublished module from @paviro, which I extended the last weeks
Originally requested from @PointPubMedia
Latest posts made by strawberry 3.141
-
RE: MMM-AlarmClock
@innovation with the following config it stops after 5 seconds.
{ module: "MMM-AlarmClock", position: "top_left", config: { alarms: [ { time: "16:15", days: [0,1,2,3,4,5,6], title: "Test", message: "some alarm message" } ], timer: 5000 } },
If you add the following to the custom.css file it will hide the module from the screen, but still, show the alert:
.MMM-AlarmClock { display: none; }
-
RE: MMM-Modal
With MMM-soccer another module has now integrated the modals.
See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules
-
RE: How make a touch popup frame ?
@KamiSchami you can integrate https://github.com/fewieden/MMM-Modal for your module
-
RE: MMM-Soccer - Soccer Standings
@Egnos the module doesn’t make use of the site native-stats.org. You need to specify the api key in the config such as
api_key: 'YOUR_API_KEY',
. https://www.football-data.org/client/register -
RE: MMM-Soccer - Soccer Standings
@Egnos seeing your previous post with the config, your league probably requires a free API key.
-
RE: MMM-Soccer - Soccer Standings
@Egnos Requires version >= 2.14 of MagicMirror!
[02:57:33.259] [LOG] Starting MagicMirror: v2.10.1
Your mirror is not up to date
-
RE: MMM-Soccer - Soccer Standings
Version 2.1.0
Requires version >= 2.14 of MagicMirror!
Added
- Integrated MMM-Modal
Changed
- Using remote logos
- Preview pictures
Fixed
- Fade effect
- Focus_on in modal highlights correct team
- Help modal shows correct voice commands
Removed
- Logo downloader
- Doclet integration
-
RE: MMM-Modal
With MMM-ip another module has now integrated the modals. See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules
-
RE: MMM-Soccer - Soccer Standings
Version 2.0.1
Added
- French translations (Thanks to https://github.com/laventin85)
Changed
- Readme config example
- Github config files
-
RE: MMM-ip
Version 2.0.0
Added
- Nunjuck templates
- Integrated MMM-Modal for modal handling
- Documentation
Fixed
- MMM-voice mode in notificationReceived (Thanks to https://github.com/MillerMedia)
Changed
- Config files
Removed
- Config options (voice, showFamily, showType, and startHidden). Check out the readme for replacements.
- Internal modal handling (help, interfaces)
- Stylelint and CSS files