Read the statement by Michael Teeuw here.

Posts
-
RE: MagicMirror läuft lt. status-anzeige, am display wird aber nichts angezeigt
-
RE: Does my magic mirror work on any network ?
@salieri You basically don’t need any network at all, but if you have any module installed that communicates with a network device, or with the internet (Weather module, RSS module, calender, …) you will need some kind of internet connection.
I recogmend you to try it before you try it in school. Just unplug the Ethernet or disconnect the WiFi and you will have the same situation as in school.
-
RE: Unable to clone git clone https://github.com/MichMich/MagicMirror
@chinnu_2012 You shouldn’t need to enter your credentials when cloning the repository.
Please try:
git clone git@github.com:MichMich/MagicMirror.git
-
RE: MMM-iFrame Modul wird nicht angezeigt
@michaels Welcome Michael! This is an englisch forum, you will get much more answers if you post in englisch.
I notice a few things:
- Is the IP accessable from the network your mirrror is on
- execute
ping 192.168.178.223
and check if you get a ping
- execute
- The
url
property of theMMM-iFrame
module is an array and you still have"ENTER IN URL2"
in it. Try to remove the second item of the array.
Example
MMM-iFrame
:{ module: “MMM-iFrame”, position: “top_left”, // This can be any of the regions. config: { // See “Configuration options” for more information. url: [“http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus”], // as many URLs you want or you can just [“ENTER IN URL”] if single URL. updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds width: “100%”, // Optional. Default: 100% height: “100px” //Optional. Default: 100px } }
- Is the IP accessable from the network your mirrror is on
-
RE: Probleme beim Anzeigen des iFrame Moduls
@michaels Welcome Michael! This is an englisch forum, you will get much more answers if you post in englisch.
I notice a few things:
- Is the IP accessable from the network your mirrror is on
- execute
ping 192.168.178.223
and check if you get a ping
- execute
- The
url
property of theMMM-iFrame
module is an array and you still have"ENTER IN URL2"
in it. Try to remove the second item of the array.
Example
MMM-iFrame
:{ module: “MMM-iFrame”, position: “top_left”, // This can be any of the regions. config: { // See “Configuration options” for more information. url: [“http://192.168.178.223:8082/vis/index.html#TeleconsulterHaus”], // as many URLs you want or you can just [“ENTER IN URL”] if single URL. updateInterval: 0.5 * 60 * 1000, // rotate URLs every 30 seconds width: “100%”, // Optional. Default: 100% height: “100px” //Optional. Default: 100px } }
Btw, your code formatting is off a bit
- Is the IP accessable from the network your mirrror is on
-
RE: MagicMirror läuft lt. status-anzeige, am display wird aber nichts angezeigt
@newbie Your english will improve the more you use it:)
I don’t think the screenshot you posted is the output of
pm2 log mm
. Please executepm2 log mm
in your Raspberry Pis console. -
RE: MagicMirror läuft lt. status-anzeige, am display wird aber nichts angezeigt
@newbie Hi, you will get much more answers if you ask the question in english:)
Do you have multiple desktops? What is
pm2 log mm
telling you? -
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@shiroe This issue has already been fixed on the active development branch. Its basically ready and will be available on the next release.
You can already test this fix by switching to the
develop
branch, but be carefull, this branch is still under active development, hence the name;) -
RE: How can I add this script text to my screen
@teitlebot So you don’t just want to translate January into hebrew, but want to implement the hebrew calendar.
Thats a more challenging task to do.
In your custom CSS you can try something like
content: url('http://www.hebrewCalendarThingi.XXX');
-
RE: MagicMirror stays black, but loading from another browser (Windows, Android) works
@andurii Yep, that definetly sounds like your monitor just went sleeping.