MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Rookie just starting with magic mirror

    Scheduled Pinned Locked Moved General Discussion
    11 Posts 3 Posters 3.0k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      frode
      last edited by

      Hello good people.

      From Norway, just starting with this magicmirror. Just this minute I’m “destroying” a old pc screen. Just for now I’m wondering if its possible to choose my own news feed? I want news from Norway and english premier league, goals and so on.

      My project is not going to be a mirror but a built in screen in my wall… Black screen when not used

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @frode
        last edited by

        @frode yes, if there is a feed that provides the data you want, just yse that URL instead of (or in addition to) any other

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • F Offline
          frode
          last edited by

          Hi again

          Working with this some days now :) I like it! But the neverending question it seems : I’m trying to remote control this unit.

          I’ve installed by : bash -c “$(curl -s https://raw.githubusercontent.com/Jopyth/MMM-Remote-Control/master/installer.sh)” without * of course and that went ok, but when I try to add this

          {
          module: ‘MMM-Remote-Control’
          // uncomment the following line to show the URL of the remote control on the mirror
          // , position: ‘bottom_left’
          // you can hide this module afterwards from the remote control itself
          config: {
          customCommand: {}, // Optional, See “Using Custom Commands” below
          customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below
          showModuleApiMenu: true, // Optional, Enable the Module Controls menu
          apiKey: “”, // Optional, See API/README.md for details
          }
          },

          its error anywhere I try to insert it to modules? I have put it between { (at the start of code) and }, in the end.

          But where ever I try to insert it, it goes to error? What am I doing wrong :)

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @frode
            last edited by

            @frode what is the error?

            In config?

            Do

             npm run check:config
            

            from the mm folder

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • F Offline
              frode
              last edited by

              Dont remember exactly, its a basic page saying something about missing config or error in config… I deleted something that I shouldnt do, so now its all black… :)

              Mykle1M 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @frode
                last edited by

                @frode

                The example config entry in the readme has a couple of errors. This should work for you.

                {
                    module: 'MMM-Remote-Control',
                    position: 'bottom_left',
                    config: {
                        customCommand: {},
                        customMenu: "custom_menu.json", 
                        showModuleApiMenu: true,
                        apiKey: "", 
                    }
                }, 
                

                Create a working config
                How to add modules

                F 1 Reply Last reply Reply Quote 1
                • F Offline
                  frode @Mykle1
                  last edited by

                  @Mykle1 your my hero :)

                  That was amazing :) thank you so much, maybe its time to edit the readme :)

                  Mykle1M 1 Reply Last reply Reply Quote 1
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @frode
                    last edited by

                    @frode

                    It’s not MY readme. :-)

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      frode
                      last edited by

                      No, I meant for the person who made it :)

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @frode
                        last edited by

                        @frode

                        Understood. I’ll leave a message for the author.

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        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