# Weather card - struggling with methods

**URL:** https://discourse.nodered.org/t/weather-card-struggling-with-methods/85434
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [11 February 2024 23:27 UTC](https://discourse.nodered.org/t/weather-card-struggling-with-methods/85434 "2024-02-11T23:27:17Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [12 February 2024 08:06 UTC](https://discourse.nodered.org/t/weather-card-struggling-with-methods/85434/6 "2024-02-12T08:06:24Z")

</div>

Unfortunately, this is a feature Monaco editor does not support. unless Microsoft add code lens/Syntax checking etc to embedded code blocks or Vue add a language parser, this isn't gonna happen any time soon.

You can always fire up vscode with the volar plugin or write your templates in the [Vuetify playground](https://play.vuetifyjs.com/#eNqLrq7VUTLWM9EztFACMUz1jJViATjxBLQ=)

* * *

Having just wrote the above, I realise the playground is web based and it supports embedded scripts parsing. I wonder if vuetify have written a language parser that's open to the public? 🤔

UPDATE (and note to self) - there is a volar vue web worker here: [GitHub - Kingwl/monaco-volar](https://github.com/Kingwl/monaco-volar)

---

_[View the full topic](https://discourse.nodered.org/t/weather-card-struggling-with-methods/85434)._
