A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • snapchat overlay

    Unsolved snapchat overlay
    1
    0 Votes
    1 Posts
    1k Views
    X
    Hi, thought it would just be neat to create like a small framework for creating overlays like snapchat overlays where you get big eyes or vomiting rainbows, or even something like trying different clothes.
  • Possible to make a Apple Music Widget Module?

    Moved
    2
    1 Votes
    2 Posts
    2k Views
    StoffbeuteluweS
    that would be nice…
  • Profile Switcher - RC522 RFID

    Unsolved
    13
    0 Votes
    13 Posts
    7k Views
    S
    @richland007 I think the node helper strips the trailing spaces. I don’t know if the tag needs all 16 digits If there ARE trailing spaces, then it won’t match the config entries
  • mmm-googleshoppinglist

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    I
    ok thank you
  • HC-SR04 to play radio with MMM-RadioDe

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    StoffbeuteluweS
    MMM-RadioDe works well for me…
  • mmm-assistantmk2

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    I
    ok thank you , another question please have you an idea about googleshoppinglist ? we can add or delete , we can see the result in our pc’s in google shopping list but we can’t see it in the module googleshoppinglist on the magicmirror we can just see “loading” instead of the list that i’ve added
  • MMM-Screencast do not work with Pifiberry DAC+

    Unsolved
    1
    0 Votes
    1 Posts
    913 Views
    M
    I installed the module “MMM-Screencast” and tested it with the jack output of the Raspberry Pi3b +. It works perfectly. Now the sound is very bad, so I installed the Pifiberry DAC +. Only change: under /boot/config.txt the line dtparam = audio = on commented out and dtoverlay = hifiberry-dacplus inserted. Now a file /etc/asound.conf created with the following content: pcm.! default { type hw card 0 } ctl! default type hw card 0 } Then a restart. now the sound comes over the pifiberry. Everything works fine with the Spotify module. But MMM-Screencast is no longer playing Youtube videos: (( Does one have an idea why it could be? or an alternative to stream Youtube videos ???
  • Bring!

    22
    0 Votes
    22 Posts
    14k Views
    strawberry 3.141S
    @Stoffbeuteluwe Is there a public API for Bring!? No. https://getbring.com/en/faq/#various
  • Notification from iFrame? (MMM-Glance and ...?)

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    M
    OK, for posterity, here’s what I did. I used MMM-Remote-Control and created a button element that calls a function that issues a get request. Interestingly, when I put the URL in the button code the request was rejected (no cross-origin request allowed) but when after I put the URL in the function it worked. function toggleCal() { var myUrl = "http://mypi.local:8080/remote?action=TOGGLE&module=MMM-CalendarExt"; console.log("getting " + myUrl) var xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET", myUrl, false); // false for synchronous request xmlHttp.send(null); return xmlHttp.responseText; }; The button code gets mangled here. I had to add spaces < button onclick="toggleCal()">Calender on/off< /button>
  • Controllable Youtube Embed player module?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    justjim1220J
    @Sean I have been trying to modify MMM-RandomYouTubePlayer to do those actions at the moment, it will play a playlist from YouTube and can be configured to play at random or in order it has full controls which are customizable with Boolean and other values I would like it to play a play list, or from a json file of a list of YouTube videos, or from a list that can be controlled by notification
  • Barcode Scanner to shopping list

    Unsolved
    1
    0 Votes
    1 Posts
    879 Views
    O
    More or less have a barcode scanner attached to the pi via usb under the mirror and it would take scan data and add it to wunderlist as the actual product name. I found this that could run separately, but couldn’t get it to install. I guess a module with an input box and you would put in wunderlist api keys as well as a upc database api key and it would do the rest. Someone got this working on a pi zero, but the install instructions were to hard for me to figure out. https://bcarrigan.com/2018/04/20/wunderscan/
  • Dreambox / Vu + timer list for MagicMirror.

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    T
    Hello AxLED, Thanks for your offer, I know your module and have already installed it on my 2nd mirror. For streaming your module is great, but I use the mirrors only for news / status messages and not for the entertainment. Through your module, I first came up with the idea that you could view the timer list on MagicMirror. I have already shown the Timer Webif with iFrame, only the view is not very nice, it just does not look professional. I’m an absolute beginner in programming Python.
  • api info to table

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    E
    ok, found the issue, needed to define arrayName. Thanks!
  • Advanced stocks / finance module needed

    Unsolved
    21
    0 Votes
    21 Posts
    14k Views
    D
    @Sean Interesting, then I did a mistake somewhere else. I will try this evening again. I guess i tried only quickly since the other plugins were not working already and I didn’t expect any success anymore :smiling_face_with_open_mouth_cold_sweat:
  • Serial Comunication with Arduino

    19
    0 Votes
    19 Posts
    8k Views
    S
    @s-monti-74 way cool congrats!
  • Bring! on MM

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    StoffbeuteluweS
    I hope it will work again someday. 🙏
  • Shelly H&T

    Unsolved
    1
    0 Votes
    1 Posts
    3k Views
    R
    Has anyone made a module for the Shelly humidity and temperature sensor? https://shelly.cloud/shelly-humidity-and-temperature/ Looks good. Pretty cheap, wifi (no need for a hub) and has REST API built in. I don’t have one myself, but might get one just to test.
  • Traffic map with a open-source map

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    F
    HI, All is in the title now google need credit card to give traffic’s map i need a open source solution ! thanks .
  • Google Location Sharing Module

    7
    0 Votes
    7 Posts
    5k Views
    bheplerB
    @metalldetector - Those appear to be keys that you obtain from the various services to register with them. gmapid is probably the API key for the Google Maps API. pnids is the PubNub API key. You’ll have to figure out how to register with both of those services and then extract an API key. If you figure it out, you can update the README file for the project and issue a pull request. The developer would probably appreciate the help.
  • SMB Working Photo Frame/Slideshow Module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @NinjaEpisode I use MMM-ImagesPhotos from a mounted samba folder. I had to make a link from the module uploads folder to the mount. But it works fine. See the ln command. The module doesn’t know the images are not local Note that modules can’t see anything above the modules folder without this kind of help