For the URL is that my OpenHAB basicui, paperui, etc?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Openhab
This module looks awesome. I’m new to openHAB, can you provide some more details about how to find my OpenHAB site map, edit site map and use the correct URL in config file? Also how is the response time on a RPI 3 with other modules running.
-
RE: MMM-Trello - Another tool for todos connected to the mirror
I’m using this module on my mirror and haven’t had any problems. Are you using the
wholeListandshowChecklistsconfig settings? -
RE: Sell MagicMirrors?
I would say you shouldn’t do it. This is an open source community and you shouldn’t profit off of developers free contributions.
-
RE: MMM-MyScoreboard
Great work. Thanks again for your hard work and dedication to this module. I hope you enjoy working on it as much as we enjoy using it.
-
RE: MMM-NHL
I seem to still be having problems with this module. The day before the scheduled game the module displays a preview of the upcoming game. On the day of the game I get the error checking screen you referenced above.
-
RE: MMM-NHL
Need help troubleshoot this module. I’m a newbie and tried to troubleshoot before reaching out for help. The module is stuck on “Dropping the puck…”. Nothing stands out to me in the error log. I have run npm install from /MagicMirror/modules/MMM-Fracing as well as /MagicMirror/modules/MMM-NHL. I’ve removed and readded module to config file. Could I be missing a dependence?
Here is my log
magicmirror@2.1.2 start /home/pi/MagicMirror
sh run-start.shStarting MagicMirror: v2.1.2
Loading config …
Loading module helpers …
No helper found for module: alert.
Initializing new module helper …
Module helper loaded: updatenotification
Initializing new module helper …
Module helper loaded: MMM-ModuleScheduler
No helper found for module: clock.
Initializing new module helper …
Module helper loaded: MMM-MyCalendar
No helper found for module: MMM-EyeCandy.
No helper found for module: calendar_monthly.
Initializing new module helper …
Module helper loaded: MMM-NHL
Initializing new module helper …
Module helper loaded: MMM-MotionEye
Initializing new module helper …
Module helper loaded: MMM-JEOPARDY
Initializing new module helper …
Module helper loaded: calendar
Initializing new module helper …
Module helper loaded: MMM-WunderGround
Initializing new module helper …
Module helper loaded: MMM-Wunderlist
Initializing new module helper …
Module helper loaded: MMM-MyCommute
All module helpers loaded.
Starting server on port 8080 …
Server started …
Connecting socket for: updatenotification
Connecting socket for: MMM-ModuleScheduler
Starting node helper for: MMM-ModuleScheduler
Connecting socket for: MMM-MyCalendar
Starting node helper for: MMM-MyCalendar
Connecting socket for: MMM-NHL
Starting module: MMM-NHL
Connecting socket for: MMM-MotionEye
Starting module: MMM-MotionEye
Connecting socket for: MMM-JEOPARDY
Starting node_helper for: MMM-JEOPARDY
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-WunderGround
MMM-WunderGround helper started …
Connecting socket for: MMM-Wunderlist
Connecting socket for: MMM-MyCommuteand config file:
{ module: 'MMM-NHL', position: 'top_center', config: { focus_on: ['Blues'], header: true, maxWidth: "30%", headlogo: true, rotateInterval: 20 * 1000 } }, -
RE: MMM-MyScoreboard
Just checking in on my favorite module. Are multiple instances still a possible future enhancement?
-
RE: Bring!
I also got a response…
Thank you for your email. We might! Would you tell us what you’d like to use it for?
Best regards
Lucia -
RE: MLB Standings...
Would you have any interest in creating a similar module for NFL standings? Here is some information related to the NFL Standings API.
NFL Standings API -
RE: MMM-MyScoreboard
Thank you for the response. I’ll take a look at that hack you provided. If you find some "free’’ time and want to work on the multiple instances I would still find some value in it. No pressure, no hurry. I appreciate all the work you have put into this module and the MM forum in general. Great work!
-
RE: MLB Standings...
Sorry, user error! I resolved it. I had some misplaced brackets I needed to reposition. Thanks for your quick response and for building a cool module.
-
RE: MLB Standings...
Yes, I copied it from the readme file. I just copied it again and used a different email address but same result. I ran ‘npm install’ from modules/MMM-MLBStandings directory also but am getting same result.
-
RE: MLB Standings...
I can’t seem to get this module to work. I get a black screen where the module should be. Here is my config file:
{ module: 'MMM-MLBStandings', position: 'bottom_center', config: { email: "------@gmail.com", maxWidth: "100%", header: true, confdiv: true } },I did another git pull but still have the same problem.
-
RE: MMM-MyScoreboard
@j.e.f.f I’m in the process of building an all sports dashboard and could use multiple instances. I’d benefit from that feature and other may see a use for it as well. Please, Please :)
-
RE: MMM-MyScoreboard
Love this module! Does this module allow more than one module to run at a time. I can’t seem to get more than one to run. Config file errors out. Could this feature be added? Why would I need this? I’d like to have one league down the right hand side and one down the left hand side.