• 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. AxLed
  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 2
  • Topics 16
  • Posts 235
  • Groups 1

Posts

Recent Best Controversial
  • MMM-Navigate - V1.4 released

    Dear MagicMirror user,

    today i released version 1.3 of MMM-Navigate

    1.3 Changelog:

    • added some functions to no longer have a dependency to MMM-Remote-Control

      • SHELLCOMMAND
        Executes code in a terminal of you pi, so you can do almost everything you want. Example you want to shutdown your pi; Config: {notification: ‘SHELLCOMMAND’, payload:‘sudo shutdown -h now’}

      • module is now listening to yourmmip:8080/MMM-Navigate/remote?

    Download: MMM-Navigate

    [card: Ax-LED/MMM-Navigate]

    Regards

    AxLED

    posted in Utilities
    A
    AxLed
    Apr 9, 2020, 6:00 PM
  • RE: MMM-Navigate I have a question about the module

    @TheDuDiop
    see english text below
    Ich verstehe deine Frage nicht, das Modul “weatherforecast” wird angezeigt, wenn die die entsprechende Seite anwählst, in deinem Fall die erste Seite von “MMM-pages”.

    I don’t understand your question, the module “weatherforecast” is displayed when you select the corresponding page, in your case the first page of “MMM-pages”.

    AxLED

    posted in General Discussion
    A
    AxLed
    Apr 1, 2020, 6:21 PM
  • RE: Restoring the MM boot splash

    i had the same issue with a clean install of MM on raspian buster.
    For manually setting the MM bootscreen this worked for me:

    cd /usr/share/plymouth/themes/
    sudo mkdir MagicMirror
    
    sudo cp ~/MagicMirror/splashscreen/splash.png /usr/share/plymouth/themes/MagicMirror/splash.png
    sudo cp ~/MagicMirror/splashscreen/MagicMirror.plymouth /usr/share/plymouth/themes/MagicMirror/MagicMirror.plymouth
    sudo cp ~/MagicMirror/splashscreen/MagicMirror.script /usr/share/plymouth/themes/MagicMirror/MagicMirror.script
    
    sudo plymouth-set-default-theme -R MagicMirror
    

    AxLED

    posted in Troubleshooting
    A
    AxLed
    Mar 31, 2020, 6:32 PM
  • RE: How can i pass query / parameters from URL to module

    @sdetweil
    @Sean
    Thanks for your quick response, you are faster than my programming timeslots in my “mancave” are. Today i had some time and got it working.

    I will test my module changes (for MMM-Navigate) on my mirror for some days, maybe i find some errors and can fix them before i upload it to quick to github in a poor “quality”.

    My intension was to get rid of MMM-Remote-Control in my installation, as i found errors (while a new install of my MM) and as it seems that MMM-Remote-Control is not maintainanced anymore.

    I added following features to MMM-Navigate:

    • Raspberry operations: any Shellcommands, i use it for
      • restart of MM (pm2 restart mm)
      • restart of Raspberry (sudo shutdown -h now)
      • reboot of Raspberry (sudo reboot)
    • controlling MM by URL Calls (if you dont have a rotary encoder connected or while programming)

    stay healthy

    Regards

    AxLED

    posted in Development
    A
    AxLed
    Mar 30, 2020, 7:58 PM
  • RE: How can i pass query / parameters from URL to module

    @sdetweil
    Thanks for the response, it think now i have enough to read and i will try to get in up and running.

    I will give feedback within the next day.

    AxLED

    posted in Development
    A
    AxLed
    Mar 29, 2020, 4:12 PM
  • RE: How can i pass query / parameters from URL to module

    @sdetweil
    No i didnt set any path so far, but express path seems to be the right search word and helps.
    If i understood the documentation right, express path has to be located in node_helper.js.
    But i still dont know how to move forward with this information.
    Are there some modules which are using express path, where i can try to figure out how it works?

    Greetings

    AxLED

    I

    posted in Development
    A
    AxLed
    Mar 29, 2020, 1:28 PM
  • RE: How can i pass query / parameters from URL to module

    @sdetweil
    User is presenting / entering datas by URL in his browser and module should be able to handle the datas.
    AxLED

    posted in Development
    A
    AxLed
    Mar 29, 2020, 1:10 PM
  • How can i pass query / parameters from URL to module

    Dear Developers,

    i want to redesign one of my modules. Therefore i need a hint how i can make the following possible.

    I want to pass a query / parameters from a module URL, f.e.

    http://IPofMM:8080/MMM-Navigate/index?value1=xxx&value2=yy
    

    to my module.
    What do i need?

    1. a page in my module folder index.js(?)
    2. code do read the values of querystring and do something with it.

    Maybe somebody can give me a tip how to do that or in which module it was already realized (except MMM-Remote-Control).

    Regards

    AxLED

    posted in Development
    A
    AxLed
    Mar 29, 2020, 11:59 AM
  • RE: Kitchentimer

    @tommy1974
    If you develop a timer module which can handle notifications, you can use my module MMM-Navigate out of the box.
    AxLED

    posted in Requests
    A
    AxLed
    Jan 13, 2020, 6:05 PM
  • RE: No video screen with omxplayer for MMM-Podcast2

    @Kevinho195
    @dicker182

    maybe https://github.com/Ax-LED/MMM-Podcast2/issues/7 is the solution.

    AxLED

    posted in Troubleshooting
    A
    AxLed
    Jan 7, 2020, 10:23 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