MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Snille
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 5
    • Topics 17
    • Posts 264
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-MovieInfo

      Hi there! Would there be a possibility to have a config option to set the number of movies to show (as a configurable table)?
      Also, I read that they now support TV-Shows as well… It would be cool to get that integrated as well :)

      Ex something like this would be cool…

      config: {
        columns: 2,
        titles: 6,
        type: {
          "tv": 1,
         "movie": 1,
        }
        discover: {
          "sort_by": "vote_average.desc"
        }
      }
      

      That would give a table that holds 2 columns with 6 rows altering TV-Shows and Movies, descending by votes… 8)

      posted in Entertainment
      SnilleS
      Snille
    • RE: Sonos Module

      @Atreo Hehe, yes. But let’s keep it to English anyway. :)
      You are using my “fork” of the “MMM-Sonos” right, if not some of the config-stuff will not work. :)
      This is my fork: https://github.com/Snille/MMM-Sonos

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: Sonos Module

      @Atreo This is my “MMM-Sonos” config part…

      		{
      			module: "MMM-Sonos",
      			header: "Spelas på SONOS",
      			position: "top_center",
      			classes: "",
      			config: {
      				// The API is not om my RPi. It's on another server...
      				apiBase: "http://ip-of-the-api",
      				apiPort: 5005,
      				showAlbumArt: true,
      				showRoomName: true,
      				showPausedZone: false,
      				showStoppedRoom: false,
      				preRoomText: 'Rum: ',
      				preArtistText: 'Artist: ',
      				preTrackText: 'Spår: ',
      				preTypeText: 'Källa: ',
      				animationSpeed: 1000,
      				apiEndpoint: "zones",
      				exclude: ["Living-Room-SUB"]
      			}
      		},
      
      posted in Troubleshooting
      SnilleS
      Snille
    • RE: Sonos Module

      @Atreo Hmm… Then it should be all good. Can you post your “MMM-Sonos” part of the config?

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: Sonos Module

      @Atreo Do you get the “zones” up if you do: http://192.168.0.79:5005/zones ?
      You should get a list of all the zones and stuff. :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: Sonos Module

      Hi @Atreo do you have the http-sonos-api installed on your mirror or on another device?
      I had problems before I ran on a raspberry Pi when I ran the mirror in Server mode. Don’t know why though. :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: MMM-doomsDay - The countdown module,

      @broberg I know, that’s why I only made it configurable. :) Then ppl don’t have to change your code to set their own message. :)

      posted in Utilities
      SnilleS
      Snille
    • RE: MMM-doomsDay - The countdown module,

      Hi there! I just posted a PR to you on github, adding the “passed” text via the config. And also let the “toWhat” event to still be shown when the event has passed (makes more sense i think if you use the “passed” text.) :)

      posted in Utilities
      SnilleS
      Snille
    • MMM-Profilepicture - Add individual background pictures to your profiles.

      Description:

      A simple module to add a background picture to the selected profile. This module works well with the MMM-ProfileSwitcher module. Set the URL to the users picture, then set the class for each user on each instans of the module in your config.

      Screenshots:

      Janes Profile:
      Jane
      Johns Profile:
      John

      Download:

      [card:Snille/MMM-Profilepicture]


      Version 0.1

      • Initial version.
      posted in Utilities
      SnilleS
      Snille
    • RE: Activate Profiles (via MMM-ProfileSwitcher) using MMM-Remote-Control...

      Bonus for anyone who wounder why I wanted to do this…

      I’m a user of “Alexa” (Amazons Echo Dot). I have 6 dots in my house. I wanted to be able to interact with the mirror with Alexa. And, yes I know there are lot’s of modules and stuff out there for this. But I have tried and not been satisfied with different modules/solutions that I found.

      Now, It happens I already use a small software called “HA-Bridge” for controlling all kind of things using Alexa (for example all my lights via Z-Wave using a Fibaro HC2 controller). So this software can be configured to “visit” URL:s when called up on with a voice command though Alexa (in reality HA emulates a Philips HUE light that Alexa can “find” under “Smart House”, that give 3 different commands: On, off and dim.). This opens up a sea of opportunities as you can imagine. :)

      So, now I say: “Alexa, turn on Snilles Mirror” to view my profile. (Switches to my profile)
      Or: “Alexa, turn off Mirror Screen.” (Monitor off)
      Or: “Alexa, turn off Mirror” (Shutdown the mirror)
      And so on…
      Yes… Imagine the possibilities. :)

      posted in Troubleshooting
      SnilleS
      Snille
    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 26
    • 27
    • 19 / 27