• 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. pumpy266
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
P
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 17
  • Groups 0

Posts

Recent Best Controversial
  • RE: Hi, there is a new Alexa Module

    OK, try this please. Edit your config.js file to look like this:

    modules: [
    
                {
                module: 'MMM-pages',
                config: {
                modules:
                    [[ "weatherforecast", "newsfeed"],
                     [ "calendar", "compliments"]],
                fixed: ["MMM-page-indicator"],
                rotationTime:"0",
                }
                },
                {
                module: 'MMM-AlexaControl',
                position: 'middle_center',
                config:{
                image: true,
                pm2ProcessName: "mm",
                vcgencmd: true,
                pages:'2',
                }
                },
    

    Then put your WeatherForecast, newsfeed, calendar and compliments modules as per usual underneath this lot.
    Save the config, start MagicMirror (correcting any typos from the above) and ask Alexa to discover new devices.

    posted in General Discussion
    P
    pumpy266
    Nov 11, 2019, 8:07 PM
  • RE: Hi, there is a new Alexa Module

    Yes, I understand that.
    Can Alexa find any devices?

    posted in General Discussion
    P
    pumpy266
    Nov 11, 2019, 7:38 PM
  • RE: Hi, there is a new Alexa Module

    Yes of course.
    First of all, does your mirror program actually start?
    If so, please run it.

    Now ask Alexa to discover new devices.

    Does it find anything?

    If it does, ask Alexa to “Turn on Page 1”
    What happens?

    In the meantime I will check my config against yours.

    Please post back the results of the above.

    posted in General Discussion
    P
    pumpy266
    Nov 11, 2019, 7:31 PM
  • RE: Hi, there is a new Alexa Module

    Haven’t tried with MMM-Remote-Control as the pages appear in the Alexa app anyway. They can be activated from there instead of a phones web browser. Broad as its long for me.

    Turn off doesn’t seem to work, this is one of things I’d like to mention to the author.

    To get around this, I have created an empty page so when I’m done with the page I’m viewing, just ask Alexa to turn on the empty page.
    Yes this does come at a price of losing a page from the total count of 10, but it works.

    Did your Alexa discover the new devices?

    posted in General Discussion
    P
    pumpy266
    Nov 11, 2019, 10:42 AM
  • RE: Hi, there is a new Alexa Module

    Actually, wrong advice.
    Now ask your Alexa to discover new devices.
    When it does, ask Alexa to turn on Page 1. Module 1 should appear.

    If it doesn’t have a look at the fault finding guide or post back here.

    If it works, the pages will appear in the Alexa app on your phone under Smart Home. They can be renamed there to something more memorable.

    Please post back your results.

    posted in General Discussion
    P
    pumpy266
    Nov 11, 2019, 9:43 AM
  • RE: Hi, there is a new Alexa Module

    Yes, I have it running.

    It’s a new module so assume the author will be around to tweak things soon.

    Can you post some of your config file to see if the problem can be determined?

    posted in General Discussion
    P
    pumpy266
    Nov 10, 2019, 11:08 PM
  • Magic Mirror + GassistPI and more

    Hello all

    First post on here, apologies if it’s in the wrong place.

    I’ve been playing with MM for about a week now, got the basics up and running, but need some help with the long term goal/ideas.

    I already had a GassistPi running with the GoogleAIY V1 Hat, I also have a genuine Alexa.
    The GasisstPi had a large 20 x 4 LCD display attached to it and I initially had the thought that with the addition of an MCP23017 I2C multiplexer, I could add some buttons to call various scripts and the info could be displayed on the LCD. Examples of the scripts I needed were:

    Bus arrivals at 5 local bus stops.
    Arrivals at my local rail station.
    TfL Tube status.
    Webscraping of DHT sensors or similar running on a Nodemcu but still on the same network. Possible logging of these.
    A couple of Internet radio stations start/stop.
    Volume up/down

    Did make a cool laser cut case but didn’t get as far as doing anything with the buttons, have coded MCP23107’s before on Arduino, confident of being able to do it on the Pi and also willing.

    Bus scripts were done for all 5 stops, but it is in Python 2 which as you will know is near end of life.
    Train arrivals was done in Python 3, but only one way, not a major issue as I only really need to know what they’re doing in the morning.
    Tube status – didn’t look into it.
    DHT sensors – didn’t look into it.

    I then found a URL for train departures which loads super quick, just what I need in the morning:

    http://realtime.nationalrail.co.uk/ldbcis/departures.aspx?u=039B1CD1-14D4-4CB9-83B1-A84CC3AEDF83&crs=HHY&H=6000

    changing the code HHY to other station codes will give info about that station.
    Brilliant! But obviously, this will be better on a screen rather than an LCD character display.
    Some kind person then gave me a 7” HDMI touchscreen.

    I then discovered MagicMirror.
    So I can load up the Tube status via a webpage (https://unop.uk/tube/) using the smart web display module and also the national rail link above, but I need them to go to the top of the page, not below the news feed which is at the top centre and still visible. Nor do I want the weather which is top right to be visible through the station departures web page.

    How can this be achieved please?
    Should at this point say, GassistPi and MagicMirror will be/are running on the same Pi

    Longer term, I’d like GassistPi, Alexa and the buttons to display an individual module only when requested and for about 30 seconds before they disappear and the screen turns off. Apart from the web radio which will be an on/off thing.
    An infra red remote control option doing the same thing would be handy too.
    Anyone have any thoughts on this?

    My boss then challenged me to build something “funky and Linuxy” for the office. We’ve got plenty of screens around, so MagicMirror is in the running, but it may not be a mirror, more like an info board.
    What would be needed for the office is a clock for most of the time, some news feed maybe, weather, Tube and National rail info at home time only and some photos, probably our company values.
    Plus all of this only visible when someone is there, so PIR module would be installed, that’s a minor issue. Again, with some buttons, each module is displayed for a period of time as someone may leave at some random point in the day and need to know when the next train is.

    I appreciate this is a long first post, but any help or pointers would be good.

    Thanks in advance

    posted in General Discussion
    P
    pumpy266
    Oct 27, 2019, 12:13 PM
  • 1 / 1
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