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

    Posts

    Recent Best Controversial
    • RE: Starter problem

      @in_a_days
      the installation went well, but when I try to reboot the booting logo appears shortly, but thats it.
      But into the MM folder there are two config folder now, one .config and one config
      Either I didn’t recogbize that bevor, or one is new.

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      @yawns
      no ! how can I do this?

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      @in_a_days
      wow thanks a lot

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      @in_a_days
      Yes with strg R on the raspi

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      Thank you @in_a_days
      I copied your answer into the right place, but the screen stays black.

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      @strawberry-3.141
      Hallo strawberry
      Can you pleas tell me whats wrong with my config.js
      By now nothing is shown. I wanted to impement the W.Linien modul, but also the weatherforcast was not shown.
      Thank you in advance
      Kurt

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
      	language: 'de',
      	timeFormat: 24,
      	units: 'metric',
      
      	modules: [
      		{
                            module: "MMM-WienerLinien",
                            position: "top_left",
                            config: {
                                 api_key: "NZXDPzyd3QsAtTCT",
                                 stations: ["142", "141"],
              },
      
      		{
      			module: 'alert',
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: 'clock',
      			position: 'top_left'
      		},
      		
      	
      		{
      			module: 'compliments',
      			position: 'lower_third'
      		},
      		{
      			module: 'currentweather',
      			position: 'top_right',
      			config: {
      				location: 'Vienna Austria',
      				locationID: '',  //ID from http://www.openweathermap.org
      				appid: 'xxxxxxxxxxxxxxxxxxx'
      			}
      		},
      		{
      			module: 'weatherforecast',
      			position: 'top_right',
      			header: 'Das Wetter',
      			config: {
      				location: 'Vienna Austria',
      				locationID: '5128581',  //ID from http://www.openweathermap.org
      				appid: 'xxxxxxxxxxxxxxxxxxx'
      			}
      		},
      		{
      			module: 'newsfeed',
      			position: 'bottom_bar',
      			config: {
      				feeds: [
      					{
      						title: "Der Standard",
      						url: "http://derstandard.at/?page=rss&ressort=Seite1"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      K
      kurt
    • RE: Mobile app (bachelor thesis)

      Just did it, also good luck!
      If you need a beta tester with absolut no programming experience…

      posted in Development
      K
      kurt
    • RE: Mobile app (bachelor thesis)

      Also did it and good luck too !

      posted in Development
      K
      kurt
    • RE: Starter problem

      @strawberry-3.141
      fine , is on my list :)

      posted in Troubleshooting
      K
      kurt
    • RE: Starter problem

      @strawberry-3-141 Hey I allready visit it today! while drifting thru the forum. suprise! I lived in Barawitzkagasse for quite a long time. funny small world, isn’it?
      Is the modul allready finished or are still in it?

      posted in Troubleshooting
      K
      kurt
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 9 / 10