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

    Posts

    Recent Best Controversial
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      @Richard238

      No, there is no need at all to change these files.

      next to main.css you find custom.css, there you can add any css styles which will override existing styles.

      To add compliments, calendars, newsfeeds and forecast you set your values in config/config.js.
      This way you don’t lose your changes :)

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: On-Demand Music

      Spotify is not supported? About 2 weeks ago when I last played around with my mirror components spotify was still working and I could use my phone or my laptop to select music to be played on my mirror.

      posted in Development
      yawnsY
      yawns
    • RE: Snilles Magic Mirror Project

      @Snille
      I just bought a house, currently there is no budget for a 3D printer or any other “toys”. But I will get one in the future. Thanks for the reccomondation

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MMM-CalendarWeek

      Okay, please try this.

      {
      	module: "MMM-CalendarWeek",
      	position: "bottom_bar",
      	config: {
      		showEndDate: true,
      		displayLocation: true,
      		displayDescription: true,
      		calendars: [
      			{
      				symbol: "calendar-check-o",
      				maximumNumberOfDays: 5,
      				url: "************"
      			}
      		]
      	}
      },
      
      posted in Utilities
      yawnsY
      yawns
    • RE: Clocks and Two Time Zones
      {
      module: 'clock',
      position: 'top_right',
      config: {
      timezone: 'Asia/Tokyo'
      }
      },
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: On-Demand Music

      @MistriHD

      I use spotify-connect-web: https://github.com/Fornoth/spotify-connect-web
      There is a MagicMirror frontend available: https://github.com/CatoAntonsen/MMM-SpotifyConnectUI
      You don’t need the frontend, it just helps you seeing your spotify status on your mirror. And the installation instructions are helpful.

      The biggest issue is getting the app-key. I completed the request form 3 times and it took 2-3 weeks but I received my app-key and went on.

      This is my spotifyconnect.sh file. Of course you need to add your spotify premium username and password. And you might need to play around with playback devices. The -n switch defines the name you see when browsing for Spotify devices.

      #!/bin/bash
      cd /home/pi/spotify-connect-web
       ./spotify-connect-web --username IWONTTELLYOU --password WONTTELLEITHER --bitrate 320 --n MagicMirror --playback_device sysdefault:CARD=ALSA
      

      After everything is set, the connect service is running on your pi and you should be able to select it on your smartphone, your tablet, the browser frontend or your computer, if you are on the same network.

      posted in Development
      yawnsY
      yawns
    • RE: Vanity Mirror, thy name is woman. (using laptop)

      Very nice progress, Mykle!

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MMM-AlarmClock
      {
          module: 'MMM-AlarmClock',
          position: 'top_right',
          config: {
              alarms: [
                  {time: "08:30", days: [0,1,2,3,4,5,6], title: "1st Alarm", message: "This is your first alarm", sound: "alarm.mp3"},
                  {time: "00:00", days: [0,1,2,3,4,5,6], title: "2nd Alarm", message: "This is your second alarm", sound: "alarm.mp3"},
                  {time: "17:00", days: [0,1,2,3,4,5,6], title: "3rd Alarm", message: "This is your third alarm", sound: "alarm.mp3"}
              ]
          }
      }
      

      Currently these 3 alarms are active for all seven days of the week, where Sunday is 0 !

      posted in Utilities
      yawnsY
      yawns
    • RE: Display a .png saved on the raspberry pi hard drive

      Take a look at mykles module:

      https://github.com/mykle1/MMM-EasyPix

      posted in Development
      yawnsY
      yawns
    • 1 / 1