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-Gasit 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:
buildandchangelog - Github config files
Changed
- Data source
- Preview image
- Config options
- Country names are now translated with the
Intlobject - 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
-masterin 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
-
RE: stronger Raspberry Pi 3 Alternatives
@Damian does it make sense then to just setup ubuntu for magicmirror? You got windows already and magicmirror works also on windows
-
RE: Voice/motion control
@Mitchfarino well there’s no reason to wait @alexyak 's module is working already so you can build your frame it’s extendable too and it’s just software it could be changed later on if needed
and i can tell for sure, that it will be much easier to install his module
-
RE: Mobile app (bachelor thesis)
Everyone should have received an email with the App (Android, Windows Phone).
iOS users should receive a second mail from Apple themselves with an invite for beta testing.
-
RE: Modules to display Stock (Capital Stock)
first module
{ module: 'MMM-Stock', position: 'top_right', config: { companies: ['MSFT', 'GOOG', 'ORCL', 'FB'], currency: 'gbp' } }second module: you have to rename the folder to stocks, as you mentioned the directory and the js file and inside the js file the name has to be the same.
third: create an issue on github and ask if he creates a list as config option
-
New Raspberry Pi 3+
Today they released a new Raspberry Pi
Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz 1GB LPDDR2 SDRAM 2.4GHz and 5GHz IEEE 802.11.b/g/n/ac wireless LAN, Bluetooth 4.2, BLE Gigabit Ethernet over USB 2.0 (maximum throughput 300 Mbps) Extended 40-pin GPIO header Full-size HDMI 4 USB 2.0 ports CSI camera port for connecting a Raspberry Pi camera DSI display port for connecting a Raspberry Pi touchscreen display 4-pole stereo output and composite video port Micro SD port for loading your operating system and storing data 5V/2.5A DC power input Power-over-Ethernet (PoE) support (requires separate PoE HAT)https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/
-
RE: NHL Module
@kevinb311 you can find the prototype here [card:fewieden/MMM-NHL] will be updated in the next days for proper display
-
RE: How to load a <script> src = " " </script> into my mirror?
@cowboysdude this will not work for images
therefore you have to add a filter
-webkit-filter: grayscale(100%); -
RE: Alignment with module "random_quotes"
@qqqqqqqq revert your changes in your js file (
git checkout MMM-SystemStats.js)custom.css
/* aligns the table to the right */ .MMM-SystemStats table { width: initial; float: right; } /* aligns all columns to the left within the table */ .MMM-SystemStats td { text-align: left !important; }config.js
{ module: 'MMM-SystemStats', position: 'top_right', // This can be any of the regions. classes: 'small dimmed', // Add your own styling. Optional. header: 'My own MMM-SystemStats header!', config: { updateInterval: 10000, animationSpeed: 0, }, },The comment in the readme for the custom header is outdated, the author wants to create an update this weekend, therefore the css rules could break, but he might want to add this as a config option and remove the old comment @BenRoe
-
RE: Fuel Monitor for Austria
@yawns maybe the shipment tracking module is a help, there you can also choose between different carriers :)
-
RE: Trying to write my own Module...
@nbrenn the easiest solution without messing with the css around is to create a second module, which is litening on the broadcasts you will send with the data in it from your module you already have