Hi!
Just lest you miss my response to @Bangee , I have resolved my problem.
Bangee gives a step-by-step how to re-install the module, which helped me to get my device working.
Thanx, once again, for a great module!
Cheers!
Hi!
Just lest you miss my response to @Bangee , I have resolved my problem.
Bangee gives a step-by-step how to re-install the module, which helped me to get my device working.
Thanx, once again, for a great module!
Cheers!
Thanx a Million, Bro’ !!
The step-by-step did it for me!
I couldn’t understand that everybody’s was working so cool and mine dis diddly-squat?!?
So removing the module and reinstalling was the answer. No idea what went wrong first time round; Just grateful it is now working as expected.
Thanx for your great post!!
Hi!
Just lest you miss my response to @Bangee , I have resolved my problem.
Bangee gives a step-by-step how to re-install the module, which helped me to get my device working.
Thanx, once again, for a great module!
Cheers!
Thanx a Million, Bro’ !!
The step-by-step did it for me!
I couldn’t understand that everybody’s was working so cool and mine dis diddly-squat?!?
So removing the module and reinstalling was the answer. No idea what went wrong first time round; Just grateful it is now working as expected.
Thanx for your great post!!
Hi!
NOOB alert!!
I have added the module, updated the config.js file accordingly, but then, with nothing connected, the screen turns completely white?? (Opposite to what I expect to happen).
Could you kindly indicate what I might observe when it is running as expected? With a PIR connected, and without?
I have learnt how to run “npm start dev”; What should I look for in that console if it is functioning?
Or any other means of testing if it’s working, or where it is breaking?
Much obliged!!
@ps-logic
Hi, All!
Thinking about it, the table NOT that important; Not for a magic mirror. Probably stays static for too long and will ultimately clutter the mirror. Besides, if my team’s not on top, I don’t even want to see it!! (Manchester United).
Thanx all, very much, for a great concept, wa wonderful community, and for having created a thing of joy!!
@djbosman
In hind-sight … The Table never did display; Just the scores.
Very glad for the scores, but wouls be happy if I COULD present table??
Woop, woop!!! Are you clever or what??!!
Live scores back up again!!
Thanx! If you can kindly advise which commands to execute where to investigate. I’m very much a Windows NOOB , now dabbling in PI, with almost zero web development experience!
No errors I could detect in Dev Tool (A bit like a passenger checking a Jet Engine that’s malfunctioning!)
From the console:
Starting MagicMirror: v2.1.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
No helper found for module: MMM-SimpleLogo.
Initializing new module helper ...
No helper found for module: clock.
Initializing new module helper ...
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Initializing new module helper ...
All module helpers loaded.
Starting server op port 8080 ...
Server started ...
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Connecting socket for: MMM-SoccerLiveScore
MMM-SoccerLiveScore helper started...
Sockets connected & modules started ...
Launching application.
Create new calendar fetcher for url: http://www.kayaposoft.com/enrico/ics/v1.0?country=zaf&fromDate=01-01-2017&toDate=31-12-2017 - Interval: 300000
Create new news fetcher for url: http://feeds.news24.com/articles/news24/SouthAfrica/rss - Interval: 300000
Create new news fetcher for url: http://feeds.24.com/articles/sport/featured/topstories/rss - Interval: 300000
Create new news fetcher for url: http://feeds.news24.com/articles/News24/World/rss - Interval: 300000
Use existing news fetcher for url: http://feeds.news24.com/articles/News24/World/rss
Create new news fetcher for url: http://feeds.news24.com/articles/Fin24/Tech/rss - Interval: 300000
error: Unable to append to .git/logs/refs/remotes/origin/develop: Permission denied
From https://github.com/MichMich/MagicMirror
! 57ea2ac..fd738e5 develop -> origin/develop (unable to update local ref)
pi@raspberrypi3:~/MagicMirror $ pm2 stop mm
Any clue from above?
Thanx!
@LukeCodewalker
Hi!
Yet another NOOB needing help; I hope you don’t mind?!
Let me first say a massive thanx for great work!! This is just such a neat app for any soccer enthusiast. Our mirror is setup in the workplace and there are several enthusiasts that enjoy the live posting of results.
The sad news, it has now stopped working!
It just displays Live Scores, and that’s it.
Because the mirror is a work in progress, we often load/test new modules, so I gues somewhere a dependancy has broken.
But I am not a developer!!
I’ve updated nodejs to v7.5.0, but no go.
Can you possibly submit a chronological set of steps I might follow to determine what has died?
As I have not changed the soccer module reference in the config.js, I doubt that is what is wrong, but I’ll list it all the same:
/* Magic Mirror - Team Iron Man
*
*/
var config = {
port: 8080,
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],
language: 'en',
timeFormat: 24,
units: 'metric',
modules: [
{
module: 'alert',
},
{
module: "updatenotification",
position: "top_bar"
},
{
module: 'clock',
position: 'top_left'
},
{
module: 'calendar',
header: 'South African Holidays',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: 'http://www.kayaposoft.com/enrico/ics/v1.0?country=zaf&fromDate=01-01-2017&toDate=31-12-2017'
}
]
}
},
{
module: 'compliments',
position: 'lower_third'
},
{
module: 'currentweather',
position: 'top_right',
config: {
location: 'Cape Town',
locationID: 3369157,
appid: '325d7446836769aeb5e5e9d24e0209bf'
}
},
{
module: 'weatherforecast',
position: 'top_right',
header: 'Weather Forecast',
config: {
location: 'Cape Town',
locationID: 3369157,
appid: '325d7446836769aeb5e5e9d24e0209bf'
}
},
{
module: 'newsfeed',
position: 'bottom_bar',
config: {
feeds: [
{
title: 'Motivation',
url: 'http://fees.feedburner.com/brainyquote/QUOTEBR'
},
{
title: 'South Africa',
url: 'http://feeds.news24.com/articles/news24/SouthAfrica/rss'
},
{
title: 'Sports',
url: 'http://feeds.24.com/articles/sport/featured/topstories/rss'
},
{
title: 'Top Stories',
url: 'http://feeds.news24.com/articles/News24/World/rss'
},
{
title: 'World',
url: 'http://feeds.news24.com/articles/News24/World/rss'
},
{
title: 'SciTech',
url: 'http://feeds.news24.com/articles/Fin24/Tech/rss'
}
],
showSourceTitle: true,
showPublishDate: true
}
},
{
module: 'MMM-SoccerLiveScore',
position: 'top_right',
header: 'Live-Scores',
config: {
leagues: [17],
showNames: true,
showLogos: false,
displayTime: 60 * 1000,
showTables: true
}
}
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== ‘undefined’) {module.exports = config;}
Thanx for any help!!
@morozgrafix
Hi!
I am a rank NOOB who has just managed to get the Magic Mirror going.
I then tried to add the Horoscope Module , but it only displays: “Aligning Stars …”.
I have placed all the extracted files from Github , in the: /home/pi/MagicMirror/modules/MMM-horoscope/ folder.
Then I edited the config.js to include:
},
{
module: ‘MMM-horoscope’,
position: ‘top_right’, // This can be any of the regions.
config: {
// See ‘Configuration options’ for additional options and more information.
sign: ‘aries’, // Zodiac sign
}
}
What else should I be doing?
I’ll be grateful for any help!
Danie Bosman