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

    Posts

    Recent Best Controversial
    • RE: MMM-Carousel (global)

      @sdetweil yes that is funny, but you see now it goes…the console is/was also o.k. or?

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      @sdetweil Sam, i cnat´believe it…i put this in the config too:

      position: 'bottom_bar',  // Required to draw in position
      

      and now it´s going :-) yeahhhh thanks a lot Sam !!!

      so then looks like my MM-Carousel now and it´s going:

      {
                  module: 'MMM-Carousel',
      			position: 'bottom_bar',  // Required to draw in position
                  config: {
                      transitionInterval: 10000,
      				showPageIndicators: true,
                      showPageControls: true,
                      ignoreModules: ['clock', 'alert', 'MMM-SoccerLiveScore', 'MMM-OpenmapWeather', 'weather', 'MMM-Traffic', 'calendar', 'MMM-ioBroker', 'MMM-Fuel'],
                      mode: 'global'
                     
                  }
              },
      
      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      look, this coming…i had made photos…can you see anything sdetweil?

      this is all what is red

      MMM-Carousel is in my config standing at last…is this ok?

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      @sdetweil o.k. thanks for your answer…

      what do you mean about “other module came and went”?
      you mean your other modules you have installed right?

      i musst look about a keyboard…then i will be back here again with the errors

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      @sdetweil Hi, sorry but its not going :-(

      this is my Module config of Carousel:

      {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 20000,
      				showPageIndicators: true,
                      showPageControls: true,
                      ignoreModules: ['clock', 'alert', 'MMM-ioBroker', 'MMM-RNV', 'MMM-OpenmapWeather', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Traffic', 'MMM-Fuel'],
                      mode: 'global'
                     
                  }
              },
      

      all modules they are not rotate are standing in the ignore list!

      Three modules they are: MMM-SoccerLiveScore, MMM-COVID19-AMPEL, compliments are not standing there in ignore…these moduls have to rotate but ist not going…they are also ständing on the screen… :-(

      What can i do so long??

      Best regards

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      Ahso…do I then have to enter all modules that should not be rotated under “IgnoreModules”? Right?

      And the rest of the will then be rotated…right understood?

      So the ones that are not in the IgnoreList I don’t have to enter anywhere in the Config…right? But they can have different positions then…is that also correct…?

      so e.g. module Covid10 is rotated and is not in the IgnoreList and has position top_center

      or

      MM-Fuel is also not in the IgnoreList and has e.g. position bottom_center

      Is this possible? Have I understood this correctly?

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Carousel (global)

      @sdetweil yes this i know…but can you send me here a example from a config file (not the example from gihub…)

      please send me here an example config with global where you also siehr the modules that rotate!!!

      posted in Troubleshooting
      kusselinK
      kusselin
    • MMM-Carousel (global)

      Hi all, can someone please post me his config exemplar of the carousel with the mode “GLOBAL” here…just so you have a clue.

      I think with ignore Modules all the modules come in that should remain right?

      where and how do I have to enter the modules in GLOBAL that I would like to display one after the other / alternately ?

      here the example config:

      var config = {
          modules: [
              {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 10000,
                      ignoreModules: ['clock'],
                      mode: 'global'
                  }
              }
          ]
      }
      

      Another question: the modules that I want to display alternately must have the same position? so for example all then top_center? or can they then be different?

      Please answer my questions.

      Thank you very much.

      (Hallo Zusammen, kann mir bitte einer sein config exemplar vom Carousel mit dem Mode “GLOBAL” hier einstellen…nur damit man ein Anhaltspunkt hat…

      ich denke bei ignore Modules kommen alle die Module rein die stehen bleiben sollen richtig?

      wo und wie muss ich die module eintragen bei GLOBAL die ich gerne nacheinander /abwechselnd anzeigen lassen will ?

      hier die example config

      Weitere Frage: die module die ich abwechselnd anzeigen lassen will müssen die die gleiche position haben? also zb alle dann top_center? oder können die dann unterschiedlich lauten?

      Bitte um beantwortung meiner Fragen.

      Vielen Dank.)

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MagicMirror Version

      thanks a lot

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MagicMirror am PI 7" Monitor

      Danke Dir

      posted in Troubleshooting
      kusselinK
      kusselin
    • MagicMirror Version

      how can I find out which MagicMirror version I currently have?

      thanks a lot for anwers

      posted in Troubleshooting
      kusselinK
      kusselin
    • MMM-Carousel

      Hallo Zusammen, ich hoffe ihr seid mir jetzt nicht böse wenn ich auf deutsch schreibe…mein Englisch ist nicht das beste.

      Ich habe verschiedene Module am Laufen udn habe eine relativ kleines Display…nun habe ich laut sdetweil in der costum.css die schrift verkleinert…soweit sogut. das passt…

      Nun wollte ich noch ein paar slides setzen mit dem MMM-Carousel Modul…aber so richtig raffe ich es nicht…

      hier mal meine Config:

      {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 40000,
      				showPageIndicators: true,
                      showPageControls: true,
                      ignoreModules: ['clock', 'alert', 'MMM-ioBroker', 'MMM-RNV', 'MMM-OpenmapWeather', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Traffic', 'MMM-Fuel'],
                      mode: 'slides',
                      slides: [
                         "Slide 2" ['MMM-SoccerLiveScore', 'compliments', 'MMM-COVID19-AMPEL'],
      				   ]
                  }
              },
      

      ‘MMM-SoccerLiveScore’, ‘compliments’, ‘MMM-COVID19-AMPEL’ sind alle für die Mitte gedacht…ich habe hier "Bottom_center gewählt…

      Ist es dann nicht so das in der Mitte erst das Soccer Modul für 40000 milisek. angezeigt wird…dann compliments für 40000 usw. aber immer abwechselnd…?

      Das macht es bei mir nicht…da wird alles verschoben…compliments rutscht dann hoch… usw…

      ich möchte das in der Mitte die Module einzeln nacheinander immer eines dann angezeigt wird…

      Wie muss ich hier vorgehen?

      Vielen Dank

      Englisch:
      Hello together, I hope you are not angry with me now if I write in German…mein English is not the best.

      I have several modules running udn have a relatively small display…now I have according sdetweil in the costum.css the font reduced…so far so good. that fits…

      Now I wanted to set a few slides with the MMM-Carousel module…but I don’t really get it…

      here is my Config:

      MMM-SoccerLiveScore’, ‘compliments’, ‘MMM-COVID19-AMPEL’ are all meant for the middle…I have chosen “Bottom_center”…

      Is it then not so that in the middle first the Soccer module for 40000 milisek. is displayed…then compliments for 40000 etc. but always alternately…?

      It doesn’t do that for me…everything is shifted…compliments then slides up… etc…

      I would like that in the middle of the modules individually one after the other always one is then displayed…

      How do I have to proceed here?

      Thanks a lot

      posted in Troubleshooting
      kusselinK
      kusselin
    • new MM Version

      Hello together,

      if I take the command here, I automatically have the latest MagicMirror version?

      https://github.com/sdetweil/MagicMirror_scripts
      
      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MagicMirror am PI 7" Monitor

      hallo sdetweil, nein das klappt nicht :-(

      habe das in die leere costum.css eingetragen:

      :root {
        --font-size: 20px;   // change this
      }
      

      bleibt genauso gross von der Schrift her

      EDIT: Doch klappt…mann muss halt auch die px verändern…Danke Dir

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MagicMirror am PI 7" Monitor

      Hallo sdetweil,

      danke dir schomal :-)

      posted in Troubleshooting
      kusselinK
      kusselin
    • MMM-OpenmapWeather

      Are there problems with this module?

      The Weather is not shown on my mirror…

      {
      		module: "MMM-OpenmapWeather",
      		position: "top_right",	// This can be any of the regions. Best results in left or right regions.
      		header: "Current Weather", //Location is the default value if header is empty or not defined.
      		config: {
      			// See 'Configuration options' for more information.
      			location: "Hamburg",
      			locationID: "xxxxxxxx", //Location ID from http://openweathermap.org/help/city_list.txt
      			appid: "13xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",  //openweathermap.org API key
            			colorIcon: true
      		}
      		},
      
      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MagicMirror am PI 7" Monitor

      @hummeruli Hi, ich habs vergessen…

      Wenn ich generell die Schriften usw. verkleinern will, was muss ich da nochmal in die custom.css eintragen??

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: Update to 2.18

      @sdetweil look sdetweil

      "name": "magicmirror",
      	"version": "2.18.0",
      	"description": "The open source modular smart mirror platform.",
      	"main": "js/electron.js",
      

      now i have the right actually version and i have reboot my MM and its working fine now

      pi@raspberrypi:~ $ node -v
      v16.13.2
      
      
      posted in General Discussion
      kusselinK
      kusselin
    • RE: Update to 2.18

      a update from nodejs to 18.x.xx was sucessfully to update to 2.18.0

      thanks a lot

      posted in General Discussion
      kusselinK
      kusselin
    • RE: Update to 2.18

      @bkeyport ok thanks…but what script must i get?

      posted in General Discussion
      kusselinK
      kusselin
    • 1 / 1