Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Modules
    3. Requests
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • S

      Openweathermap graphic
      • shgmongohh

      1
      0
      Votes
      1
      Posts
      1123
      Views

      S

      Hello,

      is it possible to add to the forcast module an graphic forcast? Like on the homepage of openweathermap.org.
      I have seen this at a Blog. It looks very good, but I don´t know how to implement this to MM2.

    • M

      SOLVED xkcd Comic Feed
      • mav29x

      2
      0
      Votes
      2
      Posts
      1813
      Views

      B

      Check out my DailyXKCD module. It seems to be what you’re looking for.

    • A

      UNSOLVED Smart Toothbrush integration with Game for better toothbrushing.
      • AndreSchiretz

      2
      0
      Votes
      2
      Posts
      996
      Views

      MichMich

      A bit offtopic, but good to see you here, @AndreSchiretz! The perfect place to pitch you idea!

    • Pimagical

      UNSOLVED A location based night sky background for MagicMirror
      module night sky skyview star • • Pimagical

      1
      1
      Votes
      1
      Posts
      1559
      Views

      Pimagical

      A location based night sky background for MagicMirror
      Using the SkyView APP(a location based augmented view of the night sky with stars and satellites) i was wondering how this could be made possible for MagicMirror.

      The idea is to make use of the MagicMirror’s black background with a layer of stars that are changing during the day depending on your location.

      The old way (time based):
      alt text

      The new way (location based):
      alt text
      For example a nice looking Ref6.

      A few more examples of MagicMirror with use of online sky maps*:
      Example1 using the map of Ref1.
      Example2 using the map of Ref4. & Ref5.
      Example3 using the map of Ref2.
      Example4 using the map of Ref6.

      I’m sharing this to make this idea available using a module.

      *References used in examples:
      Location based online sky view maps
      Ref1. http://neave.com/planetarium/
      Ref2. http://theskylive.com/planetarium#ra|8.113703391538692|dec|-14.419127710596998|fov|50
      Ref3. http://www.astroviewer.com/night-sky-code.php?lon=4.89&lat=52.37&city=Amsterdam&tz=CET
      Ref4. SkyView Android https://play.google.com/store/apps/details?id=com.t11.skyviewfree&hl=nl
      Ref5. SkyView iOS https://itunes.apple.com/nl/app/skyview-free-explore-universe/id413936865?mt=8

      360 sky view maps (not location based)
      Ref6. http://media.skysurvey.org/interactive360/index.html
      Ref7. https://www.google.com/sky/

    • I

      UNSOLVED Pollen Count
      • incubik

      5
      1
      Votes
      5
      Posts
      2950
      Views

      ?

      I have not started this yet, as I have been sick with pollen…
      However, when I investigated the size of a project like this, I saw that it should not be that complex to implement this as a plugin. I will start sometime after the summer I think.
      I have created a first draft/concept of this, if you want to experiment. 🙂
      You then need to implement the function `processResponse’, and maybe something more, IDK.

      https://github.com/sebastiw/PollenCountForMagicMirror

    • P

      Connecting picture & Compliments
      • Pfannerfranz

      2
      0
      Votes
      2
      Posts
      1239
      Views

      MichMich

      @Pfannerfranz It’s definitely possible. Just copy the compliments module into a new folder (outside of the default folder, and give it a new name (rename the folder, rename the .js file, and rename the module inside the .js file). You can now modify that module any way you want.

      By the way: welcome the community. Looking forward to your contributions.

    • pugsly

      Vivify Scrum?
      • pugsly

      1
      0
      Votes
      1
      Posts
      1025
      Views

      pugsly

      Hello Programmers… I am looking for someone to take a look at Vivify Scrim. This is an Agile tool for planning and working with tasks etc. I am sure anyone in the IT field knows what I’m talking about.

      I would like to have a module that would display our current scrum cycle. There is an API so if someone would like to take a stab at it, I would be grateful.

    • Pimagical

      How to get Domotica info to MagicMirror
      • Pimagical

      1
      0
      Votes
      1
      Posts
      1046
      Views

      Pimagical

      I want to know wich MagicMirror module can be used to get temperature information from my Pimatic domotica system to the MagicMirror. (a few Pimatic users have MagicMirrors)

      For example this link can be used:
      http://demo:demo@demo.pimatic.org/api/variables/variable-set.temperature (buth will output all values)

      This script for example will pick the one value needed (Temperature: 14)

      <?php $curl = curl_init(); curl_setopt ($curl, CURLOPT_URL, "http://demo:demo@demo.pimatic.org/api/variables/variable-set.temperature"); curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec ($curl);// curl to a variable curl_close ($curl); $result = json_decode($result, true);// decode to associative array $result = $result['variable']['value'];//pick desired value print "Temperature: ".$result; ?>
    • 0

      Profile switching API
      • 00conman

      13
      0
      Votes
      13
      Posts
      5823
      Views

      A

      @KirAsh4
      Thanks for the quick response! I’ll take a look at the BUTTON module. Hopefully it’ll work the way I need it to. Fortunately, I only have 2 profiles I’ll need to cycle thru.

    • ?

      Module with Toshl API
      • A Former User

      2
      0
      Votes
      2
      Posts
      1270
      Views

      KirAsh4

      @monsieurpouet said in Module with Toshl API:

      (not me, I’m a really really bad developer)

      At some point, we were all bad developers. You have to start somewhere. Don’t be scared about it, just dive in. There are plenty of resources online that can help you, and there are several folks on here who can also give you a hand. Don’t underestimate yourself.

    • S

      UNSOLVED Ability to change color by physical button?
      • Snoevit

      13
      0
      Votes
      13
      Posts
      5832
      Views

      EoF

      Hi… This can easily be accomplished with some javascript and css. No need to mess with hardware or anything.

      Edit: I guess I should actually read the post. You need a physical button. Disregard lol

    • J

      SOLVED Traffic
      • joerod

      6
      0
      Votes
      6
      Posts
      5976
      Views

      D

      Take a look here 😉

    • A

      Microsoft Health
      • ascension

      2
      0
      Votes
      2
      Posts
      1272
      Views

      KirAsh4

      @ascension, I moved your request to the modules request section so other module developers will see it.

    • A

      AirPlay interface
      • andy952

      1
      0
      Votes
      1
      Posts
      1951
      Views

      A

      I had the idea of using AirPlay instead of a spotify agent for my magic mirror. I have managed to install and successfully integrate this for my pi using this guide, http://drewlustro.com/hi-fi-audio-via-airplay-on-raspberry-pi/

      Now I have music playing, I had the idea of having an interface showing what is currently playing.

      Any ideas on where to get started for this?

    • cowboysdude

      Weather based on another provider..
      • cowboysdude

      18
      0
      Votes
      18
      Posts
      10983
      Views

      RedNax

      @cowboysdude 😃 Glad it’s working, enjoy!

    • C

      Camera Integration
      • clebo99

      1
      0
      Votes
      1
      Posts
      1481
      Views

      C

      So instead of putting this behind a mirror, what if I just wanted the camera to display a video feed in the middle of the screen. Could this be done?

    • N

      google spreadsheet chart
      • napoleonmm83

      1
      0
      Votes
      1
      Posts
      1047
      Views

      N

      I want to display from diverent google spreadsheet some charts
      may withe a iframe should possible

    • M

      Help building module from existing code.
      • matthewj

      2
      0
      Votes
      2
      Posts
      1187
      Views

      KirAsh4

      @matthewj, I moved your post here as it’s more about a module request than just general discussions.

    • pugsly

      WeatherUnderground Alerts
      • pugsly

      2
      0
      Votes
      2
      Posts
      1249
      Views

      RedNax

      Alerts are added to my module https://forum.magicmirror.builders/topic/128/weatherunderground-currently-hourly-daily-configurable/34

      However not as extensive as what you propose… yet 🙂

    • D

      UNSOLVED Camera RTSP module
      • DirkS

      1
      0
      Votes
      1
      Posts
      1548
      Views

      D

      Another idea is also to have a module to fetch a RTSP stream of a IP camera. Like the podcast module with a button or as an static stream within the screen.

      That would be great because the button could be also triggered by a bell if you get some visitor.

      Best regards
      Dirk

    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 48 / 48
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy