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.223and check if you get a ping
- execute
- The
urlproperty of theMMM-iFramemodule 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.223and check if you get a ping
- execute
- The
urlproperty of theMMM-iFramemodule 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 mmin 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 mmtelling 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
developbranch, 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.
-
RE: How can I add this script text to my screen
@teitlebot Well, I would rather translate the module into hebrew then fiddling around with CSS. This will last longer, also you can support other hebrew speakers by translating the module and share your work.
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@thobach that link you posted points me to a specific commit. I can not find any use of the => operator in the browser part In remote/develop
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@thobach I don‘t think its an issue with the promise itself, but rather with the arrow (=>) operator that defines the callback.
-
RE: How can I add this script text to my screen
@teitlebot What exactly do you want do display? Is it the current date in hebrew or the date in the hebrew calender?
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
Lol. This issue has already been fixed on the 8th of April 2018 by Chris Pickett. It is available on the
developbranch. It eventually will be merged with themasterbranch. -
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
Issue has been identified. I am just preparing a pull request. Hold on tight!
-
RE: How can I add this script text to my screen
@teitlebot I think the best approach is to help the module creator to translate his module into Hebrew. Scotch taping something together is ok for a short period of time, but not for any longer.
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@pipe-line ok. I just gathered the iPad. Its an iPad mini running iOS 9.3.3. I hope I won’t forget it until I get home:)
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@pipe-line I think we have an iOs 9 device at work. I will debug it tomorrow night. What modules do you have installed?
-
RE: MM Shows a plain Black Screen on iOS 9.3.5 device
@shiroe Mobile Safari on iOS 9.3 is obviously missing some features. If a module is using a function not supported by this version of Mobile Safari a black screen might happen.
You only can debug this using Mac.