A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    837 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
    2k Views
    E
    ok, found the issue, needed to define arrayName. Thanks!
  • Advanced stocks / finance module needed

    Unsolved
    21
    0 Votes
    21 Posts
    12k 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
    7k 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
  • 0 Votes
    5 Posts
    2k Views
    metalldetectorM
    habe alles nach anleitung verkabelt… die pins geändert vom pir … habe pigpio installiert und rebootet der pir reagiert auch aber bildschirm bleibt grau… dh ohne bild… monitor ist aber an. led streifen leuchtet aber nicht… was kann das sein thx
  • hide or show a specific module

    Unsolved
    1
    0 Votes
    1 Posts
    764 Views
    I
    how to hide or show a module by a vocal comand (mmm-assistantMk2)
  • Voiceprint recognition modules

    Unsolved
    1
    -1 Votes
    1 Posts
    1k Views
    L
    There are many voice control modules about MagicMirror. Would anyone like to develop a voiceprint recognition modules for us? The voiceprint recognition modules integrate with voice control modules. When you say hello to MagicMirror, the mirror can answer you “Yes, my king. You have 2 new email…”. And when my wife say hello to MagicMirror, the mirror say “Yes, my queen. You have one appointment today”.
  • MMM-MSSQL Module

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @New_Loewe what do you mean by connect to database? is this for other modules to use as well, or just your use? see https://www.microsoft.com/en-us/download/details.aspx?id=28160 then u would use the node_helper I think to send requests to the server and get data back maybe better https://www.npmjs.com/package/odbc
  • True Challenge Weather Modules Developers

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    M
    Solved in https://forum.magicmirror.builders/topic/10244/photo-notification-depending-on-weather
  • photo notification depending on weather

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    M
    @Sean said in photo notification depending on weather: @mohace MMM-WeatherBackground would get weather info from some weather module, then would search e from unsplash.com, then put the image into any position. I didn’t know that module when I asked in the other post. Thank you!!
  • Google assistant on magicmirror

    google assistant magicmirror
    21
    0 Votes
    21 Posts
    17k Views
    S
    See MMM-AssistantMk2 has GA and can execute actions on mirror
  • How can I add more time periods for MMM-compliments?

    Solved
    20
    0 Votes
    20 Posts
    8k Views
    S
    @DæmonEyes git stash pop i don’t know if you can pop one file at a time (ps… google is your friend!)