@shadymaple
ok now i got the problem.
can you please update the module. To do that just type git pull
in the module directory (…/modules/MMM-Globe/). And in your config file you have to change your path to https://github.com/ddzurko/Mirror/blob/master/Gear.png?raw=true
.
Then it should work.
Read the statement by Michael Teeuw here.
Posts made by LukeCodewalker
-
RE: Building an Image Module.
-
RE: Building an Image Module.
Could you please try to comment out line 61 of MMM-Globe.js and tell me if it works then?
-
RE: Printing to output Terminal
It you call console.log() in the module.js, the output will go to your browsers web-console. Have in mind, that the module.js is executed by your browser (client-like) when you open magicmirror there while the node_helper.js is executed when you start the magicmirror-server (server-like) and runs all the time. So to bring the output of your module.js to your terminal, you would have to send this data with a socketNotification to your node_helper.js and print it there.
-
RE: Building an Image Module.
You could just use my module and put the path of your image in the “ownImagePath” value of the config. It’s explained in the README but if you need help, let me now.
[card:LukeSkywalker92/MMM-Globe] -
RE: MMM-SoccerLiveScore
@d3r said in MMM-SoccerLiveScore:
That looks like a really cool module. I’ll give this a try this weekend.
About suggestions, maybe show the goalscores and goal times.
If a match is still going on, display how long the game has been on for. Somewhat like livescore.Don’t you think that this would use too much space?
-
RE: MMM-SoccerLiveScore
@nem1 said in MMM-SoccerLiveScore:
@LukeCodewalker said in MMM-SoccerLiveScore:
Here are some features I want to implement in the future if theres interest:
- only show scores when there is a match running
- goal notifications
Do you have more ideas?
I am really interested in the module and your plan to develop it as mentioned in the quote.
What will the module show if there aren’t any livegames in my chosen leagues/cups? The results of the last matches? The soccer table?
Thanks for your work!
Right now it show’s the result of the last matches or the upcoming matches. depends on which of them are closer. Tables would be possible but what would you do with a cup without a table?
I thought of just hiding the module when there’s no match running in the moment. -
RE: MMM-SoccerLiveScore
@tismepaulo thank you. it’s that way now. just update the module.
-
RE: Something I'm working on ...
Hey,
another problem with tables:if you use html-tables in your GitHub README.md it’s not displayed the right way.
Example: http://beta.magicmirror.builders/module/33/soccerlivescore -
RE: MMM-SoccerLiveScore
Here are some features I want to implement in the future if theres interest:
- only show scores when there is a match running
- goal notifications
Do you have more ideas?
-
RE: MMM-SoccerLiveScore
Maybe someone could give me some feedback if it’s running on the raspberry pi, because right now i don’t have one here to check it.
Thanks