MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. idoodler
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 4
    • Topics 4
    • Posts 194
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MagicMirror läuft lt. status-anzeige, am display wird aber nichts angezeigt

      @newbie I honestly have no idea what went wrong with your Auto Startup installation. Did you follow the tutorial?

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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.

      posted in General Discussion
      idoodlerI
      idoodler
    • 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

      posted in Bug Hunt
      idoodlerI
      idoodler
    • 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
      • The url property of the MMM-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
      	}
      }
      
      posted in Bug Hunt
      idoodlerI
      idoodler
    • 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
      • The url property of the MMM-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

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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 execute pm2 log mm in your Raspberry Pis console.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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?

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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;)

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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');
      
      
      posted in General Discussion
      idoodlerI
      idoodler
    • RE: MagicMirror stays black, but loading from another browser (Windows, Android) works

      @andurii Yep, that definetly sounds like your monitor just went sleeping.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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.

      posted in General Discussion
      idoodlerI
      idoodler
    • 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

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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?

      posted in General Discussion
      idoodlerI
      idoodler
    • 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 develop branch. It eventually will be merged with the masterbranch.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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!

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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.

      posted in General Discussion
      idoodlerI
      idoodler
    • 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:)

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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?

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 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.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • 1 / 1