@Nonamexp my guess is because you installed it in /root/… instead of /home/pi/… so it cant find the file
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-voice
-
RE: console.Log() shows nothing?
@mortenbirkelund it is case sensitive try using
console.log("Debug Message"); -
RE: NFL Score Module
@gama the problem with this link is, that you need to change it every week. In order to work automatically you need to create a logic to change the week and seasontype and year automatically.
I previously tried to create a logic just to determine if it is regular or post season and the mirrors of the peaople started going crazy flickering regular and post season.
-
RE: Get back to desktop ?
@johnnyboy for testing purposes you can also start the mirror with
npm start dev, which shows developer tools and the top menu bar -
RE: MMM-voice
@daveyg_71 there is an error log in the mmm-voice directory can you post it? and do you get any errors in the terminal or electron console?
-
RE: Include from /modules/node_modules/
@mortenbirkelund you have to give the path starting from your module directory something like this
"node_modules/swiper/.../.../package.js" -
RE: NFL Score Module
nfl updated the data source and is now on week 2 season 2018. so it should work now again as expected.
-
RE: messed up my config.. MM tells me to create a config file
@johnnyboy your quotes are wrong only
"and'are valid, but on your screenshot you used different ones which is causing the error -
RE: MMM-FHEM
@cpramhofer the last comma will not make a difference.
normally a comma at the end is a syntax error, but meanwhile the engines kind of ignore it and handle it correctly
it’s like in human languages if you write a list, you will not write buy me eggs, cake, ham,
-
RE: Display values from a JSON file hosted online
@yawns i could imagine that the start flag of the node_helper is still true so the getdata call gets skipped
-
RE: NFL Score Module
The data source was fixed and with it the version 1.1.0 of the module is released.
Thanks to https://github.com/alacercogitatus and https://github.com/justjim1220 for their contributions.
Link to module https://github.com/fewieden/MMM-NFL
[1.1.0]
Fixed
- Data source
- Installation instructions
Added
- Config option
tableSizeto specify font size of table. - Config option
reverseTeamsto invert the display order of home and away team. - Display of week in header.
- package-lock.json
- Pro bowl mode
Changed
- Updated icons
- Start in regular mode
Removed
- team renaming
[card:fewieden/MMM-NFL]
-
RE: messed up my config.. MM tells me to create a config file
@johnnyboy no you didn’t use markdown syntax, the forum messes up quotes if their not in set in markdown codeblock.
your second calendar uses different quotes
-
MMM-AlarmClock
Based on a request from @cowboysdude I created this alarm clock a month ago
It works for touch and non touch mirrors


[card:fewieden/MMM-AlarmClock]
-
RE: Voice Control using IBM's Watson
@prostko glad you did it. keep in mind that someone can browse an old commit/state of the repo so i hardly suggest to change the password at the specific services.
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@Egnos Requires version >= 2.14 of MagicMirror!
[02:57:33.259] [LOG] Starting MagicMirror: v2.10.1
Your mirror is not up to date
-
RE: MMM-SimpleLogo
@johnnyboy you put the file url outside of the config block, thats why its defaulting to the logo.png
-
RE: Motion Detector
@done propably everything is working for you guys and you can just see the screensaver, be sure to disable the screensaver
-
Looking for Austrian Testers
I created an addon for my module MMM-Fuel.
[card:fewieden/MMM-Fuel]
Now it also supports Austria’s gas stations.
To test do the following:
git clone https://github.com/fewieden/MMM-Fuel.git cd MMM-Fuel git checkout develop npm install --productiveThen add the module to the config file (for Austria there is no API key needed).
{ module: "MMM-Fuel", position: "top_right", config: { lat: 48.19659782973711, lng: 16.183596614516993, types: ["diesel"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas" provider: "spritpreisrechner", ... } }@kurt @schlachtkreuzer6 @flo80 @spedja @cpramhofer @gerbin @Pegasus @schmo90 @miek
-
MMM-NHL
I created an initial version of this module 3 years ago but it never had its own showcase thread in the forum.
I just rewrote the whole module with the big help of https://github.com/dannoh

[2.0.0]
Added
- Nunjuck templates
- French translations thanks to matlem037
- Dependency
node-fetch - Config option
daysInPast - Config option
daysAhead - Config option
liveReloadIntervalthanks to dannoh. - Config option
showNamesthanks to dannoh. - Config option
showLogosthanks to dannoh. - Support for game status
postponedthanks to dannoh. - Github actions (linting and changelog enforcer)
- JSDoc documentation
Changed
- Switched API for data feed.
- Display logos from remote.
- Retrieve team list from API.
- ESLint recommended instead of airbnb ruleset.
Removed
- Config option
format, instead rendering information based on locale. - Travis integration
- Dependency
moment-timezone - Dependency
request - Local team logos
Make sure you install the new dependencies as described in the Readme file.
https://github.com/fewieden/MMM-NHL
[card:fewieden/MMM-NHL]
-
RE: Total n00b and can't get this thing to work. Please help!
@EttVenter you have to use the
| bashpart, because what is doing is the following, curl will load the script from github and then you pipe it right into the bash command to execute the script otherwise you would just load the file