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

shaquanb

@shaquanb

1
Reputation
445
Profile views
5
Posts
0
Followers
0
Following
Joined Apr 15, 2017, 8:25 PM
Last Online Apr 20, 2017, 2:52 AM

shaquanb Unfollow Follow

Best posts made by shaquanb

  • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

    Best help I’ve ever had. Man this guy is AWESOME I can’t even explain how AWESOME he is. Thank you thank you thank you

    posted in Show your Mirror
    S
    shaquanb
    Apr 16, 2017, 2:16 AM

Latest posts made by shaquanb

  • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

    Best help I’ve ever had. Man this guy is AWESOME I can’t even explain how AWESOME he is. Thank you thank you thank you

    posted in Show your Mirror
    S
    shaquanb
    Apr 16, 2017, 2:16 AM
  • RE: HELP!!!!!!!

    @Mykle1 modules: [
    {
    module: “alert”,
    },
    {
    module: “updatenotification”,
    position: “top_bar”
    },
    {
    module: “clock”,
    position: “top_left”
    },
    {
    module: “calendar”,
    header: “US Holidays”,
    position: “top_left”,
    config: {
    calendars: [
    {
    symbol: "calendar-check-o ",
    url: “webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics”
    }
    ]
    }
    },
    {
    module: “compliments”,
    position: “lower_third”
    },
    {
    module: “currentweather”,
    position: “top_right”,
    config: {
    location: “”,
    locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
    appid: “”
    }
    },
    {
    module: ‘MMM-History’,
    position: ‘bottom_bar’,
    config: {
    maxWidth: “300px”
    }
    },
    {
    module: ‘random_quotes’,
    position: ‘lower_third’,
    config: {
    // The config property is optional
    // Without a config, a random quote is shown,
    // selected from all of the categories available.
    }
    },
    {
    module: “weatherforecast”,
    position: “top_right”,
    header: “Weather Forecast”,
    config: {
    location: “”,
    locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt

    		}
    	},
    	{
    		module: "newsfeed",
    		position: "bottom_bar",
    		config: {
    			feeds: [
    				{
    					title: "New York Times",
    					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
    				}
    			],
    			showSourceTitle: true,
    			showPublishDate: true
    		}
    	},
    
    posted in General Discussion
    S
    shaquanb
    Apr 16, 2017, 12:25 AM
  • RE: HELP!!!!!!!

    @Mykle1 modules: [
    {
    module: “alert”,
    },
    {
    module: “updatenotification”,
    position: “top_bar”
    },
    {
    module: “clock”,
    position: “top_left”
    },
    {
    module: “calendar”,
    header: “US Holidays”,
    position: “top_left”,
    config: {
    calendars: [
    {
    symbol: "calendar-check-o “,
    url: “webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics”
    }
    ]
    }
    },
    {
    module: “compliments”,
    position: “”
    },
    {
    module: “currentweather”,
    position: “top_right”,
    config: {
    location: “”,
    locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
    appid: '”
    }
    },
    {
    module: “mm-music-player”,
    position: “bottom_left”,
    config: {
    startingVolume: 20,
    fadeDuration: 2000
    }
    },
    {
    module: ‘MMM-History’,
    position: ‘’,
    config: {
    maxWidth: “300px”
    }
    },
    {
    module: ‘random_quotes’,
    position: ‘lower_third’,
    config: {
    // The config property is optional
    // Without a config, a random quote is shown,
    // selected from all of the categories available.
    }
    },
    {
    module: “weatherforecast”,
    position: “top_right”,
    header: “Weather Forecast”,
    config: {
    location: “”,
    locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
    appid: “”
    }
    },
    {
    module: “newsfeed”,
    position: “bottom_bar”,
    config: {
    feeds: [
    {
    title: “New York Times”,
    url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”
    }
    ],
    showSourceTitle: true,
    showPublishDate: true
    }

    posted in General Discussion
    S
    shaquanb
    Apr 16, 2017, 12:04 AM
  • RE: HELP!!!!!!!

    @Mykle1 https://github.com/masters1222/mm-music-player

    posted in General Discussion
    S
    shaquanb
    Apr 15, 2017, 10:01 PM
  • HELP!!!!!!!

    Hi everyone I’m new to building a mirror and I want to add a 3 party moduel can someone help me I’m so lost. Thank you in advance

    posted in General Discussion
    S
    shaquanb
    Apr 15, 2017, 8:28 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy