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

    Posts

    Recent Best Controversial
    • RE: Black screen after installation on Pi 2 model B V1.1

      @bhepler You are a Genius! Thanks a lot. :-)

      Changing the module names was not my best idea, I guess :D

      posted in Troubleshooting
      P
      PaulB
    • RE: Unable to install dependencies, NPM install not working

      @cpramhofer I did everything from the scratch :-D

      1. Reformation the SD Card
      2. Copying the Software to the SD Card.
      3. Installing everything
      4. Installing the MM2 Software via the link on Michaels website

      –> Conclusion: No no problem more :D

      posted in Troubleshooting
      P
      PaulB
    • RE: SSH Connection failed (terminal (Mac) to Raspberry)

      @bhepler I thought the same :-D

      I reformator the SD card, installed the software again and as you said doing it from the scratch.

      Nevertheless, I am not able to log in via “sudo ssh pi@raspberry”, because the standard password is not working. I googled the whole day trying to find a way out. If I will find a way, I ’ ll post it later :)

      posted in Troubleshooting
      P
      PaulB
    • RE: Unable to install dependencies, NPM install not working

      Guys, thanks for your great help!

      I fixed this problem, now. Well, after fixing this problem I got several problem more :D

      posted in Troubleshooting
      P
      PaulB
    • RE: Black screen after installation on Pi 2 model B V1.1

      @bhelper I am trying to :-D

      /* Magic Mirror Config Sample
      *

      • By Michael Teeuw http://michaelteeuw.nl
      • MIT Licensed.
        */

      var config = {
      port: 8080,

      language: 'de',
      timeFormat: 24,
      units: 'metric',
      
      modules: [
      	{
      		module: 'alert',
      	},
      	{
      		module: 'clock',
      		position: 'top_left'
      	},
      	{
      		module: 'calendar',
      		header: 'US Holidays',
      		position: 'top_left',
      		config: {
      			calendars: [
      				{
      					symbol: 'calendar-check-o ',
      					url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      				}
      			]
      		}
      	},
      	{
      		module: 'compliments',
      		position: 'lower_third'
      	},
      	{
      		module: 'Aktuelles Wetter',
      		position: 'top_right',
      		config: {
      			location: 'Bayreuth,Germany',
      			locationID: '5128581',  //ID from http://www.openweathermap.org
      			appid: '158010f0c45e255e6439eb1885b3482b'
      		}
      	},
      	{
      		module: 'Wettervorhersage',
      		position: 'top_right',
      		header: 'Wettervorhersage',
      		config: {
                  location: 'Bayreuth,Germany',
      			locationID: '5128581',  //ID from http://www.openweathermap.org
                  appid: '158010f0c45e255e6439eb1885b3482b'
      		}
      	},
      	{
      		module: 'newsfeed',
      		position: 'bottom_bar',
      		config: {
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      				}
      			],
      			showSourceTitle: true,
      			showPublishDate: true
      		}
      	},
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== ‘undefined’) {module.exports = config;}

      posted in Troubleshooting
      P
      PaulB
    • RE: Black screen after installation on Pi 2 model B V1.1

      @strawberry-3-141 thanks for the great advice.

      Ive tried your advise. Nevertheless my screen is now completely black, too.

      Ive tried it several times now, sometimes it works sometimes it doesn’t.

      After Ive changed the API Key of openwjeathermaps my screen went black again.

      So @strawberry-3-141 do you have and advise maybe? :-)

      Kind Regards from Germany,

      Paul

      posted in Troubleshooting
      P
      PaulB
    • RE: frameless mirror

      @Bangee

      Your Mirror looks awesome. Which components did you used to built the Mirrorframe and furthermore, how did you manage that the mirror is fixed on the Display?

      Kind regards from Bayreuth, Germany.

      Paul B

      posted in Show your Mirror
      P
      PaulB
    • RE: Magic Wardrobe

      This is so awesome! Thanks for the picture. After I ve finished the installation of the MM this awesome project will come to my list!

      Looks great! :)

      posted in Show your Mirror
      P
      PaulB
    • SSH Connection failed (terminal (Mac) to Raspberry)

      Hello Guys,

      since several day I am trying to lock into my raspberry 2 Model B V1.1 via the SSH Connection.
      Nevertheless the raspberry does not accept the standard password. I ve tried to reset the standard password several times. But it is not working.

      I am using the following command:

      “sudo ssh pi@raspberry”

      After that he won’t accept my password. The internet research did not help to fix my problem. Maybe you ve got a great hint.

      Thanks a lot and many greetings from Germany :)

      posted in Troubleshooting
      P
      PaulB
    • RE: Where are you from?

      Bayreuth, Germany

      posted in General Discussion
      P
      PaulB
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 9 / 10