• 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. spiffler
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 4
  • Groups 0

spiffler

@spiffler

0
Reputation
474
Profile views
4
Posts
0
Followers
0
Following
Joined Oct 14, 2016, 8:53 AM
Last Online Feb 4, 2019, 2:22 AM

spiffler Unfollow Follow

Latest posts made by spiffler

  • RE: Total Beginner - MM2 with MacMini

    UPDATE: THIS IS WORKING FINE… NOTED MY ERROR

    @MichMich Right… so… I started slow… just changed one thing… calendar position from top_left to bottom_left

    
    /* Magic Mirror Config Sample
     *
     * By Michael Teeuw http://michaelteeuw.nl
     * MIT Licensed.
     */
    
    var config = {
    	port: 8080,
    
    	language: 'en',
    	timeFormat: 24,
    	units: 'metric',
    
    	modules: [
    		{
    			module: 'alert',
    		},
    		{
    			module: 'clock',
    			position: 'top_left'
    		},
    		{
    			module: 'calendar',
    			header: 'US Holidays',
    			position: ‘bottom_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: 'New York',
    				locationID: '',  //ID from http://www.openweathermap.org
    				appid: 'YOUR_OPENWEATHER_API_KEY'
    			}
    		},
    		{
    			module: 'weatherforecast',
    			position: 'top_right',
    			header: 'Weather Forecast',
    			config: {
    	            location: 'New York',
    				locationID: '5128581',  //ID from http://www.openweathermap.org
    	            appid: 'YOUR_OPENWEATHER_API_KEY'
    			}
    		},
    		{
    			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
    			}
    		},
    	]
    
    };
    
    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== 'undefined') {module.exports = config;}
    
    

    save it… close it… run npm start again… Doesn’'t like it…

    Edit: changed it back to top_left, still didn’t like it… let me do some more reading up if there is anything more to be done than just these bits am doing

    Ninja Edit: It was my mistake - the ’ (single quote) which is being used is different and hence js doesn’t like it… have changed that and it is working now!! off to adding modules now

    posted in General Discussion
    S
    spiffler
    Oct 21, 2016, 2:03 AM
  • RE: mmm-moon-phases

    @spectroman this is pretty cool… I’m just in the beginner phase setting up my mm… also… my 11 month old baby girl has just started recognising the moon… we live in HK … so there are too many sky scrapers around and we had just set out to look for the moon, as we have been doing on our recent evening walks … and started thinking about incorporating the moon (and maybe it’s location as well) on my mm… then I come here and find this :)

    Tl, dr: this is pretty cool

    posted in Utilities
    S
    spiffler
    Oct 16, 2016, 11:28 AM
  • RE: Total Beginner - MM2 with MacMini

    @MichMich Hey man! thank you so much for your reply (and your awesome creation :) )

    That’s pretty detailed and straightforward. Am in the process of trying it out on my macbook before I start working on the hardware aspects. Currently getting stuck the $PATH stage, when I do cd MagicMirror, it says not found… let me fix this piece and will surely come back with final outcome… thanks again!

    EDIT: Ok don’t think I had to d anything there… and we are in business!

    Saw this one error: npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.

    0_1476611863900_MM2-one.jpg

    Uploading the screenshot of how it looks like right now… So i need to do some work in config.js I suppose?

    posted in General Discussion
    S
    spiffler
    Oct 16, 2016, 9:37 AM
  • Total Beginner - MM2 with MacMini

    Hey guys, am a total noob… I have a spare MacMini (pretty recent) and a smaller LCD screen - no camera on either. I wanted to know where should I begin to start working on this pls? I don’t exactly understand github either - yup! But with little direction, I will push my way through… I just want some help to start me off… could someone give me a nudge pls? Thanks vm!

    Edit: I do know basic Python and Javascript.

    posted in General Discussion
    S
    spiffler
    Oct 14, 2016, 8:57 AM
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