@bhepler You are a Genius! Thanks a lot. :-)
Changing the module names was not my best idea, I guess :D
@bhepler You are a Genius! Thanks a lot. :-)
Changing the module names was not my best idea, I guess :D
@cpramhofer I did everything from the scratch :-D
–> Conclusion: No no problem more :D
@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 :)
Guys, thanks for your great help!
I fixed this problem, now. Well, after fixing this problem I got several problem more :D
@bhelper I am trying to :-D
/* Magic Mirror Config Sample
*
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;}
@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
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
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! :)
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 :)