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

    bleusswissbless

    @bleusswissbless

    2
    Reputation
    689
    Profile views
    10
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online
    Age 44
    Website forum.magicmirror.builders/topic/9652/my-old-family-magicmirror
    Location Toulouse - France

    bleusswissbless Unfollow Follow

    Best posts made by bleusswissbless

    • My Old Family MagicMirror

      Hi guys,

      I started this project almost two years ago. I used my old Family mirror. It’s a french mirror which is more than 100 years old : old stuff with modern electronics, I love it :)

      Just finishing the project because of the last few important things for me : PIR detection to stand-by the monitor, and I just succeed !

      Hope you guys like my MagicMirror version :)

      0_1548852501800_20170221_221057.jpg

      0_1548852516400_20170219_125543.jpg

      posted in Show your Mirror
      B
      bleusswissbless
    • RE: My Old Family MagicMirror

      Success to upload pics :)

      posted in Show your Mirror
      B
      bleusswissbless

    Latest posts made by bleusswissbless

    • MMM-Toulouse-Transports issues

      Hi guys,
      I install module but never worked. I don’t understand why :)
      Here is below terminal logs from debug mode :
      Is anyone understand what is going on ?
      thank you very much guys :)

      Connecting socket for: MMM-Toulouse-Transports
      ERROR MMM-Toulouse-Transports - logger - configuration NOT SET YET. Logging anyway.
      TRACE MMM-Toulouse-Transports - start - start
      ERROR MMM-Toulouse-Transports - logger - configuration NOT SET YET. Logging anyway.
      TRACE MMM-Toulouse-Transports - start - busScheduleData.lastUpdate Sun Feb 10 2019 15:08:50 GMT+0100 (CET)
      ERROR MMM-Toulouse-Transports - logger - configuration NOT SET YET. Logging anyway.
      TRACE MMM-Toulouse-Transports - start - busScheduleData.lastUpdate minus 01h00 Sun Feb 10 2019 14:08:50 GMT+0100 (CET)
      ERROR MMM-Toulouse-Transports - logger - configuration NOT SET YET. Logging anyway.
      TRACE MMM-Toulouse-Transports - start - end
      ...
      TRACE MMM-Toulouse-Transports - socketNotificationReceived - received: SET_CONFIG
      DEBUG MMM-Toulouse-Transports -  *** config set in node_helper: 
      DEBUG MMM-Toulouse-Transports - {"maxTimeOffset":200,"useRealtime":true,"updateInterval":120000,"animationSpeed":2000,"convertToWaitingTime":true,"initialLoadDelay":0,"apiBaseSchedules":"https://api.tisseo.fr/v1/stops_schedules.json?","maxLettersForDestination":22,"concatenateArrivals":true,"showSecondsToNextUpdate":true,"showLastUpdateTime":false,"oldUpdateOpacity":0.5,"oldThreshold":0.1,"retryDelay":1000,"debug":true,"apiKey":"*****","stopSchedules":[{"lineNumber":"L7","stopCode":"06701","maxEntries":"3"}]}
      TRACE MMM-Toulouse-Transports - socketNotificationReceived - received: UPDATE_GLOBAL_TISSEO_DATA
      TRACE MMM-Toulouse-Transports -  *** call Update Lines list
      TRACE MMM-Toulouse-Transports - updateAllTisseoData - start
      DEBUG MMM-Toulouse-Transports - updateAllTisseoData - itreations to do: 1
      TRACE MMM-Toulouse-Transports - updateLineInfo - start
      DEBUG MMM-Toulouse-Transports - updateLineInfo - iteration:0 get Line data for: L7
      TRACE MMM-Toulouse-Transports - updateLineInfo - end
      TRACE MMM-Toulouse-Transports - updateAllTisseoData - end
      TRACE MMM-Toulouse-Transports - updateBusScheduleTimetable - start - parameter: index=0
      DEBUG MMM-Toulouse-Transports - updateBusScheduleTimetable - not all relevant Tisseo Data is present ==> reschedule
      DEBUG MMM-Toulouse-Transports - updateBusScheduleTimetable - self.loaded=function (callback) {
      		console.log("Module helper loaded: " + this.name);
      		callback();
      	}
      

      Here is my config file :

      {
      			module: "MMM-Toulouse-Transports",
      			position: "top_right",
      			header: "Transports en commun",
      			config: {
      				apiKey		: "*****",
      				updateInterval	: 120000,
      				debug		: true,
      				stopSchedules	: [
      					{
      					lineNumber: "L7",
      					stopCode  : "06701",
      					maxEntries: "3",
      					},
      				],
      			},
      		},
      
      posted in Transport
      B
      bleusswissbless
    • RE: Google Assistant - which one to use!

      Thanks to share your experience. I Will see that.

      posted in Troubleshooting
      B
      bleusswissbless
    • RE: Google Assistant - which one to use!

      I ask myself this exact question :D
      What is the big difference between this two modules ?
      thnak you guys in adavance ;)

      posted in Troubleshooting
      B
      bleusswissbless
    • RE: MMM-google-route Example ?

      it was so simple ! :D
      i tried with “Address city country” for both origin and destination field… it works !! I think manual could be more precise on this point. Thank you very much @Valkilane

      posted in Troubleshooting
      B
      bleusswissbless
    • RE: My Old Family MagicMirror

      @bkeyport I made a default install with an old headset to try to use it just as a mic to install google assistant or something. The mic is outside the mirror at the bottom through a hole. Not tried yet to configure it

      posted in Show your Mirror
      B
      bleusswissbless
    • RE: My Old Family MagicMirror

      Success to upload pics :)

      posted in Show your Mirror
      B
      bleusswissbless
    • My Old Family MagicMirror

      Hi guys,

      I started this project almost two years ago. I used my old Family mirror. It’s a french mirror which is more than 100 years old : old stuff with modern electronics, I love it :)

      Just finishing the project because of the last few important things for me : PIR detection to stand-by the monitor, and I just succeed !

      Hope you guys like my MagicMirror version :)

      0_1548852501800_20170221_221057.jpg

      0_1548852516400_20170219_125543.jpg

      posted in Show your Mirror
      B
      bleusswissbless
    • MMM-google-route Example ?

      Hi guys :)

      I’m trying to configure MMM-google-route on my mirror. I tried to follow step and google link but, hmm, I don’t f*** understand anything about how it works :D
      Am I such a noob ? :) I coudldn’t found anything about this module on the forum. I need at list a sample configuration for origin and destination parameters. If someone could share something !? thanks guys :)

      posted in Troubleshooting
      B
      bleusswissbless
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      hi !
      I just discover - as a new member - this topic. I wondering if it’s still possible to join this group command ? My need is about 0,4m² and a delivery in France. Is it possible yet, if yes, how much it will cost ?
      thanks :)

      posted in Hardware
      B
      bleusswissbless
    • RE: My Mirror - Pre-Final

      Good job ! any picture of outside to see the all project ?

      posted in Show your Mirror
      B
      bleusswissbless