@Damian does it make sense then to just setup ubuntu for magicmirror? You got windows already and magicmirror works also on windows
Read the statement by Michael Teeuw here.

Posts
-
RE: stronger Raspberry Pi 3 Alternatives
-
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