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
    • 1 / 1