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

    Maxzovirax

    @Maxzovirax

    0
    Reputation
    644
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Maxzovirax Unfollow Follow

    Latest posts made by Maxzovirax

    • RE: MMM-horoscope - daily horoscope

      @broberg also you need to change the css file to the same module name ref. otherwize the format of the second horoscope will not look nice !

      posted in Entertainment
      M
      Maxzovirax
    • RE: MMM-horoscope - daily horoscope

      @broberg That does it … but would still be nicer in a single module… Thanks :-) my girls will be happy

      posted in Entertainment
      M
      Maxzovirax
    • RE: MMM-horoscope - daily horoscope

      @broberg Good idea, should have thought of that myself :-) , will give it a go and tell

      posted in Entertainment
      M
      Maxzovirax
    • RE: MMM-horoscope - daily horoscope

      @morozgrafix Thank you for you quick reply… Verry nice of you to have a look at it, will look forward to a solution… have a nice holiday (going skiing?)

      posted in Entertainment
      M
      Maxzovirax
    • RE: MMM-TPG

      Hello again, just checked and the module is in the modules directory under MMM-tpg, so it is in the correct place…

      posted in Transport
      M
      Maxzovirax
    • RE: MMM-horoscope - daily horoscope

      Hello, I am trying to have 2 horoscopes run on the mirror, one foe my wife and one for my daughter, unfortunately if I repeat the module twice in the config.jf file it will only display the text of the first loaded horoscope. That is twice the Leo sign. Is there a way to have two. My plan is to use the the scheduler ot the profile switcher on a later date. I hope it is possible. that would be the last touch to my mirror.

      posted in Entertainment
      M
      Maxzovirax
    • RE: MMM-TPG

      @strawberry-3.141
      Funny you should be the one replying to me, I have the same issue (as for MMM-tpg) with MMM-soccer that I looked at for a friend, I see you are involved in that too, I was planning on looking into that after this one. …
      I will look at you suggestion this evening if possible. cheers

      posted in Transport
      M
      Maxzovirax
    • RE: MMM-TPG

      I should add that when I uncomment the module I get the following two lines on the console after the
      Launching application line.
      ERROR! Could not find main module js file.
      ERROR! Could not find main module js file.

      posted in Transport
      M
      Maxzovirax
    • RE: MMM-TPG

      Thank you for coming back to me so quickly. Here is the config bit for MMM-tpg:
      I should mention that I tried most of the combinations possible with commas etc. I have lots of modules running, but as soon as I uncomment this one the screen loads but I have no module. A strange side-effect is that
      MMM-remote-control returns No Module loaded… module should be loaded before MMM-sonos-
      Hope this helps

      	{
      		module: 'MMM-tpg', 
      		position: 'top_right',
      		header: 'TPG - Cornavin',
      		config: {
      			params: {
      			stopCode: 'CVIN',  // Which stop would you like to have displayed?
      			key: 'xxxMyTokenxxx'  // Add your tpg opendata key
      			}
      		}
      	}, 
      

      Connecting socket for: MMM-horoscope
      Starting NodeHelper for MMM-horoscopemodule.

      MMM-tpg sould start here in the config.js file

      Connecting socket for: MMM-Sonos
      Sonos helper started …
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Connecting socket for: MMM-Remote-Control
      Starting node helper for: MMM-Remote-Control

      posted in Transport
      M
      Maxzovirax
    • RE: MMM-TPG

      I just got my token and tried out the module, unfortunately it does not return any data but does not crash the app either. There seems to be a dicrippency between the module config file as example and the app itself. does the module need to be referd as MMM-tpg or tpg. Trien both without success. I did have to remove the updateInterval and maxDepartures for the modules to be read.
      Any Ideas ?

      posted in Transport
      M
      Maxzovirax