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

    Manmachine

    @Manmachine

    11
    Reputation
    1.5k
    Profile views
    24
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Age 60
    Location Denmark

    Manmachine Unfollow Follow

    Best posts made by Manmachine

    • [MMM-XiaomiVacuum] - Xiaomi Vacuum status info

      Description:

      This is a module for getting various information from a Xiaomi Vacuum Cleaner.

      Built and tested around a Xiaomi Roborock S50, but can probably work with previous Xiaomi Vacuum models.

      Screenshots:

      MMM-XiaomiVacuum11.png

      Download:

      MMM-XiaomiVacuum


      Version 1.1

      • Bug fix for new firmware 3.5.7_002008 support (Cleanup mode, shown incorrectly)
      • Minor non-functional error correction / spelling errors

      Version 1.0

      • first release
      posted in Utilities
      ManmachineM
      Manmachine
    • RE: Where are you from?

      Svendborg, Denmark

      posted in General Discussion
      ManmachineM
      Manmachine
    • MMM-Rejseplanen - A departure board for Danish train and bus stations

      Hi,

      This is my first module
      A departure board for Danish train and bus stations.

      I’m programming in PowerShell at work, so I thought how hard can it be to learn Javascript?

      Boy! I was wrong!:laughing:

      That language has a syntax that is hysterical

      Well, with one hand in my hair (which is not too much of) and the other hand on the keyboard, some prayers to God, a large amount of coffee and coke a lot of Google search as well as even more useful inspiration from all the skilled programmers and the user of this forum. I has succeeded in making a useful piece of code.

      And, is finally stable.:stuck_out_tongue_winking_eye:

      Description:

      Train and bus departure board for Danish stations (InterCity, LYN, REG, S-Tog, BUS, EXB (Express Buss), NB (Night bus), Telebus, Ferry and Metro)

      Monitoring your favorite local departure station, with the next 20 departure for the destination. The data are from the Danish Findrejsen.dk API

      Screenshots:

      0_1493997996085_Example01.png

      Download:

      MMM-Rejseplanen

      Version 1.2.0

      • Support for number of departures returned

      Version 1.1.0

      • Better support for Metro train (direction)

      Version 1.0.0

      • Frist release, stable version
      posted in Transport
      ManmachineM
      Manmachine
    • Svendborg/Denmark - Magic Mirror finished!

      Hey,

      So I managed to get my Magic Mirror finished!

      Many thanks to you @MichMich for this fanatical piece of software available to us all. And of course thank every developer who contribute modules.

      As well as this forum, I have found much inspiration and advice and guidance - thanks to all of you also.

      Super fun and useful project that I have already has recommended to others to get started with.

      Parts
      Raspberry Pi® 3 Model B Advanced-Sæt 1 GB
      22" Monitor Samsung S22A450BW
      Recycling of old picture frame
      Mirror form: Interglas Denmark

      Modules I use

      • Clock
      • Calendar
      • Currentweather
      • Weatherforecast
      • Newsfeed
      • MMM-Mail
      • MMM-Remote-Control
      • MMM-Sonos
      • MMM-Systemtemperature

      Here in my Magic Mirror:

      Front

      Backside

      posted in Show your Mirror
      ManmachineM
      Manmachine
    • MMM-Rocketlaunch - Lists scheduled rocket launches

      Description:

      The module lists scheduled rocket launches, and various information regarding a launche.

      Information about rocket name and configuration, launch time, location, launchepad, agency, status, payload, mission description.

      Screenshots:

      Example03.png

      Download:

      MMM-Rocketlaunch

      Version 1.5

      • API update
      • Added vessel Image

      Version 1.0.0

      • First release.
      posted in Transport
      ManmachineM
      Manmachine
    • RE: Svendborg/Denmark - Magic Mirror finished!

      @mortenbirkelund
      interglas.dk deliver their mirrors of high quality. They cut it incredibly accurate, to the spefikationer that I had ordered.

      I find, however, that delivery costs at the high end

      Since I do not have other mirror to compare with. I can not say whether it is a good mirror for the purpose. (But I myself am very satisfied with the result)

      posted in Show your Mirror
      ManmachineM
      Manmachine
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @B3nihana
      Hey
      Just uploaded a new version, with a better support for Metro (direction). try it

      posted in Transport
      ManmachineM
      Manmachine
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @kurios said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

      departures

      You can now configure the number of returned departures in the new updated version 1.2.0. Between 1 and 20 as max.

      posted in Transport
      ManmachineM
      Manmachine

    Latest posts made by Manmachine

    • [MMM-XiaomiVacuum] - Xiaomi Vacuum status info

      Description:

      This is a module for getting various information from a Xiaomi Vacuum Cleaner.

      Built and tested around a Xiaomi Roborock S50, but can probably work with previous Xiaomi Vacuum models.

      Screenshots:

      MMM-XiaomiVacuum11.png

      Download:

      MMM-XiaomiVacuum


      Version 1.1

      • Bug fix for new firmware 3.5.7_002008 support (Cleanup mode, shown incorrectly)
      • Minor non-functional error correction / spelling errors

      Version 1.0

      • first release
      posted in Utilities
      ManmachineM
      Manmachine
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @kurios said in MMM-Rejseplanen - A departure board for Danish train and bus stations:

      departures

      You can now configure the number of returned departures in the new updated version 1.2.0. Between 1 and 20 as max.

      posted in Transport
      ManmachineM
      Manmachine
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @B3nihana

      The “hidden” features are in the destfilter:
      Try the following,
      Should give you all the Metro trains

      		{
      	module: 'MMM-Rejseplanen',
      	position: 'top_left',
      	header: 'Rejseplanen.dk',
      		config: {
      			stationID: "8600646",
      			stationName: "Nørreport",
      			vehicle: "T",
      			destfilter: "Metro"
      		}
      	},
      

      Or you can get all trains in one direction

      		{
      	module: 'MMM-Rejseplanen',
      	position: 'top_left',
      	header: 'Rejseplanen.dk',
      		config: {
      			stationID: "8600646",
      			stationName: "Nørreport",
      			vehicle: "T",
      			destfilter: "Vanløse"
      		}
      	},
      

      It was the easiest way to solve this, as well as the most flexible. Only require about 8 lines of code.

      And I’m a lazy man. So less code is really nice

      posted in Transport
      ManmachineM
      Manmachine
    • RE: MMM-Rejseplanen - A departure board for Danish train and bus stations

      @B3nihana
      Hey
      Just uploaded a new version, with a better support for Metro (direction). try it

      posted in Transport
      ManmachineM
      Manmachine
    • RE: Rocket Launch Tracker

      @JackONeill12
      I’m doing a module you might be interested in.
      MMM-Rocketlaunch

      John K

      posted in Requests
      ManmachineM
      Manmachine
    • MMM-Rocketlaunch - Lists scheduled rocket launches

      Description:

      The module lists scheduled rocket launches, and various information regarding a launche.

      Information about rocket name and configuration, launch time, location, launchepad, agency, status, payload, mission description.

      Screenshots:

      Example03.png

      Download:

      MMM-Rocketlaunch

      Version 1.5

      • API update
      • Added vessel Image

      Version 1.0.0

      • First release.
      posted in Transport
      ManmachineM
      Manmachine
    • MMM-Rejseplanen - A departure board for Danish train and bus stations

      Hi,

      This is my first module
      A departure board for Danish train and bus stations.

      I’m programming in PowerShell at work, so I thought how hard can it be to learn Javascript?

      Boy! I was wrong!:laughing:

      That language has a syntax that is hysterical

      Well, with one hand in my hair (which is not too much of) and the other hand on the keyboard, some prayers to God, a large amount of coffee and coke a lot of Google search as well as even more useful inspiration from all the skilled programmers and the user of this forum. I has succeeded in making a useful piece of code.

      And, is finally stable.:stuck_out_tongue_winking_eye:

      Description:

      Train and bus departure board for Danish stations (InterCity, LYN, REG, S-Tog, BUS, EXB (Express Buss), NB (Night bus), Telebus, Ferry and Metro)

      Monitoring your favorite local departure station, with the next 20 departure for the destination. The data are from the Danish Findrejsen.dk API

      Screenshots:

      0_1493997996085_Example01.png

      Download:

      MMM-Rejseplanen

      Version 1.2.0

      • Support for number of departures returned

      Version 1.1.0

      • Better support for Metro train (direction)

      Version 1.0.0

      • Frist release, stable version
      posted in Transport
      ManmachineM
      Manmachine
    • MMM-Mail - check more than one mail account?

      @Pieps
      Hi,

      Is it possible to check more than one mail account?
      If yes
      Could you give a sample configuration?

      posted in Troubleshooting
      ManmachineM
      Manmachine
    • RE: MMM-Hue, troubleshoot?

      Hi,
      My problem was found to be a faulty config.js
      So, unfortunately, I have no good advice

      posted in Troubleshooting
      ManmachineM
      Manmachine
    • RE: Svendborg/Denmark - Magic Mirror finished!

      @mortenbirkelund
      interglas.dk deliver their mirrors of high quality. They cut it incredibly accurate, to the spefikationer that I had ordered.

      I find, however, that delivery costs at the high end

      Since I do not have other mirror to compare with. I can not say whether it is a good mirror for the purpose. (But I myself am very satisfied with the result)

      posted in Show your Mirror
      ManmachineM
      Manmachine