Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MagicMirror is not formatted #102

Closed
DominicDecocco opened this issue Mar 23, 2016 · 24 comments
Closed

MagicMirror is not formatted #102

DominicDecocco opened this issue Mar 23, 2016 · 24 comments

Comments

@DominicDecocco
Copy link

Hey guys,
It seems that the Interface´s formatting is not active.
https://gyazo.com/c983b006ad854eb498de238a58bcb3fc

I guess it´s the same issue which is solved #89 but I don´t know what to do / What is the right directory of the CSS files?

@MichMich
Copy link
Collaborator

Check your web inspector.

@DominicDecocco
Copy link
Author

In time.js in line 26 there is an anonymous funktion
this.intervalId = setInterval(function () {
but i dont think this causes my problem?!
Sorry I don´t have so much knwoledge about this.

@MichMich
Copy link
Collaborator

Could You post a screenshot of your web inspector?

@DominicDecocco
Copy link
Author

1

@MichMich
Copy link
Collaborator

Could you show what's in the console part?

@DominicDecocco
Copy link
Author

2

@bitte-ein-bit
Copy link

Are you using a web server? Looks like you are using a file:// link?

Am Fr, 25. Mär 2016, um 13:20, schrieb DominicDecocco:

2


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#102 (comment)

@ski7777
Copy link

ski7777 commented Mar 29, 2016

looks like php is not installed

@DominicDecocco
Copy link
Author

Sorry guys, I was on holiday..

I reinstalled everything again..copied the files to /var/www/html/
3-1

...after boot, chromium starts and it displays the same issue:(
3
[Webserver is running cause the console displays localhost;right?]

May I forgot something or made a mistake again?

@MichMich
Copy link
Collaborator

MichMich commented Apr 2, 2016

What's the url Chromium uses?

@DominicDecocco
Copy link
Author

How can I check that?

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

What URL did you use in your autostart?

@DominicDecocco
Copy link
Author

http://localhost

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

If you click on the CSS folder in your debuggers left column. Doest it show a css file with contents? (In other words, does it load the CSS file?)

@DominicDecocco
Copy link
Author

It shows
font-awesome.css
weather-icons.css

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

It appears the main css file isn't loading. Is it in the css folder?

@DominicDecocco
Copy link
Author

Ok. Yes it is in the folder.

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

Sorry, I just remember the main CSS isn't included the usual way. It uses some PHP including: <?php include('css/main.css') ?>

That fact that this doesn't work probably is because your PHP isn't working. Like @ski7777 said before.

@DominicDecocco
Copy link
Author

Well ok. Apache & PHP-Support are installed (according to your instructions Webserver) and the index.php is in the folder, too.
What else can I do?

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

You could go adventurous, and try the new V2 version I'm currently building. Build it's in an early stage so I can't give any support yet. Checkout the V2-beta branch.

@DominicDecocco
Copy link
Author

Yes that would be an interesting option..
Could it also be issued by the raspberry I use..it´s pi 3?

@MichMich
Copy link
Collaborator

MichMich commented Apr 3, 2016

Yes, the installation is much more simple. I didn't yet test it on a Raspberry Pi though. But user @paviro did, so it should be working.

Keep in mind it's on heavy development at the moment, so you might need to update it every so often.

@paviro
Copy link
Contributor

paviro commented Apr 3, 2016

Haven't run it on a Pi for quite some time now but it works you just have to install nodejs. Going to setup the new version on my Pi, as well today.

@DominicDecocco
Copy link
Author

Yeah I´m gonna try it when v2 is finished.
Do you have any idea why the php is not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants