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

    Posts

    Recent Best Controversial
    • RE: used the amazing complete setup but after 'npm start'.....

      @Ancient said in used the amazing complete setup but after 'npm start'.....:

      I’ve got the same Problem.
      Fresh installation of Raspian on an Raspberry Pi3.

      Running the install Script again doesn’t help.

      Even if you remove the magicmirror folder before running it again?

      I had a similar issue (don’t know if it was exactly the same, since I didn’t save the log).
      It seems like the Electron.js is the issue, in my case it was missing for some reason, removing the magicmirror folder and running the install script again did the trick for me.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: used the amazing complete setup but after 'npm start'.....

      Run the install script again.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Stupid newbie questions

      Using nano to edit the config.txt you just exit nano (ctrl + x) it will then ask you if you want to save your changes, type Y and then enter, that’s it, you are back out to the terminal, reboot your pi and the screen is rotated.

      If your PI is connected to the net it should have set the time, date and timezone automatically.

      Each module has a readme-file, all settings are explained in those files.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Images issue on forum

      It’s a loading issue, if you update the page (f5 in your browser) it should appear in full, at least it does for me almost everytime. When it doesn’t I just rightclick and select show picture

      And I think there is a option in the forum settings that sets if you want pictures loaded or not

      posted in General Discussion
      brobergB
      broberg
    • RE: Family Info Board

      I like the styling, clean and sober! depending on screen size it can maybe be a bit cluttered?

      posted in Showcase
      brobergB
      broberg
    • RE: Hiding and Showing iFrame Module

      Should not be an issue, use one of the voice modules and the iframe module.

      But why would you play a youtube playlist? The videos are full of commercials now a days…
      I would feel it was quite annoying under a longer period of time.

      posted in Requests
      brobergB
      broberg
    • RE: A VERY simple Web radio player controled by voice

      @gismo2006

      What I mean is if you want to change the station from one to the other you have to use the hotword for stop(radiostop) before you change stations.

      You really need the kill before starting the new stream/playback otherwise you get multiple streams at the same time.

      posted in Entertainment
      brobergB
      broberg
    • RE: Moving modules around screen

      Adding style.position=“fixed” to the modules first div should give you the option to place it wherever you want

      So basically make a funktion that changes the css-style position. Should work

      posted in Troubleshooting
      brobergB
      broberg
    • RE: A VERY simple Web radio player controled by voice

      You do know that with a slight change in the .sh-file you can make mpg123 play local m3u-playlists, right?

      How do you handle multiple starts of radio channels?
      Following the force-close method I suggest adding :

      killall mpg123
      sleep 0.1
      #and the mpg123 play command
      

      This would kill all mpg123 processes before starting the next mpg123 process with the other station.

      I wonder if hotkeys can be assigned to mpg123…

      posted in Entertainment
      brobergB
      broberg
    • RE: A VERY simple Web radio player controled by voice

      Brilliant, however.
      I don’t get the exec command to work, nothing wrong with the .sh scripts but it seems like the shell doesn’t start from MM.
      I’m trying to auto start the playback on load with

      start: function() { this.sendSocketNotification('einslive', {});},
      

      Right or wrong?

      Edit
      Yes, the start:function works

      after som guidance from gismo2006 i changed the .sh script file to be executable (chmod +x ) and now it works :D

      posted in Entertainment
      brobergB
      broberg
    • 1 / 1