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
    • Not all Modules are displaying on the tv

      why is it possible that not all modules are displayed. I am using the MMM-pages module and the current weather is not displayed. Here is my config.js excerpt from MMM pages.

      {
          			module: "MMM-pages",
      		disabled: false,
          			config: {
                  				modules: 
      			[[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-SoccerLiveScore" ],
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-MoonPhase" , "MMM-Traffic" ],
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-COVID19-AMPEL" , "MMM-Traffic" ],
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-Formula1" , "MMM-Traffic" ],
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-Globe" , "MMM-Traffic" ],
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-PublicTransportHafas" , "MMM-Traffic" ]
      			[ "clock" , "MMM-OpenmapWeather" , "weatherforecast" , "newsfeed" , "calendar" , "MMM-Fuel", "MMM-Tankerkoenig" , "MMM-ioBroker" , "MMM-Worldclock" , "MMM-Traffic" ]],
      			
          				rotationTime: 60000,
      			animationTime: 0,
      			}
      		},
      
      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: I search for a module

      Yes thank you!! :-)

      MMM-Globe i men!!
      Thanks a lot

      posted in Troubleshooting
      kusselinK
      kusselin
    • I search for a module

      Can everyone tell me what module this is…?

      Worldglobe you can see in realtime. I have seen it sometimes in magic mirror.

      For answer thanks a lot

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-SoccerLiveScore from github with username/pass

      chassain 0…YOU ARE THE BEST!!!

      Now i understand it. it was not true for me at the beginning with the [[ ]]!!

      best regards

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-SoccerLiveScore from github with username/pass

      Ok thanks,

      But what must stand in [[ ]]

      And what modules names must stan in [ ]

      This is what i will understand

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: help for mmm-pages und indicator please

      is there anyone here who can help me about mmm.pages in my config.js?

      best regards

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-SoccerLiveScore from github with username/pass

      is there anybody who can help me about mmm-pages??

      best regards

      posted in Troubleshooting
      kusselinK
      kusselin
    • help for mmm-pages und indicator please

      Hello everyone, I’m currently working on my MagicMirror and I have several modules that don’t all fit on the screen …

      Now I wanted it so that the page then changes from 1 to 2 and I can then display modules on page 2 that are not displayed on page 1 because of that. the size.

      I have attached my config.js here … can you please explain to me using the module page udn indicator what I am there for example. must enter?

      I would like to thank you many times in advance for tips and a sample config of MMM pages and indicators.

      Thank you very much

      {
      				module: "MMM-Traffic",
      				position: "bottom_center",
      				config: {
      				accessToken: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      				originCoords: "xxxxxxxxxxxxxxxxxxxxxxx",
      				destinationCoords: "xxxxxxxxxxxxxxxxxxxxxxxxxxx",
      				firstLine: "{duration} mins",
      				secondLine: "xxxxxxxxxxxxxxxxxxx"
      			}
      		},
      		
      		{
          module: 'MMM-ioBroker',
          position: 'top_right',
          config: {
            host: '1xxxxxxxxxx',
            port: '8082',
            https: false,
            devices: [
                { name: 'xxxxxxxxxxxxxx',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d0002fb4915.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                    { id: 'zigbee.0.00158d0002fb4915.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                ]
                },
              
      		{ name: 'xxxxxxxxxxxxxxxxxx',
                  deviceStates: [
                                    { id: 'fhem.0.Temperatur_Feuchte_Speicher.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'fhem.0.Temperatur_Feuchte_Speicher.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },			
      		
      			{ name: 'xxxxxxxxxxxxxxxxxx',
                  deviceStates: [
                                    { id: 'fhem.0.Temp_Feuchte_Wohnen_EG.measured-temp', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'fhem.0.Temp_Feuchte_Wohnen_EG_Climate.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },			
      		
      			{ name: 'xxxxxxxxxxxxxxxx',
                  deviceStates: [
                                    { id: 'fhem.0.Temp_Feuchte_Wohnen_OG.measured-temp', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'fhem.0.Temp_Feuchte_Wohnen_OG_Climate.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },			
      			
      				]
          }
        },
      		
      		
      		{
      			module: "newsfeed",
      			position: "lower_third",
      			config: {
      				feeds: [
      					{
      						title: "ARD News",
      						url: "http://www.tagesschau.de/xml/rss2"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true,
      				broadcastNewsFeeds: true,
      				broadcastNewsUpdates: true
      			}
      		},
      		
      		{
      			module: 'MMM-Tankerkoenig',
      			header: 'Super (E10)',
      			position: 'top_right',
      			config: {
      			updateInterval: 600,
      			maxWidth: "300px",// die angegeben 200px verursachen unschöne Zeilenumbrüche
      			api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      			lat: xx.5xxx240, // das sind die Koordinaten von xxxxxxxxxxx/Mitte, siehe https://www.latlong.net
      			lng: xx.6xxx140,
      			type: "xxx", // alternativ “e5” oder “diesel”
      			radius: x, // Suche in 1km Umkreis (in 5km Umkreis passt die Liste nicht mehr auf den Bildschirm)
      		}
      		},
      
      		{
        module: "MMM-PublicTransportHafas",
        position: "top_right",
        
        config: {
          stationID: "000xxxxxx",                   // Replace with your stationID!
          stationName: "xxxxxxxxxxxxxxxxxxx",   // Replace with your station name!
        
          direction: "",                    // Show only departures heading to this station. (A station ID.)
          ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
          excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
          timeToStation: 7,                // How long do you need to walk to the next Station?
      
          showColoredLineSymbols: true,     // Want colored line symbols?
          useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
          showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
          maxUnreachableDepartures: 0,      // How many unreachable departures should be shown?
          maxReachableDepartures: 7,        // How many reachable departures should be shown?
          customLineStyles: "",             // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
          showOnlyLineNumbers: false        // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
        }
      },
      		
      		{
        module: 'MMM-COVID19-AMPEL',
        position: 'top_right',
        config:	{
          header: 'COVID-19 Inzidenzwert', // Header Title of Display on MagicMirror
          cityID: ["xxx","xx","xx"], // City ID from  https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a709xxxxxx3be077a786c17_0/data
          infoRowClass: "small", // small, medium
          showUpdateDateInHeader: true, //Show update date in header
          showUpdateDateInRow: false, //Show update date in each row
          showStatusLightLeft: true, //Show left status light
          showStatusLightRight: true, // Show right status light
          showTitle: true, //Show Title row with headlines if you want to display more than one information
          showCases: true, //Show amount of active cases in city
          showCasesPerPeople: true, //Show Percentage of active cases per inhabitant
          showDeathRatePerPeople: true, //show death rate in % of infected people
          show7DayIncidence: true, // Show 7 day incidence value for your location
          numberOfDigits: 2, //Round the Percentage and incidence value to number of digits
          updateInterval: 3600000, // update interval in milliseconds // 1 Hour - Values are only refreshed every 24 H on Server
          fadeSpeed: 4000
      	}
      	},
      	
      	{
              module: 'MMM-pages',
              config: {
                      modules:
                          [[ "MMM-OpenmapWeather", "weatherforecast", "newsfeed", "MMM-Fuel", "MMM-COVID19-AMPEL", "MMM-pages", "MMM-PublicTransportHafas"],
                           [ "calendar", "compliments" ]],
                      fixed: ["clock", "MMM-OpenmapWeather", "weatherforecast", "newsfeed", "MMM-ioBroker", "calendar", "MMM-page-indicator"],
                      hiddenPages: {
                          "screenSaver": [ "clock", "MMM-SomeBackgroundImageModule" ],
                          "admin": [ "MMM-ShowMeSystemStatsModule", "MMM-AnOnScreenMenuModule" ],
      				animationTime:1000,
      				rotationTime: 0.5*0.5*0.5,
      				rotationDelay: 15000,
                      },
      				}
      				},
      				
      				{
              module: 'MMM-page-indicator',
              position: 'bottom_bar',
              config: {
                  pages: 3,
              }
          },
      			
      	
      	{
          		module: "MMM-Fuel",
          		position: "top_right",
          		config: {
              	api_key: "xxxxxxxxxxx",
              	lat: xx.5062, 
             		lng: x.6657,
              	types: ["e10"],
             		radius: 10
          		}
      		},
      
      posted in Troubleshooting mmm-pages
      kusselinK
      kusselin
    • MMM-pages example

      Hello,
      is anyone here who can send me an example of his MMM-Pages module please.

      with duration time and and…

      thanks a lot

      posted in System mmm-pages
      kusselinK
      kusselin
    • RE: MMM-SoccerLiveScore from github with username/pass

      kennst du dich auch mit dem mmm-iobroker aus bissl?

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-SoccerLiveScore from github with username/pass

      o.k. danke

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: Update auf 2.13.0

      o.k. danke

      posted in General Discussion
      kusselinK
      kusselin
    • MMM-SoccerLiveScore from github with username/pass

      Hallo Zusammen,

      ich wollte das Modul von hier installieren:

      github.com/LukeSkywalker92/MMM-SoccerLiveScore.git/mrtysn/MMM-SoccerLiveScore

      wenn ich mit putty installieren will kommt diese Meldung…

      pi@raspberrypi:~/MagicMirror/modules $ git clone https://github.com/LukeSkywalker92/MMM-SoccerLiveScore.git
      Klone nach 'MMM-SoccerLiveScore' ...
      Username for 'https://github.com': xxxxx
      Password for 'https://xxxxx@github.com':
      remote: Repository not found.
      fatal: repository 'https://github.com/LukeSkywalker92/MMM-SoccerLiveScore.git/' not found
      
      

      oder geht das nicht weil die offizielle Seite bei github nicht online ist?

      Über ne kurze Rückinfo besten Dank.

      Gruss

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......

      Das is ja komisch…ich erstelle gerade einen zweiten Magic Mirror und habe das MMM-Fuel installiert über Console

      danch habe ich das von der alten Config in die neue config kopiert:

      {
          		module: "MMM-Fuel",
          		position: "top_right",
      		provider: "tankerkönig",
          		config: {
              	api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
              	lat: 49.5062,
             		 lng: 8.6657,
              	types: ["e10"],
             		radius: 10
          		}
      		},
      

      Überschrift kommt aber der Balken bleibt bei “LADEN” stehen :-(

      eins zu eins kopiert…

      Woran liegt das jetzt?

      Das Modul Tankerkönig funktioniert!

      Gruss

      posted in Transport
      kusselinK
      kusselin
    • RE: Update auf 2.13.0

      o.k…the newest stand. I have deinstalled the MM-Callmonitor an now i can see the MM on my screen.

      Thanks a lot sdetweil.

      posted in General Discussion
      kusselinK
      kusselin
    • RE: MMM-Iobroker "undefined"

      Hi, i have updated to the actually MM. other things in the config i haven´t changed.

      I have install the simple restful API Adapter in iobroker and before the latest uodate all is going.

      Now nothing is going…

      Whre is the mistake?

      posted in Troubleshooting
      kusselinK
      kusselin
    • RE: Update auf 2.13.0

      @sdetweil said in Update auf 2.13.0:

      yes, this is the translation file error
      edit the MMM-FRITZ-Box-Callmonitor/translations/de.json and remove the comment

      Hi Sam,

      this is the de.json in the translation folder of MM-Fritzbox Callmonitor:

      {
        "title": "Eingehender Anruf",
        "noCall": "Keine kürzlichen Anrufe.",  
      
        // keep the error messages short
        "calllist_parse_error": "Anrufliste unlesbar.",
        "phonebook_parse_error": "Telefonbuch unlesbar.",
        "vcf_parse_error": "vCard unlesbar.",
        "login_error": "Logindaten falsch?",
        "network_error": "FRITZ!Box nicht erreichbar.",
        "unknown_error": "Unbekannter Fehler."
      

      and what musst i do now and edit? Sorry for my questions…and you thanks

      posted in General Discussion
      kusselinK
      kusselin
    • RE: Update auf 2.13.0
      Initializing MagicMirror. main.js:487:8
      Loading core translation file: translations/de.json translator.js:129:9
      Loading core translation fallback file: translations/en.json translator.js:154:9
      Load script: modules/default/alert//alert.js loader.js:176:9
      Module registered: alert module.js:513:6
      Bootstrapping module: alert loader.js:148:7
      Load script: modules/default/alert/notificationFx.js loader.js:176:9
      Scripts loaded for: alert loader.js:153:8
      Load stylesheet: modules/default/alert/notificationFx.css loader.js:195:9
      Load stylesheet: vendor/css/font-awesome.css loader.js:195:9
      Styles loaded for: alert loader.js:155:9
      alert - Load translation: translations/de.json translator.js:100:9
      alert - Load translation fallback: translations/en.json translator.js:102:9
      Translations loaded for: alert loader.js:157:10
      Load script: modules/default/updatenotification//updatenotification.js loader.js:176:9
      Module registered: updatenotification module.js:513:6
      Bootstrapping module: updatenotification loader.js:148:7
      Scripts loaded for: updatenotification loader.js:153:8
      Styles loaded for: updatenotification loader.js:155:9
      Translations loaded for: updatenotification loader.js:157:10
      Load script: modules/default/clock//clock.js loader.js:176:9
      Module registered: clock module.js:513:6
      Bootstrapping module: clock loader.js:148:7
      Load script: vendor/node_modules/moment/min/moment-with-locales.js loader.js:176:9
      Load script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js loader.js:176:9
      Load script: vendor/node_modules/suncalc/suncalc.js loader.js:176:9
      Scripts loaded for: clock loader.js:153:8
      Load stylesheet: modules/default/clock/clock_styles.css loader.js:195:9
      Styles loaded for: clock loader.js:155:9
      Translations loaded for: clock loader.js:157:10
      Load script: modules/default/calendar//calendar.js loader.js:176:9
      Module registered: calendar module.js:513:6
      Bootstrapping module: calendar loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: calendar loader.js:153:8
      Load stylesheet: modules/default/calendar/calendar.css loader.js:195:9
      File already loaded: font-awesome.css loader.js:236:9
      Styles loaded for: calendar loader.js:155:9
      Translations loaded for: calendar loader.js:157:10
      Bootstrapping module: calendar loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: calendar loader.js:153:8
      File already loaded: calendar.css loader.js:236:9
      File already loaded: font-awesome.css loader.js:236:9
      Styles loaded for: calendar loader.js:155:9
      Translations loaded for: calendar loader.js:157:10
      Load script: modules/MMM-OpenmapWeather//MMM-OpenmapWeather.js loader.js:176:9
      Module registered: MMM-OpenmapWeather module.js:513:6
      Bootstrapping module: MMM-OpenmapWeather loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: MMM-OpenmapWeather loader.js:153:8
      Load stylesheet: vendor/node_modules/weathericons/css/weather-icons.css loader.js:195:9
      Load stylesheet: modules/MMM-OpenmapWeather/MMM-OpenmapWeather.css loader.js:195:9
      Styles loaded for: MMM-OpenmapWeather loader.js:155:9
      Translations loaded for: MMM-OpenmapWeather loader.js:157:10
      Load script: modules/default/weatherforecast//weatherforecast.js loader.js:176:9
      Module registered: weatherforecast module.js:513:6
      Bootstrapping module: weatherforecast loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: weatherforecast loader.js:153:8
      File already loaded: weather-icons.css loader.js:236:9
      Load stylesheet: modules/default/weatherforecast/weatherforecast.css loader.js:195:9
      Styles loaded for: weatherforecast loader.js:155:9
      Translations loaded for: weatherforecast loader.js:157:10
      Load script: modules/MMM-Remote-Control//MMM-Remote-Control.js loader.js:176:9
      Check MagicMirror version for module 'MMM-Remote-Control' - Minimum version:  2.4.0 - Current version: 2.13.0 module.js:505:7
      Version is ok! module.js:507:8
      Module registered: MMM-Remote-Control module.js:513:6
      Bootstrapping module: MMM-Remote-Control loader.js:148:7
      Scripts loaded for: MMM-Remote-Control loader.js:153:8
      Load stylesheet: modules/MMM-Remote-Control/remote-control.css loader.js:195:9
      Styles loaded for: MMM-Remote-Control loader.js:155:9
      Translations loaded for: MMM-Remote-Control loader.js:157:10
      Load script: modules/MMM-SoccerLiveScore//MMM-SoccerLiveScore.js loader.js:176:9
      Module registered: MMM-SoccerLiveScore module.js:513:6
      Bootstrapping module: MMM-SoccerLiveScore loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: MMM-SoccerLiveScore loader.js:153:8
      File already loaded: font-awesome.css loader.js:236:9
      Load stylesheet: modules/MMM-SoccerLiveScore/MMM-SoccerLiveScore.css loader.js:195:9
      Styles loaded for: MMM-SoccerLiveScore loader.js:155:9
      Translations loaded for: MMM-SoccerLiveScore loader.js:157:10
      Load script: modules/MMM-Tankerkoenig//MMM-Tankerkoenig.js loader.js:176:9
      Check MagicMirror version for module 'MMM-Tankerkoenig' - Minimum version:  2.2.0 - Current version: 2.13.0 module.js:505:7
      Version is ok! module.js:507:8
      Module registered: MMM-Tankerkoenig module.js:513:6
      Bootstrapping module: MMM-Tankerkoenig loader.js:148:7
      Scripts loaded for: MMM-Tankerkoenig loader.js:153:8
      Load stylesheet: modules/MMM-Tankerkoenig/MMM-Tankerkoenig.css loader.js:195:9
      Styles loaded for: MMM-Tankerkoenig loader.js:155:9
      MMM-Tankerkoenig - Load translation: i18n/de.json translator.js:100:9
      MMM-Tankerkoenig - Load translation fallback: i18n/en.json translator.js:102:9
      Translations loaded for: MMM-Tankerkoenig loader.js:157:10
      Load script: modules/MMM-SmartWebDisplay//MMM-SmartWebDisplay.js loader.js:176:9
      Module registered: MMM-SmartWebDisplay module.js:513:6
      Bootstrapping module: MMM-SmartWebDisplay loader.js:148:7
      Scripts loaded for: MMM-SmartWebDisplay loader.js:153:8
      Load stylesheet: modules/MMM-SmartWebDisplay/MMM-SmartWebDisplay.css loader.js:195:9
      Styles loaded for: MMM-SmartWebDisplay loader.js:155:9
      Translations loaded for: MMM-SmartWebDisplay loader.js:157:10
      Load script: modules/MMM-ioBroker//MMM-ioBroker.js loader.js:176:9
      Module registered: MMM-ioBroker module.js:513:6
      Bootstrapping module: MMM-ioBroker loader.js:148:7
      Scripts loaded for: MMM-ioBroker loader.js:153:8
      Load stylesheet: modules/MMM-ioBroker/MMM-ioBroker.css loader.js:195:9
      Styles loaded for: MMM-ioBroker loader.js:155:9
      Translations loaded for: MMM-ioBroker loader.js:157:10
      Load script: modules/MMM-FRITZ-Box-Callmonitor//MMM-FRITZ-Box-Callmonitor.js loader.js:176:9
      Check MagicMirror version for module 'MMM-FRITZ-Box-Callmonitor' - Minimum version:  2.0.0 - Current version: 2.13.0 module.js:505:7
      Version is ok! module.js:507:8
      Module registered: MMM-FRITZ-Box-Callmonitor module.js:513:6
      Bootstrapping module: MMM-FRITZ-Box-Callmonitor loader.js:148:7
      File already loaded: moment.js loader.js:236:9
      Scripts loaded for: MMM-FRITZ-Box-Callmonitor loader.js:153:8
      File already loaded: font-awesome.css loader.js:236:9
      Load stylesheet: modules/MMM-FRITZ-Box-Callmonitor/MMM-FRITZ-Box-Callmonitor.css loader.js:195:9
      Styles loaded for: MMM-FRITZ-Box-Callmonitor loader.js:155:9
      MMM-FRITZ-Box-Callmonitor - Load translation: translations/de.json translator.js:100:9
      Uncaught SyntaxError: JSON.parse: expected double-quoted property name at line 5 column 3 of the JSON data
          onreadystatechange http://192.168.200.151:8080/js/translator.js:22
      translator.js:22:19
      
      
      posted in General Discussion
      kusselinK
      kusselin
    • RE: Update auf 2.13.0

      @sdetweil said in Update auf 2.13.0:

      select the tab labeled ‘console’,

      i haven´t it

      image1.jpeg

      posted in General Discussion
      kusselinK
      kusselin
    • RE: Update auf 2.13.0

      i can´t see a mistake…you?
      image1.jpg

      posted in General Discussion
      kusselinK
      kusselin
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 11 / 14