I will publish the general part of the survey here in this thread
Read the statement by Michael Teeuw here.

Posts
-
RE: Mobile app (bachelor thesis)
-
RE: How to uninstall unclutter?
@l8kerjuan if you want so see your cursor in the mm view, you also have to overwrite the
cursor: none;
styling in custom.css -
RE: MMM-AlarmClock append / push to alarms array
@axellejamous be aware of that day 7 doesn’t exist the days range from 0 sunday to 6 saturday
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
Today the European Championship will kickoff :flexed_biceps: :soccer_ball:
I’m currently working on version 3 of this module. It will be possible to not only display the standings of a league but also get the schedules and top scorers displayed in a carousel.
On top of that, the module will finally support cups such as the European Championship, Champions League, and World Cup.
If you want to test the beta for tonight’s kickoff, then head over to Github https://github.com/fewieden/MMM-soccer/pull/42 for all details.
If you find any issues or need help, please report them here https://github.com/fewieden/MMM-soccer/pull/42 so they are all grouped together.
-
RE: Building mirror without programing
@cowboysdude this will not work, because the js file cannot be found then
@amanzimdwini if yozu dont install the modules wuth git clone you have to redo the whole process for every update
-
RE: MMM-Gas Still Working?
@sifuhall I just tried it with your config and it didn’t show up either.
I then noticed that the repository is called
MMM-GAS
, but the files and config areMMM-Gas
. After renaming the directory of the module toMMM-Gas
it was working fine.If you followed the git clone command in the read me file it already has the correct directory name, but if you know how to clone a repo or copied the git clone command provided by Github itself then you probably have the same issue.
-
RE: MMM-OlympicGames
Link to module https://github.com/fewieden/MMM-OlympicGames
[1.1.0]
MagicMirror² version >= 2.15.0 required.
Fixed
- Installation instructions
Added
- Nunjuck template
- Dependency:
node-fetch
- Dependency:
lodash
- Github actions:
build
andchangelog
- Github config files
Changed
- Data source
- Preview image
- Config options
- Country names are now translated with the
Intl
object - Translations
Removed
- Dependency:
request
- Travis-CI integration
[card:fewieden/MMM-OlympicGames]
-
RE: Mobile app (bachelor thesis)
@Goldjunge_Chriz I hope I can send out the first prototype on the weekend, waiting for approval by apple
-
RE: Building mirror without programing
@amanzimdwini it works, but I said putting
-master
in the config will not work, because then you have several problemsThe only thing is without having the ability to use git you have to redo the whole process for every update, the correct installation steps are mostly in the readme of the module itself