@chris47803
I have the same issue. Only the headings are displayed
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MysqlQuery module just released!
-
MMM-Gas Still Working?
Re: MMM-Gas
Can anyone verify if this is still working?I do not get any results.
-
iCloud Calendar help
I’m building a mirror for a family member and I really need your help getting the link for the calendar. I don’t use an Iphone so I’m lost on helping them get the link.
I’ve read many posts about how to change the webcal url to https and use that link but every version of the link downloads the ics file locally.
How can I help them find the correct link to use in their mirror?
-
MagicMirror server OS question
Can I run MagicMirror in server mode on an OS other than Raspbian or Raspberry Pi OS?
-
RE: Hiring Developer
I found a great module here that will do everything I need!
-
Hiring Developer
I am looking for a developer to code a module that I can customize to my own.
What I am looking for is a module that I can pass the URL to from the config, the URL returns JSON and specific lines from the JSON are displayed. I also want to be able to set the refresh rate of the data in the config file.
I’m an old school developer and can develop with PERL, PHP, C, Cobol, etc. I’m very familiar with Javascript and CSS, so I do not believe I will have any issue using this base module to extend into a few modules I would like to create.
I’m open to paying a reasonable rate. However, I realize what some consider reasonable is not what I may consider reasonable, so I can pay up to $200 for this base module.
I would love to discuss this further with someone and explain in detail. Please feel free to reply here or message me if you are interested.
-
RE: Starting from an existing module?
Thanks for the reply.
The JSON command works from a browser.
This is the command
http://192.168.1.9/JSON?request=getstatus&ref=260,175,233260,175,233 would be the IDs I would like to pass
-
Starting from an existing module?
I saw in this post a couple of people recommend starting with an existing module when attempting to create your own module.
I have a JSON command that returns information I was to display on my Magic Mirror.
The only two variables I want to specify in the config are the device IDs to pass to the JSON command and the amount of time (in minutes?) I would like to refresh this data.
What would be a good module to start with for these requirements?
-
RE: MMM-MyScoreboard
Yes, this was it exactly. Once I added the request module everything was fine.
However, I do have one question.
How can I add the West Ham United Football Club?
-
RE: MMM-DynamicWeather
First, this is a great module!
Second, how can I use the “holiday” option? It appears to be looking for a string and not an array so how can I pass multiple holidays?
-
RE: MMM-PaprikaMenu: Displays your weekly meal menu from the Paprika Recipe Manager app
Much thanks to @DolphinScientist for all the help!
The issue was my ignorance.
I was creating menus and expecting them to show up instead of adding to meals.
Thanks again.
-
RE: MMM-Snow - Yet another Snow Module
For those interested in a dynamic weather module check here:
-
4th Magic Mirror Complete!
I really don’t see how I got along with one before. it’s became a must-have!

-
RE: No display with MMM-cryptocurrency
@sdetweil Thank you! it was missing request.
-
No display with MMM-cryptocurrency
I’ve added MMM-cryptocurrency but I only get a blank display.
I’ve checked my config.js and it passes validation.
And I have created an API key as instructed.Here is my config section for MMM-cryptocurrency. If I delete or comment this out everything works. But when I include it all I get is a blank screen.
{ module: "MMM-cryptocurrency", position: "bottom_center", config: { apikey: 'xxxxxxxxxxxx', currency: ['ethereum', 'bitcoin'], conversion: 'EUR', headers: ['change24h', 'change1h', 'change7d'], displayType: 'logoWithChanges', showGraphs: true } },``` -
RE: MMM-PaprikaMenu: Displays your weekly meal menu from the Paprika Recipe Manager app
I am trying this again because it seems so cool.
I see “Loading” and it never updates.