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

    Posts

    Recent Best Controversial
    • http request

      hello,

      I need a module to show value from a http request url from an ipx (www.gce-electronics.com) device.

      any expérience?

      thx,

      posted in Development
      A
      acdacd2
    • RE: Google calendar

      Found, It’s ok

      posted in Troubleshooting
      A
      acdacd2
    • RE: Google calendar

      for some events I received the exact date and time but for others it’s shown the number of day before the event

      How can we have always the exact data and time ?

      thx

      posted in Troubleshooting
      A
      acdacd2
    • RE: Google calendar

      @Wilco89 It works ! Thanks
      marc,

      posted in Troubleshooting
      A
      acdacd2
    • RE: Google calendar
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      
      	language: 'fr',
      	timeFormat: 24,
      	units: 'metric',
      
      	modules: [
      		{
      			module: 'alert',
      		},
      		{
      			module: 'clock',
      			position: 'top_left'
      		},
      		{
      			module: 'calendar',
      			header: 'French Calendar',
      			position: 'top_left',
      			config: {
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://https://calendar.google.com/calendar/ical/tttttttttttt%40gmail.com/private-b9e12e6506ad4a25ade0d02f87534394/basic.ics'
      					}
      				]
      			}
      		},
      		{
      			module: 'compliments',
      			position: 'lower_third'
      		},
      		{
      			module: 'currentweather',
      			position: 'top_right',
      			config: {
      				location: 'Walhain,BE',
      				locationID: '',  //ID from bulk.openweather.org/sample/
      				appid: '7bf92eff2429e19085453abf716ec1c2'
      			}
      		},
      		{
      			module: 'weatherforecast',
      			position: 'top_right',
      			header: 'Prévisions - Walhain',
      			config: {
      	            location: 'Walhain,BE',
      				locationID: '',  //ID from bulk.openweather.org/sample/
      	            appid: '7bf92eff2429e19085453abf716ec1c2'
      			}
      		},
      		{
      			module: 'newsfeed',
      			position: 'bottom_bar',
      			config: {
      				feeds: [
      					{
      						title: "INFOS EN LIGNE",
      						url: "http://www.lalibre.be/rss/section/actu.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      

      Note from admin: Please use Markdown on code snippets!

      posted in Troubleshooting
      A
      acdacd2
    • RE: Google calendar

      the link for the calendar looks like https://…basics.ics

      posted in Troubleshooting
      A
      acdacd2
    • RE: Google calendar

      the last one, yesterday

      posted in Troubleshooting
      A
      acdacd2
    • Google calendar

      Hello,

      I’m trying to use private url google calendar to show event in the Mirror but it’s not working.

      Does anybody try to do that ?

      thanks

      posted in Troubleshooting
      A
      acdacd2
    • RE: Automatic installation

      ok found, the link yesterday was not the same v2-beta in place of master

      ok now

      posted in Troubleshooting
      A
      acdacd2
    • RE: Automatic installation

      @KirAsh4 I will réinstall my rpi but there is no différence with your tutorial

      posted in Troubleshooting
      A
      acdacd2
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7